AFI AFI

Awesome Support

Estimated reading: 2 minutes Updated August 1, 2026

Awesome Support is a WordPress helpdesk and ticketing plugin. Advanced Form Integration captures Awesome Support events (new tickets, replies, status changes) and routes the data to any of 200+ destinations.

What you’ll need

  • The Awesome Support plugin (free or Pro) installed and activated.
  • The Advanced Form Integration plugin installed and activated.

Ticket event data captured

Field Format
Event type ticket_created, ticket_replied, ticket_closed
Customer name Same as input
Customer email Same as input
Customer ID Numeric WordPress user ID
Ticket subject The ticket title
Ticket ID Numeric Awesome Support ticket ID
Department The assigned department
Priority low, medium, high, urgent
Agent name The assigned support agent
Status new / open / closed / etc.
Created at YYYY-MM-DD HH:MM:SS

Create the integration

  1. Go to WP Admin → AFI → Add New.
  2. Enter an Integration Title, e.g. New ticket → Slack.
  3. In Trigger → Form/Data Provider, select Awesome Support.
  4. In Form/Task Name, choose the event.
  5. In Action → Platform, pick the destination and complete the field mapping.
  6. Optional: configure Conditional Logic.
  7. Click Save Integration.

Screenshot: AFI Add New screen with Awesome Support selected

Conditional logic example

Goal: ping the on-call engineer’s Slack DM only when an urgent ticket is created.

Create a Slack integration on the Ticket Created event. Open the Conditional Logic panel, add a condition with the priority field, Equal To, value urgent.

Related docs