Follow-up Tasks
Snooze a follow-up task
Snoozes a task for the specified duration, updating its due_at and setting status to snoozed.
PATCH
Snooze a follow-up task
Documentation Index
Fetch the complete documentation index at: https://developers.voxys.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API access token for authentication. Obtain from your Voxys Connect profile settings.
Path Parameters
The numeric ID of the account.
The ID of the follow-up task.
Body
application/json
Snooze duration. Accepts values like '1h', '1d', '1w', or an ISO 8601 datetime string.
Example:
"1d"
Response
Task snoozed.
Example:
20
Example:
"Follow up with prospect"
Example:
"Call back after proposal review."
Available options:
pending, completed, snoozed Example:
"pending"
Available options:
low, medium, high Example:
"medium"
Example:
"Lead"
Example:
42
Snooze a follow-up task

