Event interface

The event for a webhook.

Extends

Properties

eventRequestMessage

The event request message sent to the service URI.

eventResponseMessage

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

Property Value

Inherited Property Details

id

The event ID.

id?: string

Property Value

string

Inherited From EventInfo.id