The webhook object

A webhook.

AttributeTypeDescription
disabledbooleanWhether the webhook is disabled or not.
urlstringURL that webhook events will be sent to.
secretstringSecret used to sign webhook events.
uidstringPodium unique identifier for webhook.
createdAtstringWhen the webhook was created.
locationUidstringPodium unique identifier for location.
updatedAtstringWhen the webhook was last updated.
organizationUidstringPodium unique identifier for location.
eventTypesarray[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",
  "createdAt": "2015-01-23T23:50:07Z",
  "locationUid": "00000000-0000-0000-0000-000000000000",
  "updatedAt": "2015-01-23T23:50:07Z",
  "organizationUid": "00000000-0000-0000-0000-000000000000",
  "eventTypes": [
    "contact.created"
  ]
}