Ping events
Events
ping | Webhook notification settings have changed |
|---|
Request body data
service | The notification service that sent this webhook |
|---|---|
organization | The Organization this notification belongs to |
sender | The user who created the webhook |
Example request body:
{ "event": "ping", "service": { "id": "49801950-1df0-474f-bb56-ad6a930c5cb9", "provider": "webhook", "settings": { "url": "https://server.com/webhook" } }, "organization": { "...": "..." }, "sender": { "id": "8a7693f8-dbae-4783-9137-84090fce9045", "name": "Some Person" } }