This action will create an image post on Threads.
- API endpoint slug
- threads.post_image
- Filter code method
- Threads.postImage.skip(string?: reason)
- Runtime method
- runAction("threads.post_image", {})
Action fields
- Label
- Text
- Helper text
- An optional text content you want to post with your image.
- Slug
- text
- Required
- false
- Can have default value
- true
- Filter code method
- Threads.postImage.setText(string: text)
- Label
- Image URL
- Helper text
- URL to the image you want to post. Only JPG and PNG images are allowed.
- Slug
- media_url
- Required
- true
- Can have default value
- true
- Filter code method
- Threads.postImage.setMediaUrl(string: mediaUrl)