Send an SMS reply into an existing conversation.
POST/api/v1/conversations/:id/reply
Resolves the recipient phone from the conversation row; no "to" is required in the body. Respects opt-outs (422). From-number is the tenant dedicated SMS number (tenant_phone_numbers -> tenants.phone fallback). Scope: send_sms.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 429
SMS queued for delivery
Missing or invalid parameters
Invalid or missing API key
API key lacks the required scope for this endpoint
Resource not found or belongs to another account
Recipient has opted out of SMS.
Rate limit exceeded
Response Headers
X-RateLimit-Limit
X-RateLimit-Remaining
X-RateLimit-Reset
Retry-After