How to send images from Einstein Bot over facebook messaging channel? - salesforce

I want to send images from my einstein bot over the Facebook messaging channel. I managed to send images using an LWC but I can't figure out how can we achieve so on Facebook.

Related

I want to use teams outgoing webhook to send comments on a post to salesforce. Is there a way to send comments from teams to salesforce

My scenario is, if someone posts a discussion in salesforce community, we are sending it to teams through incoming webhook. I would like to explore if we can reply in the post, can we send it back to salesforce
I tried teams integration for salesforce but it doesn't work for salesforce communities.

Discord bot won't recognize embeds from other bots

I am making a discord bot and I am trying to get it to react to other bots embedded messages but it is only reacting to user made embeds. Is there a fix for this?

Hangouts Chat Email alert like slack email app

I'm looking to move from Slack to Hangouts Chat, but heavily rely on getting alerts on chat sent from email. What's the easiest way to create an Alert in Hangouts Chat like the Email App in Slack.
The way the Slack App works is that it provides a specialized email address like: randomKey#company.slack.com
then when an email is received to the specialized email address it posts the contents to a channel.
any help would be appreciated. Currently I see other suggestions out there that do time-based triggers with email filters (How to trigger a Google Apps Script once an email get in the inbox?). But not sure if this is the easiest way / best way.
As of now, there is no direct integration between hangouts chat and Gmail. There are some workarounds that you can use to achieve your goal. The most popular approach is to use Push Notification Services of Gmail API using Pub/Sub which reads a particular email received in your inbox. Receiving this email you can then invoke your hangouts chat or send alerts to hangouts chat room via webhook.
Push Notification Documentation
Hangouts Chat API Documentation
Hope this answers your question!!!

IBM Watson - Facebook ChatBot

I am trying to implement IBM Watson chatbot into facebook messenger. I am able to verify my webhook. Also, able to receive and send custom messages through facebook to my webhook locally.
But when another user tries to access my page and then send message from facebook to my chatbot, it fails to respond unlike when i message it locally. I donot understand why it could be failing? Any help/direction is much appreciated.
This is because you have not yet had your messenger bot reviewed and approved by Facebook. Until your bot goes through the review process, it can only be accessed by you.
You can invite other users to test your chatbot, and as #chughts mentions before you can go public Facebook has to approve.

How to generate Spotify song preview in Facebook messenger using Dialogflow chat-bot

I'm trying to make a chat bot based on facebook's Messenger, I knew that now if you send a spotify song url in facebook's messenger, it will render a playable clip. However I don't know how to achieve this through facebook's api.
To do this you would send an open graph template:
https://developers.facebook.com/docs/messenger-platform/send-messages/template/open-graph

Resources