Hi Guys,
Does this connector support tweeting with images?
Thanks in advance,
Sérgio
Hello Sérgio,
Out of the box, I do not see this capability in the connector. That said, you could be able to extend the component based on the documentation of the Tweet_Update action:
Updates the authenticating user's current status, also known as tweeting. To upload an image to accompany the tweet, use POST statuses/update_with_media.
Though, if you look at Twitter's documentation on update_with_media (https://developer.twitter.com/en/docs/tweets/post-and-engage/api-reference/post-statuses-update_with_media.html), it seems deprecated. Instead, they recommend:
Maybe someone could enhance this component?
I hope that helps!
Thank you, Craig, we will check it out.