Discussions
I want to identify the destination call from the parameters that can be received in the merged and hangup events of WebHooks.
Hello.
SMS fails
curl -X POST -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer " -d '{"infer_country_code":true,"sender_group_id":"...","sender_group_type":"office","to_numbers":["+1xxxxxxxxxx"],"user_id":"...","text":"Hi, u have an appt tomm, Saturday, April 8; checkin typically 7:30-9, reply Y=confirm or N=cancel"}' 'https://www.dialpad.com/api/v2/sms' -L
Dialpad SMS data fetching not working correctly.
Hi.
About DialPad App Marketplace
Hello, I have some questions regarding DialPad App Marketplace.
Is the Pagination Avaliable for Dialpad SMS report API
Im using DiaPad API to fetch users SMS (Text) Data.
Retrieving who was speaking at each moment?
Hello, when I call the Get Call Transcript API, response includes only call_id
, no lines
information.
Unable to get yesterday's data during midnight-2am
What is the correct way to obtain "all of yesterday's data" for a frequently running cron job?
Don't have sufficient permissions
Hi There,
Call Event Json Body
I created an event subscription for all call types. Will the body parameter of the call event be the same across all events in terms of structure or is there differences. For example would an eavesdrop call event have the same body structure as a pickup or hangup
API - Getting the status of a stats request results in failed without any other explanation
I am attempting to get calls using the https://dialpad.com/api/v2/stats post method to generate a report and then using the https://dialpad.com/api/v2/stats/ to get the status of the report with the download link. Sometimes it works and other times it doesn't. The code that is running is exactly the same each time. When it doesn't work all I get is a status of failed. Is there something else that I can query to see why it failed or why would it fail? Thanks in advance