1
Get group URLs
Start by listing the groups synced to your workspace so you can target the right ones.Copy the
group_url values you want to schedule posts for.2
Get an executor ID
Post schedulers require an active browser executor. List app states and pick an Save one active executor
id.id for the next step.3
Create a post scheduler
Create the scheduler with a recurring interval, target groups, and post content. The example below posts every 20 minutes.
4
Pause the scheduler
Change the scheduler status by sending a PATCH request to the scheduler ID.Use
status: 1 to resume later.5
Delete queue rows
Remove specific queued posts by passing an array of queue IDs in a PATCH update.
6
Clone a post scheduler
Duplicate an existing scheduler, including its groups and posts, by using the
clone_from field on creation.