raw
Creates messages or making calls to the each platform API, by sending specific raw parameters for each of them.
raw(params=Hash, type=String)
raw(params=Hash, type=String)Platforms
Platform
Supported
Usage
Messenger
curl -X POST -H "Content-Type: application/json" -d '{
"recipient":{
"id":"<PSID>"
},
"message":{
"text":"hello, world!"
}
}' "https://graph.facebook.com/v14.0/me/messages?access_token=<PAGE_ACCESS_TOKEN>"WhatsApp
Telegram
Last updated
Was this helpful?