Authorizations
Apikey
Body
application/json
curl --request POST \
--url https://api.wappfy.com.br/api/send/buttons/reply \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"chatId": "11111111111@c.us",
"replyTo": null,
"selectedDisplayText": "<string>",
"selectedButtonID": "<string>",
"session": "session"
}'
curl --request POST \
--url https://api.wappfy.com.br/api/send/buttons/reply \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"chatId": "11111111111@c.us",
"replyTo": null,
"selectedDisplayText": "<string>",
"selectedButtonID": "<string>",
"session": "session"
}'
Apikey