cURL
curl --request POST \ --url https://app.phonely.ai/api/to_your_webhook_url
{ "agentName": "<string>", "mentionedEmail": "<string>", "unansweredQuestions": [ "<string>" ], "actionItems": [ "<string>" ], "followUpReason": "<string>", "followUp": "<string>", "recordingUrl": "<string>", "dashboardUrl": "<string>", "purpose": "<string>", "sentiment": "<string>", "transcriptText": "<string>", "transcript": [ { "content": "<string>", "role": "<string>" } ], "mentionedDate": "<string>", "businessPhoneNumber": "<string>", "keyPoints": [ "<string>" ], "topic": "<string>", "longSummary": "<string>", "callId": "<string>", "ai_success": "<string>", "customerPhoneNumber": "<string>", "callStarted": "2023-11-07T05:31:56Z", "callEnded": "2023-11-07T05:31:56Z", "duration": 123, "callerName": "<string>", "callDirection": "<string>", "mentionedTime": "<string>", "summary": "<string>", "endedReason": "<string>" }
Successful response
The response is of type object.
object