Is it possible for the chatbot to send an attachment on Facebook Messenger

According to meta, yes:

https://developers.facebook.com/docs/messenger-platform/reference/attachment-upload-api/

You need to read the fbmessenger project:

https://github.com/rehabstudio/fbmessenger/blob/master/fbmessenger/attachments.py

And the rasa facebook connector to see how to do it.

1 Like