Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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

  1. SF user will compose an email using a custom screen inside salesforce. The user will click on the “Send” button, which will trigger the email and an email record inside salesforce attached to the entity.

  2. The system will invoke an HTTPS Rest API requests to PauBox to send the email. 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.

  3. 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 page.

  4. The patient/customer email server will send the delivery status back to the PauBox.

  5. 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).

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.

  • No labels