Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 870 Bytes

OutboundMessage.md

File metadata and controls

34 lines (18 loc) · 870 Bytes

OutboundMessage

Properties

Name Type Description Notes
recordType RecordTypeEnum Identifies the type of the resource. [optional]
id UUID Identifies the type of resource. [optional]
eventType EventTypeEnum The type of event being delivered. [optional]
occurredAt OffsetDateTime ISO 8601 formatted date indicating when the resource was created. [optional]
payload OutboundMessagePayload [optional]

Enum: RecordTypeEnum

Name Value
EVENT "event"

Enum: EventTypeEnum

Name Value
SENT "message.sent"
FINALIZED "message.finalized"