Skip to main content
PATCH
Updates a comment automation. Use this endpoint to pause or resume it by changing status. Send only the fields you want to change.
PUT /api/v1/comment-automations/{id} is also supported and uses the same handler and body fields as PATCH.

Headers

string
required
Bearer token. Format: Bearer {token}.
string
required
Must be application/json.

Path parameters

integer
required
ID of the comment automation.

Body

string
Name of the comment automation.
integer
0 = paused, 1 = running.
integer
Maximum comments posted per day.
integer[]
IDs of the connected accounts that post comments.
object[]
Comment content. Each entry has a text field and supports {{first_name}}.
object[]
Posting windows. Each entry has day, start_time, and end_time.

Response

object
The updated comment automation.