Skip to main content
POST
Respond Contact
Advances targetlead, stamping lead_at. Idempotent: calling it on a contact that’s already lead or contact just returns the current row unchanged — it never moves a contact backward or re-stamps lead_at. This is also what the outreach reply webhook calls internally when a recipient replies.

Auth

Requires a CRM manage scope and an active organization on the token. Any *:manage scope qualifies — in practice contacts:manage, deals:manage, companies:manage, or activities:manage.

Response

The (possibly unchanged) contact row.

Errors

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

contact_id
string
required

The contact's id.

Response

Successful Response

The response is of type Response Respond Contact Route Contacts Contact Id Respond Post · object.