Event interface
The event for a webhook.
- Extends
Properties
event |
The event request message sent to the service URI. |
event |
The event response message received from the service URI. |
Inherited Properties
id | The event ID. |
Property Details
eventRequestMessage
The event request message sent to the service URI.
eventRequestMessage?: EventRequestMessage
Property Value
eventResponseMessage
The event response message received from the service URI.
eventResponseMessage?: EventResponseMessage