Discussions
Call info from dialpad desktop
I would like to know if there is some way to get the info about a call on "dialpad desktop". I start this call from the protocol "dialpad:// " by my app. I'd like to know when the call begin and end on my API. How can I reference this call to get this info by Dialpad API?
Mark SMS as read
Hi everyone,
SMS API - User not found
Hello,
How to export list of all text messages?
POST /stats {export_type: "records", record_type: "texts"} results in a 401 with the error message "No access to text records, only stats".
Which endpoint should I use to make an incoming call?
I need to make an automatic phone call when customers submit a from with the phone number input through our website storefront.
Which API endpoint should I call?
Call Logs stats: Duration fields
In the CSV output of call logs stats, there are a couple of fields (time_in_system, time_to_answer) that don't specify the metric. I'm guessing it's minutes, but can I get a confirmation on whether this is the case?
Call stats- Description of different categories of calls
What are different call categories in calls records retrieved from the stats api.
Call routing to external numbers
Can the call router forward the call to an external number with call router phone number as a caller ID?
Max retries exceeded with url : /api/v2/stats
Hi,
Given a call ID or recording ID, how do I programmatically download recordings
I've tried appending ?apikey=<APIKEY>
to the URL as well as sending the API key in the Authorization headers, but in both cases I'm getting a 403 error and what looks like a webpage. What'd be the best way to programmatically download the audio file of the call recordings?