Discussions

Ask a Question

Bad requets when send an SMS from API

Hi,

Dialpad phone numbers can they be set a primary or secondary?

Hi Team,

API response timeout after 600 seconds

Hi,

Shared Contact ID format changed?

Did the format of IDs for shared contacts change?
It looks like the UID field was removed and replaced with the ID field which now contains the UID string. Is that correct?
Why was this change made and why was there no announcement made about this breaking non backwards compatible change?

SMS Message ID different for same message when send in group chat

I am receiving multiple API webhook calls when someone send a text message in group chat.
Every API call has a different ID for the same message so not able to find the unique message.

No possibility to retrieve the statistics contained between today's date and days_ago_end

POST https://dialpad.com/api/v2/stats
{
"days_ago_end": 1,
"days_ago_start": 0,
"timezone": "UTC",
"coaching_group": true,
"coaching_team": true,
"export_type": "records",
"group_by": "user",
"is_today": false,
"stat_type": "calls"
}

Webhook retry and/or time limit?

Are webhooks/subscription events retried if they encounter an error response?

Decode JWT Token in Power Automate

Hi, I already create webhook and want to retrieve call list. in my webhook, it include with secret key. Is it possible to decode the JWT token using Power Automate?

incomprehensible bug

When I throw
POST
https://dialpad.com/api/v2/stats:
{
"days_ago_end": 1,
"days_ago_start": 1,
"timezone": "UTC",
"coaching_group": true,
"coaching_team": true,
"export_type": "records",
"group_by": "user",
"is_today": false,
"stat_type": "calls"
}
I receive
{
"already_started": true,
"request_id": "fa8daf6c-cbe3-4998-9ef5-bf0dabd5abd5"
}