post https://api.talkdeskapp.com/webhooks/triggers/
Create a new webhook trigger (send confirmation email to the user)
Scope
webhooks-trigger:write
Request Body
{
"callbackurl": "https://prod-74.westeurope.logic.azure.com/workflows/a43d0eeabcbc4f638570e1c945d8a7de/triggers/When_a_contact_is_created",
"title": "A webhook with When a contact is created in Talkdesk trigger was created",
"message": "Please configure a new Talkdesk integration."
}
Body Response - Schema
201 (successfully created a webhook trigger)
Headers
Parameter | Type | Description | Required |
---|---|---|---|
location | string | The trigger result location. Example: https://api.talkdeskstg.com/webhooks/triggers/b6661868-cfc9-4bbd-8776-03f9efe00000 | no |
400 (bad request), 401 (unauthorized), 403 (forbidden request), 404 (not found), 500 (internal server error)
Parameter | Type | Description | Required |
---|---|---|---|
code | string | n/a | yes |
message | string | n/a | yes |
description | string | n/a | no |
fields | array[object] | "fields" subdivides into: "name" (string) "description" (string) | yes (name and description) |
Troubleshooting
If you have any questions regarding the usage of this API, or if you’re having any technical issues, please open a ticket using this form.