Schedule a post

Create scheduled post or draft.

Request parameters

ParameterTypeRequiredInformation

caption

string

yes (if mediaUrls not provided)

Up to 10,000 characters

mediaUrls

array of strings

yes (if caption not provided)

URL list of the media (must follow URL file limitations)

socialProfileIds

array of strings

no

If no ids provided, creates post as a draft

scheduledAt

string

no

Date of the schedule (must follow Date limitations)

format

string

no

Format value from Formats

isShadow

boolean

no

Shadow posts will not appear in your dashboard. Defaults to false

Sample response

{
    "postGroupId": "clg07n1us0002998kbzmp7zc7",
    "scheduleGroupId": "clha31piz00383b76wqxprn6p"
}

Response parameters

ParameterTypeDescription

postGroupId

string

Id of the created post

scheduleGroupId

string

Id of the created schedule

Last updated