v2

latestOpenAPI 3.1.02026-07-312303692.4 MB
Webhook

message.attempt.log

Sent after message attempts are made. Contains metadata about message attempts and their results. In order to reduce the frequency of webhooks, these are sent in batches periodically.

postWebhookmessage.attempt.log

Payload

type'message.attempt.log' required

Example payload

{
  "data": [
    {
      "orgId": "org_1srOrx2ZWZBpBUvZwXKQmoEYga2",
      "appId": "app_1srOrx2ZWZBpBUvZwXKQmoEYga2",
      "appUid": "unique-identifier",
      "endpointId": "ep_1srOrx2ZWZBpBUvZwXKQmoEYga2",
      "msgId": "msg_1srOrx2ZWZBpBUvZwXKQmoEYga2",
      "msgEventId": "unique-identifier",
      "attemptId": "atmpt_1srOrx2ZWZBpBUvZwXKQmoEYga2",
      "eventType": "user.signup"
    }
  ]
}

Response

Return any 2XX status to indicate that the data was received successfully