Easily add text messaging to Salesforce with the global leader in cloud communications. Use Salesforce data and components you know to customize SMS messaging and report on results. The application support inbound and outbound texting.
Workflow
...
SF user will compose an email SMS using a custom screen inside salesforce. The user will click on the “Send” button, which will trigger the email SMS and an email “SMS Message” record inside salesforce attached to the entity(contact, lead, or any custom object).
The system will invoke an HTTPS Rest API requests request to PauBox the vendor to send the emailSMS. Data in-transit will be encrypted using TLS 1.2 or TLS 1.2+ protocol, and data at rest is encrypted using the AES 256 encryption in the vendor system.
The patient/customer will receive the encrypted email. If the patient/customer is using a browser(email client) that supports TLS 1.2 or TLS 1.2+, the customer will see the email; else, they will see a hyperlink inside the email, which will take the user PauBox hosted secure pageSMS. The message will be transmitted through the customer/patient carrier.
The patient/customer email server carrier will send the delivery status back to the PauBoxvendor. The patient/customer can only initiate a new text message.Salesforce will pull the delivery data(~12 seconds
) using API over the HTTPS connection and email messageId in the salesforce(This Id will be used for the threading of the patient/customer response)The vendor will make a webhook(HTTPS) to provide the message delivery status back to salesforce.
Cloud Maven, Inc doesn’t store nor transmit any data using our servers. We don’t have access to the client’s data in-transit or rest.
Database Schema - All data will be stored inside salesforce. “SMS Message” can be linked to any object.
...