Tweet new Circle posts to X (Twitter)
This trigger fires every time a new post is published in your Circle community.
Developer info
- API endpoint slug
- circle.new_post_published
Trigger fields
Space Dropdown list
- Label
- Space
- Helper text
- Only trigger for posts in this space, or pick "All spaces" to fire for every space.
- Slug
- space_id
- Required
- true
- Can have default value
- false
Ingredients
Post The unique ID of the post.
- Slug
- post_id
- Filter code
- Circle.newPostPublished.PostId
- Type
- String
- Example
- 98765
Post title The title of the post.
- Slug
- post_title
- Filter code
- Circle.newPostPublished.PostTitle
- Type
- String
- Example
- Welcome to the community!
Post body preview A preview of the post body.
- Slug
- post_body_preview
- Filter code
- Circle.newPostPublished.PostBodyPreview
- Type
- String
- Example
- Excited to have everyone here. Introduce yourself...
Post url URL of the post in Circle.
- Slug
- post_url
- Filter code
- Circle.newPostPublished.PostUrl
- Type
- Web URL
- Example
- https://your-community.circle.so/c/general/welcome-to-the-community
Author name The name of the post author.
- Slug
- author_name
- Filter code
- Circle.newPostPublished.AuthorName
- Type
- String
- Example
- Jane Doe
Space name The name of the space the post was published in.
- Slug
- space_name
- Filter code
- Circle.newPostPublished.SpaceName
- Type
- String
- Example
- General
Published at The date and time the post was published.
- Slug
- published_at
- Filter code
- Circle.newPostPublished.PublishedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
