Coming soon. This endpoint will be available once Reply API 3.0 enters beta. We will notify all users when beta access opens. Request early access.
Executes the task action (sends email or SMS) and completes it. Only ManualEmail (7) and Sms (8) task types support execution. Other task types return 400 — use the complete endpoint for those.
API key passed in the X-API-Key header
Task ID.
Request body for executing a task (send email/SMS) and completing it.
Only ManualEmail (7) and Sms (8) task types support execution.
All fields are optional — an empty object {} uses server-rendered template and default email account.
Final rendered content to send. If omitted, the server renders the stored template automatically.
Email account to send from. Only for non-sequence ManualEmail tasks. If omitted, the user's default email account is used. Ignored for sequence tasks (account resolved from sequence configuration).
Task executed and completed successfully. Returns the updated task.
Full task detail returned by GET by ID, Create, and Update endpoints.
Task ID.
Task type enum value.
0 = ToDo, 2 = Call, 4 = Meeting, 5 = LinkedIn, 7 = ManualEmail, 8 = Sms, 9 = WhatsApp.
Task status enum value.
0 = New, 1 = Finished, 3 = Cancelled, 4 = Archived, 5 = SequenceDetached.
ID of the user this task is assigned to.
How the task was created.
0 = User, 1 = Sequence, 2 = Meeting.
When the task was created.
Task start time. When isScheduled is true, this is the scheduled execution time.
Task due time.
Whether the task execution failed.
Whether the task is scheduled for automatic execution.
Associated contact (prospect) ID.
LinkedIn action subtype. Only present for LinkedIn tasks.
0 = Message, 1 = Connect, 2 = InMail, 3 = ViewProfile.
Sequence ID if this task was created by a sequence.
Sequence step ID. Available when the ExtendedFilterInTasks feature is enabled.
Human-readable sequence step name (e.g. "Step 2 - Email").
When the task was completed. Null for active tasks.
Raw task template. For active tasks, may contain {{variable}} placeholders.
For finished tasks, contains the final content (raw version is no longer available).
Rendered content with variables resolved. Only populated when includeContent=true query parameter is set.
Null by default.
Delivery target information. Populated for ManualEmail (email), Call/SMS (phone), and LinkedIn (URL) tasks. Null for ToDo, Meeting, and WhatsApp tasks.