Discussions
Make a call via API and play a mp3 file during the call
Hello, is it possible to make a call with the API and as soon as the call is answered you play an audio file?
Experiment screen_pop_api permissions
We are trying to implement the screen pop trigger, but we are running into this error:
{
"error": {
"code": 403,
"errors": [
{
"domain": "global",
"message": "User _ is not in experiment screen_pop_api",
"reason": "forbidden"
}
],
"message": "User _ is not in experiment screen_pop_api"
}
}
[404] Recording share link not found.
Hello,
Can I receive a webhook notification when a caller requests a callback?
I would like to push callback requests into a task queue that is external to Dialpad, but I can't find a way to get a notification when a callback is requested.
rate_limit_exceeded while requesting stats records
Hi while trying to run the default setting of stats on the api reference Im getting a 400 code error with rate_limit_exceeded message. I dont understand why is this happening.
Limit Screen-pop to Specific Devices
Is there any way to limit the screen pop (https://developers.dialpad.com/reference/screen_popinitiate) to only target specific devices? The issue we are facing is that when using the mini dialer, we don't want the screen pop to happen (because we are using websockets to control the page), but if using the web app or desktop app we do want it to happen.
API reponses default limit to 10 items
All my API reponses are limited to 10 items by default. How can I always pull all items for my calls?
How Do I Schedule a Meeting via API
I've looked through the API reference and can't find any hook that allows me to schedule a meeting on Dialpad Meetings. Is there a separate reference I need to look at, did I miss it, or is it not possible?
How to get today's recordings stats
When I execute the below statements to get today's recordings I get a CSV file with one row containing a header record. I can get recordings for previous days but not today. What am I doing wrong?
How would I get the Call ID of the call created from the [Users Call -- Initiate] API?
I get a device JSON object back from this request. How would I get the call ID of the call that is created for the user?