Zendesk App Framework, send ticket events webhook | Community
Skip to main content

Zendesk App Framework, send ticket events webhook

  • August 23, 2022
  • 1 reply
  • 0 views

bb23

Hi, 

I am planning to build an app for Zendesk marketplace.

I wonder if Zendesk apps support sending webhook events based on triggers in Zendesk (e.g ticketCreated, commentCreated) to external APIs?

 

If not how do people send the data to the external API from the app when something happens in the Zendesk instance?

 

1 reply

Tipene
  • August 23, 2022

Hi @bb23,

One way you could go about this is using the /api/v2/apps/notify endpoint together with a webhook notification from the Zendesk instance to trigger a custom notification event in your app. Here's a link to the docs which go in to more detail:

Send Notification to app

ZAF notification events

I hope this helps! Feel free to reach out with any questions.

Tipene