Queue a Publora post from a webhook request
This action will add a post to your Publora queue and publish it later.
Developer info
- API endpoint slug
- publora.schedule_post
- Filter code method
- Publora.schedulePost.skip(string?: reason)
- Runtime method
- runAction("publora.schedule_post", {})
Action fields
Content Text input > Other
- Label
- What should the post say?
- Helper text
- The text of the post. Ingredients from the trigger can be used here.
- Slug
- content
- Required
- true
- Can have default value
- true
- Filter code method
- Publora.schedulePost.setContent(string: content)
Account Dropdown list
- Label
- Which account?
- Helper text
- Pick a connected Publora account.
- Slug
- account
- Required
- true
- Can have default value
- false
Media url Text input > Other
- Label
- Image or video URL
- Helper text
- Optional. A public link to an image or video to attach to the post.
- Slug
- media_url
- Required
- false
- Can have default value
- true
- Filter code method
- Publora.schedulePost.setMediaUrl(string: media_url)
Delay Dropdown list
- Label
- When should it go out?
- Helper text
- How long Publora should hold the post before publishing it.
- Slug
- delay
- Required
- true
- Can have default value
- false
