Discussions
SMS Event Subscription (API) process
I'm using Zapier successfully with calls and contacts for integration and I want to work with SMS as well which requires me to create a webhook and then use that to create an SMS event subscription. My understanding is that the steps are these:
Dialpad CTI - Outgoing call event
Currently from the dialpad CTI docs, I could see that there is an event that dialpad sends for incoming call - https://developers.dialpad.com/docs/dialpad-mini-dialer#call_ringing
Delete contact gives response as "Contact shared_contact_pool_Company:{{companyId}}_uid_{{uid}} not found cannot be accessed due to insufficient permissions."
I am trying to delete the shared contact by passing id - sharedcontact_pool_Company:{{companyId}}_uid{{uid}}.
Websocket refresh
I notice that when you refresh a websocket the URL changes. In dotnet the standard websocket client does not have this as a feature, so this means having to create a new web socket which in turn means adding complicated logic in order to make sure that you retire the previous socket correctly, don't process a message twice, and don't miss a message. Is there any other way to refresh the web socket without the URL changing?
Using keyboard to answer calls?
Hi, is there a way to use my keyboard or even a different app w/ different interface?
New colums added to users report
We noticed that new columns were added to User API response
Screenpop API error
I am making the following request to a sandbox account:
Zapier / Dialpad - Cannot update (PATCH) to add second number
I'm using Zapier (this is a DialPad supported integration) with the DialpPad API and PATCH and can update fields, however I can't add a second phone number. It simply writes over the existing number. I can retrieve the existing number, however I cannot for the life of me figure out how to pass two phone numbers from Zapier.
Links Preview
I send SMS using API. most of my automated message comes with a link.
Changing a contact from local to shared
Is there any way to change an existing local contact from being user owned (local) to being shared?