Skip to main content
POST
/
messages
/
interactive
/
order_status
Send interactive order status message
curl --request POST \
  --url https://messenger-public-api.cogfy.com/messages/interactive/order_status \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '
{
  "from": "<string>",
  "to": "<string>",
  "interactive": {
    "type": "order_status",
    "header": {},
    "body": {
      "text": "<string>"
    },
    "footer": {
      "text": "<string>"
    },
    "action": {
      "name": "review_order",
      "parameters": {
        "reference_id": "<string>",
        "order": {
          "description": "<string>"
        },
        "payment": {
          "timestamp": 123
        }
      }
    }
  }
}
'
{
  "id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://messenger-docs.cogfy.com/llms.txt

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

Authorizations

api-key
string
header
required

Body

application/json
from
string
to
string
interactive
object

Response

200 - application/json

Interactive order status message sent successfully

id
string