Publish a Publora post from a webhook request
This action will publish a post to the Publora account you choose.
Developer info
- API endpoint slug
- publora.publish_post
- Filter code method
- Publora.publishPost.skip(string?: reason)
- Runtime method
- runAction("publora.publish_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.publishPost.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.publishPost.setMediaUrl(string: media_url)
