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": [
    {
      "appId": "app_1srOrx2ZWZBpBUvZwXKQmoEYga2",
      "appUid": "unique-identifier",
      "attemptId": "atmpt_1srOrx2ZWZBpBUvZwXKQmoEYga2",
      "endpointId": "ep_1srOrx2ZWZBpBUvZwXKQmoEYga2",
      "eventType": "user.signup",
      "msgEventId": "unique-identifier",
      "msgId": "msg_1srOrx2ZWZBpBUvZwXKQmoEYga2",
      "orgId": "org_1srOrx2ZWZBpBUvZwXKQmoEYga2"
    }
  ]
}

Response

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

Changes

Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.