Webhook to automatically send a first response on a new ticket

Modified on Fri, 10 Feb, 2023 at 8:35 AM

If you are looking to send an automated response on a ticket that needs to be threaded as a first response on the Ticket conversations, it can be done using a webhook on a Ticket Creation rule.

Navigate to Automations > Ticket > Ticket Creation > New Rule and set up a rule with conditions as per your requirement

If you want to send an automated first response on all the tickets, then the conditions of the rule can be as follows  

  •     Priority is Low, Medium, High, Urgent


In cases you want to send an automated first response on a ticket only in specific scenarios, please set up the conditions on the rule as per your business requirement.

Webhook format


You can customize the content of the API call further as per your requirement. Here is a sample call

{ "body" : "<div>We are working on this issue. Will keep you posted.</div>", "user_id" : {{ticket.agent.id}}, "from_email" : "support@yourcompany.com" }
Generic


Here's the link to our API documentation. For more details on webhooks, head to this article. 

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article