You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.
Hi, so I have this all working on autocode as a webhook at the moment and it's fine for text/images, but this doesn't work for videos and I was wondering if I have the right code / formats? I also tried a .mov which likewise did not work.
await threadsAPI.publish({
text: (TEXT HERE),
attachment: {
video: (URL TO AN MP4 FILE HERE)
},
});
The text was updated successfully, but these errors were encountered:
Hi, so I have this all working on autocode as a webhook at the moment and it's fine for text/images, but this doesn't work for videos and I was wondering if I have the right code / formats? I also tried a .mov which likewise did not work.
await threadsAPI.publish({
text: (TEXT HERE),
attachment: {
video: (URL TO AN MP4 FILE HERE)
},
});
The text was updated successfully, but these errors were encountered: