Skip to main content

All Questions

6 votes
0 answers
575 views

Facebook Messenger API not sending "messaging" webhook

I am trying to set up a basic webhook to fire when a page receives a message. If I manually curl a message, my server gets it. If I use the app dashboard to test something like "message reactions&...
AlphaWulf's user avatar
  • 373
0 votes
1 answer
323 views

Instagram: invalid message data error while trying to send pushback buttons

Using https://graph.facebook.com/v13.0/me/messages?access_token=pagetoken post url trying to send pushback buttons. But its gives error as: "message": "(#100) Invalid message data"...
SushantPatade's user avatar
0 votes
0 answers
249 views

Odoo Facebook messenger intrgartion using webhooks needs conflicting controller type

I am trying to integrate the Facebook messenger with Odoo using the steps mentioned in this document https://developers.facebook.com/docs/messenger-platform/webhook. One of the first steps is setting ...
Daim Sayed's user avatar
0 votes
1 answer
626 views

Facebook Graph API webhook is not sending the GIF image attachments in DMs

I have implemented a messenger bot application to get the Facebook DM's using Facebook Graph API webhooks and send the responses from my application. Webhook is working fine to get the messages, ...
Dhana's user avatar
  • 1,648
0 votes
1 answer
106 views

Add additional payload/ID in Facebook button in Messenger Platform

I am quite new to facebook chat bot. https://developers.facebook.com/docs/messenger-platform/send-messages/buttons/ I can define button like this. { "type": "postback", "title": "<...
Khant Thu Linn's user avatar
3 votes
1 answer
70 views

Facebook page notification pass_thread_control from chatbot to agent

Is there a way to create/add a notification on facebook page once a user is transferred via pass_thread_control from chatbot to agent? The problem is that the agent isn't notified when the user is ...
Alen Mestrov's user avatar
2 votes
0 answers
361 views

Facebook Messenger does not give response in Rasa Core bot

Steps followed to create Facebook Messenger Bot : 1) Created a new app by clicking on Add New App. 2) Moving to Product list and start configuring messenger (product), then moving to settings -> ...
tsoulb's user avatar
  • 41
4 votes
0 answers
148 views

My facebook messenger webhook isn't receiving messages for the pages which are not created using the same account as fb application

Webhooks sends message for: The pages created in the same account as app account. I can subscribe the pages for the webhook using page-id/subscribed_apps and it starts showing up in Webhooks ...
Ashish's user avatar
  • 189
0 votes
1 answer
109 views

How to remember previous responses in Webhooks (Building Facebook Messenger Chat Bot)

For the chatbot, it is simple to implement a webhooks event for a single event such as: If option A, send X If option B, send Y If Option C, send Z However, what if the next event should be based ...
Lev's user avatar
  • 81
0 votes
0 answers
77 views

How to send bot message to all inactive player webhook facebook messenger

I am new to facebook messenger(Webhook). I am using Nodejs and Heroku for sending bot message. My requirement is to send message to all inactive player at once via Page Access Token. Is there ...
varadharaj's user avatar
2 votes
0 answers
242 views

How to identify a user without message_deliveries webhook events on Facebook Messenger?

According to Messenger Platform rules ... Send API requests that use user_ref from the checkbox plugin or phone_number from customer matching to identify the message recipient will no longer ...
Узеир Зейналзаде's user avatar
0 votes
1 answer
1k views

Send to Messenger Button on Safari does not send webhook event

I have a 'Send to Messenger' button on my app. It use to work just fine earlier. But now it does not work on Safari on Mac & iOS. It works on Chrome perfectly, but when clicked from Safari, ...
Aakash Barot's user avatar
-1 votes
1 answer
58 views

How to enable triggers from other users aside from page owner

I created a facebook Page, & a Facebook App that is subscribed to webhooks. So I my external server was successfully able to receive messages sent from my account->my page(webhook triggers), but ...
Theo's user avatar
  • 2,012
0 votes
1 answer
282 views

Redirect to page admin if chatbot turned off

I have created chatbot for messenger and now i want to add function when user unsubscribes chatbot then it must send all messages to page with notification. I thought to create table where i will save ...
MRustamzade's user avatar
  • 1,445
0 votes
1 answer
1k views

Facebook webhook for pages not working when reply to the message via Facebook Messenger?

I am creating a Facebook Webhook for page. It works well when the user sends a message to the page, the result of webhook is returned as an json object: {"entry": [{"changes": [{"field": "...
Vuong Passion's user avatar

15 30 50 per page