Skip to main content

How Create Ticket works

Use this tool when an agent should escalate work into Intercom as a trackable ticket. It is useful for support handoffs, success follow-ups, and account risk workflows. The agent evaluates incoming event data and user context to decide whether a ticket is warranted, then populates the title, description, and ticket type using the information available in the run. Created tickets appear in your Intercom workspace immediately and can be routed, triaged, and resolved by your support or success team.

Configuration

Inputs

string
required
Agent instruction for when to create a ticket and what detail level to include.
string
required
Org user to associate with the Intercom ticket.
string
required
Intercom ticket type to create.
string
required
Ticket subject line.
string
required
Main ticket body content with context and requested action.

What to include in ticket content

object
Account identifiers, lifecycle stage, and ownership context.
string
Root reason the agent opened a ticket (for example, failed onboarding milestone or urgent customer request).
Specific action for support/success teams to take.

Outputs

string
required
The unique ID of the ticket that was created in Intercom.
string
required
The ID of the Intercom user associated with the ticket.
string
required
The ticket type that was assigned during creation, matching the configured Intercom ticket type.
enum
required
Current status of the created ticket. Typically open on creation. Values: open, pending, resolved, closed.

Use Cases

High-Value Customer Issues
Payment Failure Escalation
Onboarding Issue Escalation
Feature Request Tracking

Best Practices

Ticket Information
  • Use descriptive titles that clearly identify the issue and include the affected user or account.
  • Include relevant context and user information in descriptions so the assignee can act without extra lookups.
  • Choose appropriate ticket types for proper routing into the correct Intercom queue.
  • Add event IDs or timestamps for traceability back to the originating trigger.
Automation Triggers
  • Create tickets for high-priority issues that genuinely need human attention.
  • Avoid creating tickets for routine, automated issues that resolve on their own.
  • Use appropriate thresholds (dollar amounts, time windows, event counts) to prevent ticket spam.
  • Deduplicate by checking for existing open tickets before creating new ones for the same user and issue.
Integration Management
  • Ensure user mapping between Flywheel and Intercom is accurate so tickets land on the right contact.
  • Monitor ticket creation rates and adjust triggers as needed to keep volume manageable.
  • Coordinate with your support team on automated ticket expectations and SLA alignment.
  • Periodically audit ticket types in Intercom to confirm they match your agent configuration.