Discussions
Auto Assign Number from Area Code
I have created code that creates a new department. I am trying to assign a number from a specific area code, but can't seem to get any of the API calls to work. I do not have a number in the area code, I just want to auto-assign a new one.
Can we show the call ‘missed’ or ‘answered’ etc, is there any api?
What of the things we will want to see is the Call Disposition. i.e was the call ‘missed’ or ‘answered’ etc, Is there any api for that or any column where i can see the status in call list ai
Is there a way to obtain the AI Recap API payload for a call?
I was able to successfully retrieve transcripts for a call, but was wondering if it's possible to get the call recap data? this could be better when it comes to long calls.
Identify User from a Call
How do you identify the user_ids associated in a call https://dialpad.com/api/v2/call/? I have tried looking at the internal_number, the operator_call_id, and the target.
Call Transcript -- Getting a Truncated Response
I'm getting a truncated response when I send a get request to https://dialpad.com/api/v2/transcripts/{call_id}. I assume it's possibly due to pagination, filtering, or API limits. But I don't know. Is there an additional parameter I need to include in the URL.
Not receiving Payload on webhook
I set up a Webhook {
"items": [
{
"hook_url": "https://findahomeyoulove.com/webhooks/dialpad-endpoint.php",
"id": "6081738268262400",
"signature": {
"algo": "HS256",
"secret": "secretkey",
"type": "jwt"
}
}
]
}. After triggering an event (hangup) I don't receive a payload to my endpoint. Can you help me with this? I've tried testing it with and without JWT format, but I just don't receive anything after an event.
Webhook JWT Secret 400 Error
I am trying to have a webhook sent to our endpoint, but every time I attempt to decode the JWT I receive a 400 or 415 error. I do not know what the webhook request is supposed to look like. Could I get provided an example?
Call recording
How can we retrieve call recordings for a call and store them in our blob storage?
Is there a way to get wrapup time on an individal call?
I'm looking at the data provided in webhooks, and the get call request and neither include this field.
API Usage Data/Testing?
Hi, I have vendors using the callcenter status API to evaluate whether I have available reps at any given time to then send forwarded calls over to the call center for answering. They're in the process of testing the config and are "sending pings" and asking if I can "see them on my end". Is there a way to see API usage by API Key, or something that would allow me to see if their API calls are working?