This Action will create a new post to your Convo account.
- API endpoint slug
- convo.create_post
- Filter code method
- Convo.createPost.skip(string?: reason)
- Runtime method
- runAction("convo.create_post", {})
Action fields
- Label
- Display name
- Helper text
- The display name that will appear with the post in Convo (optional).
- Slug
- display_name
- Required
- true
- Can have default value
- true
- Filter code method
- Convo.createPost.setDisplayName(string: displayName)
- Label
- Display picture
- Helper text
- The display picture that will appear with the post in Convo (optional).
- Slug
- display_picture
- Required
- false
- Can have default value
- true
- Filter code method
- Convo.createPost.setDisplayPicture(string: displayPicture)
- Label
- Recipients
- Helper text
- Recipients in Convo who will receive the post.
- Slug
- recipients
- Required
- true
- Can have default value
- false
- Label
- Title of the post
- Helper text
- Optional
- Slug
- title
- Required
- false
- Can have default value
- true
- Filter code method
- Convo.createPost.setTitle(string: title)
- Label
- Body of the post
- Slug
- body
- Required
- false
- Can have default value
- true
- Filter code method
- Convo.createPost.setBody(string: body)
- Label
- Attachment
- Slug
- template_attachment
- Required
- false
- Can have default value
- true
- Filter code method
- Convo.createPost.setTemplateAttachment(string: templateAttachment)