Skip to main content
WEBHOOK
invalid_phone
{
  "transactionId": "019687e1-1b54-70f4-a68a-60af7fa776f4",
  "eventType": "invalid_phone",
  "body": {
    "phoneNumber": "5551234567",
    "reason": "Phone is a landline"
  }
}

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 Invalid Phone webhook payload.

transactionId
string
required

The unique transaction identifier for tracking the message.

eventType
string
required

The type of webhook event.

Allowed value: "invalid_phone"
body
object
required