Discussions
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 get the "recording" call event?
I'm trying to read the "recording" call event payload from Dialpad API. But for any reason it does not trigger even when all is correctly configurated (all "enable recordings" configs are actived).
How to send the sms using group id?
It's possible to send the SMS using the group id instead of the user id in API
why am i getting this i have provided all the post feild that are used to send requset
{
"error": {
"code": 400,
"errors": [
{
"domain": "global",
"message": "bad_request",
"reason": "badRequest"
}
],
"message": "bad_request"
}
}
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.
App lauch url
how to use below code in html
Create a Webhook -> hook_url that utilize an api_key
Hi,
Retrieving call notes / contact notes via API
It doesn't look like notes are part of the payload when fetching calls or contacts or receiving them via webhook events.
Event Subscription using client side script?
I have a WebService set up to receive events from my event subscriptions. It all works great but the server is reporting some unhandled exceptions because the page is not set up to receive client side scripting posts and apparently some are being attempted. Are there cases where events would be posted by Dialpad to my service from JavaScript or ASP.NET Ajax? I'd rather not allow this if it is not required.
Data API for third party reporting
Hi Team,