Skip to main content
POST https://api.revreply.com/v1/orchestrator/firstreply
This endpoint requires authentication.

Try it

Use the following request to initialize the orchestrator first reply:

Authentication

This endpoint uses Bearer authentication with a JWT.

Request

Headers

Body

The request body uses the FirstReplyRequest schema.

cc_emails item

Each CC email object contains: The sender object requires both first_name and last_name, while email is required and uses email format validation.

Request structure

Request examples

The request is a POST request to:

Response

Response structure

A successful request returns confirmation that the thread was activated, along with the lead_id.

Response example

Errors

422 — Validation error

Returned when one or more request fields fail validation.

500 — Orchestration failed

Returned when the orchestrator cannot activate the thread.