Create Post
Publish a new post to a channel. The post is immediately visible to channel subscribers unless scheduled for a future time.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
channel_idstringrequiredThe ID of the channel to publish in.
titlestringrequiredHeadline displayed in the feed and notifications.
bodystringrequiredThe main content of the post. Supports Markdown formatting.
priority"normal" | "high" | "urgent"Notification priority level. Urgent bypasses user preferences.
"normal" | "high" | "urgent""normal"tagsarray<string>Tags for categorization and filtering.
scheduled_atstring<date-time>ISO 8601 timestamp to schedule the post. If omitted, the post is published immediately.
cover_image_urlstring<uri>URL of the cover image displayed at the top of the post.
Response
Post created successfully
idstringUnique post identifier.
channel_idstringChannel the post belongs to.
titlestringPost headline.
bodystringPost content in Markdown.
priority"normal" | "high" | "urgent"Notification priority level.
"normal" | "high" | "urgent"tagsarray<string>Tags for categorization.
authorobjectauthor.idstringauthor.namestringauthor.emailstringstatus"draft" | "scheduled" | "published" | "archived"Current status of the post.
"draft" | "scheduled" | "published" | "archived"published_atstring<date-time>When the post was published.
scheduled_atstring<date-time>Scheduled publish time, if applicable.
cover_image_urlstring<uri>viewsintegerNumber of unique readers.
created_atstring<date-time>updated_atstring<date-time>