Skip to main content
Create a new keyword mention monitor to watch for posts containing specific keywords in Facebook groups. To update an existing monitor, include its id in the request body. ReachOwl does not expose PUT or PATCH endpoints for mentions; all create and update operations use POST.

Body parameters

integer
The ID of an existing monitor to update. Omit this field when creating a new monitor.
integer
required
Team the monitor belongs to.
string
Monitor type, such as "facebook_groups".
array
Array of keyword strings to watch for in posts.
array
Array of group IDs to scope the monitor to.
integer
Monitor status: 1 for active, 0 for disabled.

Create a monitor

Update or disable a monitor

Include id in the body to update an existing monitor. Set status to 0 to disable it.