A webhook.
Attribute | Type | Description |
---|---|---|
disabled | boolean | Whether the webhook is disabled or not. |
url | string | URL that webhook events will be sent to. |
secret | string | Secret used to sign webhook events. |
uid | string | Podium unique identifier for webhook. |
organizationUid | string | Podium unique identifier for location. |
locationUid | string | Podium unique identifier for location. |
createdAt | string | When the webhook was created. |
updatedAt | string | When the webhook was last updated. |
eventTypes | array[string] | Event types that will be sent to webhook. Possible values: ["contact.created", "contact.deleted", "contact.merged", "contact.unchanged", "contact.updated", "invoice.created", "invoice.disabled", "invoice.marked_as_paid", "invoice.payment_created", "invoice.payment_failed", "invoice.payment_succeeded", "invoice.refund_created", "invoice.refund_failed", "message.failed", "message.received", "message.sent", "review.created", "review.invite_link_created", "review.invite_link_updated", "review.response_created", "review.response_updated", "review.updated"] |
{
"disabled": false,
"url": "https://www.podium.com/",
"secret": "",
"uid": "00000000-0000-0000-0000-000000000000",
"organizationUid": "00000000-0000-0000-0000-000000000000",
"locationUid": "00000000-0000-0000-0000-000000000000",
"createdAt": "2015-01-23T23:50:07Z",
"updatedAt": "2015-01-23T23:50:07Z",
"eventTypes": [
"contact.created"
]
}