zira logo

Get Posts

Add New post on a channel



POST
https://api.zira.us/public/post

Payload example


    {
        "title":"Hello world",
        "content": "This is my message",
        "toChannelId": "123"
    }
    

Example response


{
    "data":"1253", // returns new post ID
}

Properties

PropertyRequiredTypeExampleDescription
title falseString"Hello world"post title
content trueString"This is my message"post content
toChannelId trueString"456"channel id (can be copied from the channel share menu)
skipNotifications falseBooleanfalseWhen true, new post will not followed by push notification/email

Related docs

Related videos