Skip to main content
Update an existing profile growth task by ID. You can change its status, schedule, timezone, or any other field. Use DELETE to remove the task permanently.
Status values are strings for profile growth: "running", "paused", "draft", or "completed". This differs from campaigns and post schedulers, which use numeric status (0 or 1).

Update status

Pause a task

Resume a task

Update schedule and timezone

Send a PATCH request with a timezone string and a schedule array to control when the task is active.

Full update (PUT)

Use PUT to replace editable fields on a task, such as its name or source.

Delete a task

Send a DELETE request to permanently remove the profile growth task and all associated activity.