Discussions

Ask a Question

How to get id of a User Group?

I would like to get a stats endpoint to get calls only from/to a particular user group <https://dialpad.com/api/v2/stats> { "days_ago_end": 7, "days_ago_start": 0, "export_type": "records", "stat_type": "calls", "timezone": "UTC", "target_type": "staffgroup", "target_id": "{How to get this value}" } Thanks

Need to get last 7 days of call transcripts, Is stats endpoint the only option?

I have a use case where I need transcripts of calls made in last 7 day. My current approach is to call: <https://dialpad.com/api/v2/stats> with { "days_ago_end": 7, "days_ago_start": 0, "export_type": "records", "stat_type": "calls", "timezone": "UTC" } and then wait for csv file to get generated. Once file is generated get list of call Ids from file and use the call id in each line of file to pull transcript with below endpoint: <https://dialpad.com/api/v2/transcripts/{call_id}> Two questions: - Is there a more efficient way to pull transcripts directly? - In stats endpoint how can I filter call by USER/GROUP?

Missed call , text back

How can I achieve this on dialpad ; when my customers call me and I'm inot on desk to pick , how hican i send an automated SMS to them telling them I'm not on desk but they can click this my website link

How to get users(agents) information login time, log out

Hi I need to access the information about the users or agents log in and log out dates or status changes. How can I do this using the api? Thanks in advance.

Sandbox account dialer CTI unable to login (403)

Currently we are using dialpad sandbox account. We were also using the dialpad CTI mini dialer in one of our app. Today i reset the password of my sandbox account. Password reset was successful. Now if i tried to login into the cti mini dialer, even if i enter the correct credentials i am getting a 404 error stating Invalid redirect URI Our entire team is facing this issue. Please let me know of next steps

Making outbound call

I am trying to make an outbound call with the API using Call -- initiate via Ring. This call is being received by Dialpad and is showing whatever number I place in the "phone_number" payload. I need it to make a call from dialpad to the outbound number of my choosing. is this possible?

How can I get the sandbox API key?

I tried to create the sandbox API key for development, but I couldn't log in or signup to <https://sandbox.dialpad.com.> It is just saying "Federated login unauthorized" during signup, and I'm stuck on this. How can I log in to sandbox and create the sandbox API key?

Webhook call event not working for one user

Hello, I have dialpad integrated in my application - I have it where when a user calls the call information populates in the application. For one user it is not population correctly but then in a few calls it will populate with information from a previous call. The call event webhook is working properly for every other user. Just not this one user. Any suggestions on how to look into this?

Displaying external information regarding contacts in Dialpad

Hi guys, I was curious what is the go to methodology for displaying external CRM system data upon receiving a call? Would the general consensus be to create a webhook on call event in which when triggered fires a cloud function that calls the screen pop api for the user that is targeted to display the external CRM's details? Or is there any other methodology that people are utilising potentially the custom customer context? And if so how do you go about implementing this as there does not seem to be any api references for that specific functionality.

Question about hold time

I didn't see anywhere in the call log where I can distinguish at what point a call was placed on hold, only the number of times and length of time. I also did not see this in the call journey (as I assume the call journey is generated from the call log). Is there anywhere I can see this/query this information?