Create a private webhook app to receive all platform events from Thena.
Ticket events
Account events
Comment events
User events
Organization events
Custom object events
Prepare the curl request
x-api-key
headerdeveloper
section with your company detailswebhook URLs
with your actual endpoints inside webhooks and interactivityYOUR_API_KEY
with your actual Thena API key. You can find this in your Thena dashboard under Organization → Personal → Security Access or visit https://dashboard.thena.ai/organization/settings/personal/security-access.private
since it is for internal use.Make the API call
Save the app ID
appId
: This unique identifier for your webhook app (e.g., EGHG8R3K9HGU98JJ81W5EKQRM2X9
)clientId
and clientSecret
: Authentication credentials for the appappId
as you’ll need it for the next step.Prepare the installation request
x-api-key
headerYOUR_APP_ID
with the appId
you received from Step 1 (e.g., EGHG8R3K9HGU98JJ81W5EKQRM2X9
)teamIds
array with your actual team IDshttps://dashboard.thena.ai/dashboard/T123NHFDRF
, then the team ID is T123NHFDRF
.teamIds
array.Make the API call
Verify the installation
ticket:created
to process only new ticket eventsticket:comment:reaction:added
to handle reaction eventsaccount:updated
to respond to account changesticket:*
to catch all ticket-related events