curl -X POST "https://app.replyify.ai/api/replies/abc123-def456-ghi789/send" \ -H "Authorization: Bearer rpl_your_api_key" \ -H "Content-Type: application/json" \ -d '{ "response": "Hi John,\n\nThanks for your interest! I would be happy to schedule a call.\n\nHere is my calendar: https://cal.com/yourcompany\n\nBest,\nYour Team" }'
{ "data": { "id": "abc123-def456-ghi789", "from_email": "[email protected]", "to_email": "[email protected]", "status": "sent", "sent_response": "Hi John,\n\nThanks for your interest! I would be happy to schedule a call.\n\nHere is my calendar: https://cal.com/yourcompany\n\nBest,\nYour Team", "handled_at": "2024-01-15T16:30:00Z" }}