https://api.revreply.com/v1/response/generate
This endpoint requires authentication.
Try it
Use the following request to classify an incoming email and generate a response:- cURL
- JavaScript
- Python
- PHP
- Go
Authentication
This endpoint uses Bearer authentication with a JWT.Request
Headers
Body
The request body uses theGenerateResponseRequest schema.
The body requires
email_body, agent_id, and prospect_name. When the selected agent’s objective is Schedule Meeting, available_slots is also required.
Request structure
Request examples
The request is aPOST request to:
Response
Response structure
A successful request returns an object containing the generated response.
The response schema requires
thread_id, classification, and reply inside data.