POST
/
messages
/
buttons
curl --request POST \
  --url https://api.zapperapi.com/{instanceId}/messages/buttons \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "jid": "<string>",
  "body": "<string>",
  "title": "<string>",
  "footer": "<string>",
  "buttons": [
    {
      "type": "url",
      "displayText": "<string>",
      "id": "<string>",
      "copyCode": "<string>",
      "url": "<string>",
      "phoneNumber": "<string>"
    }
  ]
}'

Authorizations

X-Api-Key
string
header
required

Chave privada da API

Body

application/json

Response

200

Default Response