Explore Plans
Mobile menu Close menu
ConvoConvo

Create a post on Convo

This Action will create a new post to your Convo account.

Developer info

API endpoint slug
convo.create_post
Filter code method
Convo.createPost.skip(string?: reason)
Runtime method
runAction("convo.create_post", {})

Action fields

Display name Text input > Other

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)

Display picture Text input > Photo

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)

Recipients Dropdown list

Label
Recipients
Helper text
Recipients in Convo who will receive the post.
Slug
recipients
Required
true
Can have default value
false

Title Text input > Title

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)

Body Text input > Other

Label
Body of the post
Slug
body
Required
false
Can have default value
true
Filter code method
Convo.createPost.setBody(string: body)

Template attachment Text input > File

Label
Attachment
Slug
template_attachment
Required
false
Can have default value
true
Filter code method
Convo.createPost.setTemplateAttachment(string: templateAttachment)