Discussions
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']
};
Posted by Andrew about 5 years ago
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!
Posted by Andrew B. about 5 years ago
Rate Limiting
Is there documentation of your rate limiting scheme?
Posted by Nick Walker about 5 years ago