@wildix-internal/wim-webhooks-client > WebhookMessage
WebhookMessage interface
Signature:
export interface WebhookMessage
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
string | The message to send. The minimum size is one character. The maximum size is 196 KiB. | ||
string | A unique identifier for the messages, whereby messages sharing the same | ||
Endpoint configuration that will be utilized to distribute the message. | |||
string | The tag that indicates a message's association with a specific message group. Messages within the same message group are delivered in a FIFO (First In, First Out) sequence, although messages from different message groups may be processed in a non-sequential order. | ||
string | An identifier that is used to group logs and related data. |