Hi, text card send possible?
Send text card and buttons variable option
Hi Sedat,
You can send cards with text using the ‘Bot-Send a card’ action. The ‘image URL’ field is not required so just leave it blank. You use shortcut buttons when you send a card set.
If you need anything else or have any suggestions, please let us know.
Ryan.
Ryan thanks for answer, we are use chatfuel and we are move flowxo soon, we need to use button template because button template 320 char limit.
https://developers.facebook.com/docs/messenger-platform/send-api-reference/button-template
and another question, we are try webhhok post, webook return a json like this but dont send user a card user send all data text.
“message”:{
“attachment”:{
“type”:“template”,
“payload”:{
“template_type”:“button”,
“text”:“What do you want to do next?”,
“buttons”:[
{
“type”:“web_url”,
“url”:“https://petersapparel.parseapp.com”,
“title”:“Show Website”
},
{
“type”:“postback”,
“title”:“Start Chatting”,
“payload”:“USER_DEFINED_PAYLOAD”
}
]
}
}
}
My webhooks all time return messenger structured json, and use for respond user on chatfuel, but didnt work flowxo, maybe we wrong please help me.
Hi Sedat,
Sounds like you managed to figure it out.
If you’re still having difficulites then send us a screenshot of the flow log. If there is any sensitive information in it, feel free to email it to support@flowxo.com and I’ll reply to you there.
Ryan.