Freshdesk
Reward agents when they resolve certain support cases or acknowledge a patient customer.
Last updated
Reward agents when they resolve certain support cases or acknowledge a patient customer.
Last updated
Follow the steps below to send rewards to Agents or Customers.
For more information refer to the Freshdesk documentation.
An existing promotion with a token.
Open Admin section and choose Workflows > Automation. Select Ticket Updates and click "New rule".
Enter the ticket conditions for when a Perk Exchange reward should be given. Next, under Perform these actions, select Trigger webhook.
Request type: POST
URL: https://perk.exchange/api/perks
Select Add custom header and enter { "x-perk-token": "AAAAAAAAAA" }
where AAAAAAAAAA is your promotion token.
Encoding: JSON
Content: Advanced
To reward a ticket agent:{ "email": "{{ticket.agent.email}}" }
To reward a requester: { "email": "{{ticket.requester.email}}" }
Click Preview and save. Confirm the automation and click Save.
The automation is active.
NOTE: Additional placeholders like ticket.agent.email
are documented online.