Back to Templates
This workflow automates customer support for SMEs in five simple steps:
This setup ensures all customer inquiries are logged, categorized, and acknowledged without manual effort.
Webhook
customer-support
.name
, email
, and message
to this webhook.Extract Message (Set Node)
message
field to make it available for other nodes.Check Category (IF Node)
message
contains the word “refund”.Save Ticket (Google Sheets)
Append
.Tickets!A:C
.Name
, Email
, and Message
.Send Acknowledgement (Email Send)
To
: ={{$json.email}}
.Support Ticket Received
.{{$json.name}}
and include the {{$json.message}}
.👉 With this workflow, SMEs can handle incoming support tickets more efficiently, maintain a simple ticket log, and improve customer satisfaction through instant acknowledgment.