curl --request POST \
--url https://services.leadconnectorhq.com/social-media-posting/category/queues/{queueId}/create/item \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"sessionId": "<string>",
"content": "<string>"
}
'Add a new post item to a queue. Can be added within an edit session or directly to the live queue.
curl --request POST \
--url https://services.leadconnectorhq.com/social-media-posting/category/queues/{queueId}/create/item \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"sessionId": "<string>",
"content": "<string>"
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"Bearer <token>"
"2021-07-28"
Successful response
Was this page helpful?