Webhooks are used to notify external services of events that occur in the
system. For example, when a newsletter is sent, a webhook can be used to
notify an external service that the newsletter has been sent.
{"creation_date": "2019-08-24T14:15:22Z","id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","url": "https://example.com","description": "Register in remote database every time we get a new subscriber","event": "subscriber.created"}
Fields
id
Type
string
Description
A unique UUID associated with the object.
creation_date
Type
string
Description
The date and time at which the object was created.
status
Type
Description
Whether the webhook is enabled or not.
event_types
Type
array
Description
The types of event for which the webhook will be triggered.
url
Type
string
Description
The URL to which the webhook will send POST requests.
description
Type
string
Description
An optional description of the webhook, for reference.