cURL
curl --request POST \ --url https://api.zild.ai/api/Conversation/email \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "from": "<string>", "body": "<string>", "to": "<string>", "subject": "<string>" } '
This endpoint receives emails and forwards them to the AI Agent for a response.
Fill the JWT token. Bearer {your_token}
Message processed successfully.