API: Sending attachments #1626
Unanswered
khoidt
asked this question in
Help / Q&A
Replies: 1 comment
-
This is now fixed on master branch. #2182 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
What would be the right way to send file attachments from the API? Sorry if it's a duplicate question - unfortunately, I couldn't find any documentation or discussions on the topic.
I have a setup that bridges between Telegram, WhatsApp and an API endpoint (handled by a basic NodeJS script). The configuration allows sending and receiving text messages from any point, as well as images and attachments from the messengers. However, trying to add the very same attachment data to the
Extra
field and send it via the API crushes Matterbridge.I'd be very grateful for any hints.
Message data:
Error log:
Beta Was this translation helpful? Give feedback.
All reactions