Facebook Ads Integration
{
"message": {
"attachment": {
"type": "template",
"payload": {
"template_type": "generic",
"elements": [
{
"title": "ANY TITLE",
"image_url": "ANY IMAGE URL>",
"subtitle": "ANY SUBTITLE",
"buttons": [
{
"type": "postback",
"title": "CALL TO ACTION",
"payload": "<PUT HERE THE BEHAVIOUR API TOKEN>::"
}
]
}
]
}
}
},
"user_edit": true
}
Last updated