Discussions

Ask a Question
ANSWERED

How do I get Client Id and Client Secret?

I need to integrate it with React and Node. And for that I need client id and client secret. How can I get them?

How to get Dialpad SMS list?

Is there a way for me to get a list of user-wise sent SMS messages on Dialpad using the API without using Webhooks?
ANSWERED

Dailpad integration with custom CRM.

Does Dialpad provides call receive and sms receive Api? Does call recording charge extra in enterprise plan?.If dialpad provide call receiving Api then how can I integrate with my custom CRM?

Error connection aborted

when performing a get API request, i am getting an error. Can you please let me know what is the issue and how to fix it? Error: ('Connection aborted.', TimeoutError(110, 'Connection timed out'))

Dialpad OAuth2 return 403 response Randomly.

Hi, Im using OAuth2 authentication with Dialpad. When Im trying to get access token from the using the ClientID, ClientSecrete and Code sometime im getting a **403** response from Dialpad API side, but sometime im getting the response as i expected (200 status with the access-token) _**403 Response:**_ `"Invalid Response Received: 403 - {"error_code": 403, "error_type": null, "errors": null, "exception": "forbidden", "message": "forbidden", "status": 1}"` *** I didn't able to find the root case for this, Can anyone help me out on this ?

Why my access token is not working ?

So the authorization part of Dialpad is working fine but the access token that I'm receiving after successful authorization I guess it is an invalid one. The Authorization is done using OAuth2. Here is the response I'm getting after hitting the "Create Webhook" API using the fresh access token: status: 401 unauthorized { "error": { "code": 401, "errors": [ { "domain": "global", "message": "A valid API key must be provided.", "reason": "required" } ], "message": "A valid API key must be provided." } }

Webhook event not triggering when I send SMS

I have set up a webhook and an event for both directions for all of the organisation in the sandbox. Using the ListWebhooks and ListEvents API methods, everything looks in order to me. { "items": [ { "direction": "all", "enabled": true, "id": "XXXXXXXXX9376128", "webhook": { "hook_url": "[domain]/index.php?option=com_smsarchive&task=receiveSMS&output=raw&coid=43", "id": "XXXXXXXX785856", "signature": { "algo": "HS256", "secret": "XXXXXXXXXX", "type": "jwt" } } } ] } { "items": [ { "hook_url": "[domain]/index.php?option=com_smsarchive&task=receiveSMS&output=raw&coid=43", "id": "XXXXXXXX785856", "signature": { "algo": "HS256", "secret": "XXXXXXXXX", "type": "jwt" } } ] } But sending messages doesn't trigger the event to my webhook uri. It has worked just 2 random times, and I can't see any pattern with the two times it has worked, and I can't get it to work reliably. I assume I can just send myself messages (or between my personal Dialpad number and the Office main number). Can someone check my setup and figure out why these webhooks events are not being triggered? My API key for the sandbox ends in fQDJ5Gvr and I've left the final digits of the webhook id and event id in case they are useful. The account is linked to the email address below.

Ask for SDK

Is there any Dialpad sdk available for integrating in system?

Admin API to export call logs

Hi there, I couldn't find a doc describing how to make an API call to export call logs. Please help. Cheers, Keeyong
ANSWERED

SMS Dialpad API / Images

Is Dialpad SMS API able to send Images or attachments (PDFs) through its current APIs. : )