cURL
curl --request POST \ --url https://www.itsconvo.com/api/v1/conversations/{id}/email \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "recipientName": "Sarah", "tone": "professional" } '
{ "data": { "id": "<string>", "subject": "Follow-up: Q1 Planning Review", "body": "<string>", "keyPoints": [ "<string>" ], "actionItems": [ "<string>" ], "generatedAt": "2023-11-07T05:31:56Z" } }
Generates a follow-up email based on the conversation. AI-powered, counts against monthly limit.
API key as Bearer token. Generate keys in your Convo dashboard settings.
Conversation session ID
Name of the email recipient
"Sarah"
professional
casual
concise
Generated email
Show child attributes
Was this page helpful?