Open Foddy opened 5 years ago
Do you have an example of the actual response from Dialogflow?
Just add some "text" and it should work fine :)
{
"facebook": {
"quick_replies": [
{
"content_type":"user_email"
}
],
"text": "What's your email?"
}
}
Hi,
I am trying to send this custom payload to request the users email. Unfortunately nothing appears on FB Messenger:
I also tried something like this without success:
According to the facebook docs this should work: https://developers.facebook.com/docs/messenger-platform/send-messages/quick-replies#email
Has anybody an idea how this should look to work?