Skip to main content
WEBHOOK
delivery_status
{
  "transactionId": "019687e1-1b54-70f4-a68a-60af7fa776f4",
  "eventType": "delivery_status",
  "body": {
    "phoneNumber": "5551234567",
    "status": "success",
    "deliveredAt": "2024-01-15T10:30:00Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.momogood.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Your momoGood Messaging API key. This is required for all requests to the API. You can find your API key in the momoGood Messaging app under My Account -> API -> Create API Key.

Body

application/json

The Delivery Status webhook payload.

transactionId
string
required

The unique transaction identifier for tracking the message.

eventType
string
required

The type of webhook event.

Allowed value: "delivery_status"
body
object
required