This action will publish a post to the channel you choose immediately, bypassing the Buffer queue.
- API endpoint slug
- buffer.share_post_now
- Filter code method
- Buffer.sharePostNow.skip(string?: reason)
- Runtime method
- runAction("buffer.share_post_now", {})
Action fields
- Label
- Which channel?
- Helper text
- Which Buffer channel (social account) should this post go to?
- Slug
- channel_id
- Required
- true
- Can have default value
- false
- Label
- Post text
- Helper text
- What should the post say?
- Slug
- post_text
- Required
- true
- Can have default value
- true
- Filter code method
- Buffer.sharePostNow.setPostText(string: post_text)
- Label
- Image URL
- Helper text
- Public URL of an image to attach. Leave blank for a text-only post.
- Slug
- image_url
- Required
- false
- Can have default value
- true
- Filter code method
- Buffer.sharePostNow.setImageUrl(string: image_url)