Skip to main content
The ReachOwl Post Scheduler lets you queue content to be published across multiple Facebook groups on a repeating interval or fixed schedule. This guide covers setting up a scheduler, pausing it, removing specific queued posts, and cloning an existing scheduler.
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 id.
Save one active executor 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.
When schedule_type is set to interval, the interval value is interpreted in minutes. There is no separate scheduling endpoint. Create and update requests handle all scheduling behavior.