Zendesk
Reward agents when they resolve certain support cases or customer who deserve an extra special acknowledgement for their patience.
Last updated
Was this helpful?
Reward agents when they resolve certain support cases or customer who deserve an extra special acknowledgement for their patience.
Last updated
Was this helpful?
Follow the steps below to send rewards to Agents or Customers.
In the following steps, replace yourdomain with your Zendesk domain.Comment
An existing promotion with a promotion token.
Create a webhook that can be used in a trigger.
Visit the link https://yourdomain.zendesk.com/admin/platform/webhooks
in your browser.
Click Create webhook
Provide a name, for example: Reward user
Endpoint URL: https://perk.exchange/api/perks
Request method: POST
Header:
Enter x-perk-token
for the header and the promotion token as the value
(optional) Click Test webhook and then Send test. Validate there is a response.
Click Create.
Visit the link https://yourdomain.zendesk.com/agent/admin/triggers
in your browser.
Click Add trigger.
Enter trigger name and other details, including match conditions.
Under Actions click Add action.
Select Notify active webhook and select the webhook from the earlier step above.
In the JSON body:
To reward an agent, {"email": "{{ticket.assignee.email}}"}
To reward a customer, {"email": "{{ticket.requester.email}}"}
Click Save.
The trigger is now active.