Hello guys !
I have a doubt: I have a custom button template with an action to open the phone dialog when the user clicks on it.
This button has the type “phone_number”, look at example bellow :
{
“attachment”:{
“type”:“template”,
“payload”:{
“template_type”:“button”,
“text”:“Click here to call”,
“buttons”:[
{
“type”:“phone_number”,
“payload”:"+5511111111",
“title”:“Ligar agora”
}
]
}
}
}
But i would like to know if its possible to catch the action of clicking on the button. For example: if user click on this button, I would like to fire another flow.
I know that if I use the type “postback” on button template, it is possible to fire another flow, but if I use the “phone_number” type, I can’t.
Thanks!
Best regards,
Bob