Freshdesk Integration
The requirement is to automate sending an NPS survey invite when a ticket is marked as resolved or closed.
This automation can be achieved using the 'Observer' automation rule provided by Freshdesk. This feature is however only available to paid Freshdesk users.
The basic flow of events would be as following:
-
-
-
-
-
You can refer Freshdesk help document for detailed understanding.
- Within FreshDesk, click Admin > Automations (under Helpdesk Productivity section)
- Click Create New Rule under Ticket updates tab
- Enter the following in your new rule setup:
- Rule Name: Omoto NPS Webhook
- Description: Wehbook for Omoto NPS triggers
- When any of these events occur: Status is changed from "Any Status" to "Closed"
- And the events are performed by: any
- On tickets with these properties: this can be left as default.
- Perform these actions: Trigger WebHook (screenshot shared below)
- Request Type: POST
- URL: Omoto team will provide you with a unique URL for your account that can be used here
- Encoding: JSON
- Content: Advanced
- Add JSON content: sample shared below --> use Freshdesk placeholders to insert appropriate values in the JSON.
- Click Save to save the automation.
Once configuration is done, Omoto will start sending NPS email invite for every ticket closed in Freshdesk.
Additional rule of cool-off period can be setup in Omoto to avoid over surveying your customers.
Sometimes the webhook configuration doesn't work out of the box.
In such a situation, we recommend getting in touch with Freshdesk's support team. They will help you enable the webhook or resolve issues with the webhook configuration.