We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would like to know if it is possible to send an image as the message or just send an image on its own...... maybe a node-red example?
thanks
The text was updated successfully, but these errors were encountered:
The node looks at msg.payload and if it is a string sends that as message: {text: msg.payload} otherwise it sends it untouched as message: msg.payload. So you can send a message object as defined by the Facebook Messenger API. https://developers.facebook.com/docs/messenger-platform/reference/send-api/#message
msg.payload
message: {text: msg.payload}
message: msg.payload
Sorry, something went wrong.
No branches or pull requests
Would like to know if it is possible to send an image as the message or just send an image on its own...... maybe a node-red example?
thanks
The text was updated successfully, but these errors were encountered: