Parameters required to generate a WebhookRequest.

Type Parameters

  • TPayload

Hierarchy

  • GenerateWebhookRequestParams

Properties

messageType: string

Value to set message_type property of a message object.

payload: TPayload

Generic payload JSON object that contains the actual business-relevant data.

secret: string

Secret used to generate the x-mosaic-signature header value.

Generated using TypeDoc