As long as you provide Contiguity a valid token, and provide valid inputs, sending texts will be a breeze.
Contiguity expects the recipient phone number to be formatted in E.164. You can attempt to pass numbers in formats like NANP, and the SDKs will try their best to convert it.
Copy
const object = { to: "+15555555555", message: "I sent this text using Contiguity"}await client.send.text(object)