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.
organizationUidstringPodium unique identifier for location.
locationUidstringPodium unique identifier for location.
createdAtstringWhen the webhook was created.
updatedAtstringWhen the webhook was last updated.
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",
  "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"
  ]
}