Discussions
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?
Hidding the dialpad window after hang up
Hello,
Is there a configuration somewhere so that when a user finishes a call, the dialpad window closes? If not, is there a way with javascript for the browser window where the link is to launch dialpad to send and receive messages with the dialpad window?
SMS Text Line Break
This is Andrew again, I was unable to access the previous discussion board I made. About adding a line break in the SMS text, I've pinpointed the issue; here's our code:
const data = {
user_id: '1234',
text: "Dialpad demo today!\rThis should be another line",
to_numbers: ['+18883334444']
};
Dialpad SMS API
Hi there, I'm currently setting up a system that automatically sends out SMS texts through Dialpad's API, and everything is working properly except the formatting of the text. I cannot find a way to add a line break in the SMS text in JavaScript, using the \n character doesn't work. Rather than adding a new line it just adds a period. Is there a way to add a line break within the text? Thanks!
Rate Limiting
Is there documentation of your rate limiting scheme?