v1

latestOpenAPI 3.1.02026-07-24820248.4 KB

Probar Webhook

post/dummy_webhook

Request body

event_typestring required

Nombredel evento a gatillar

urlstring required

URL de tu endpoint, al cual se le notificará el evento mediante request POST.

Response

200

event_typestring
urlstring
idstring

Example response

{
  "event_type": "interaction.outgoing",
  "url": "https://prueba.com",
  "id": "eve_XnDZyqE_DkmGjcHuHgESewmAj2rRRpdJ"
}