8000 GitHub - nash-md/twilio-studio-salesforce-connector
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nash-md/twilio-studio-salesforce-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Twilio Studio to Salesforce Connector

This application demonstrates how to connect Salesforce with Twilio Functions, a serverless Node.js environment

Twilio Setup

You don't have a Twilio Account yet? Sign up on https://www.twilio.com/try-twilio and create one. You need a Twilio phone number for this demo.

This application is provided as-is. Twilio does not officially support it.

Installation

Open Twilio Functions Configuration, click on the plus button and add two entries to the list

  • got version 8.3.1
  • form-data version 2.3.2,
  • jsonwebtoken version 8.3.0,

Afterwards create a new Function, click on the plus button and start with a blank template.

In order to run the demo you will need to replace the following placeholders:

  • {{salesforce-user}}

The Salesforce user name to impersonate.

  • {{salesforce-consumer-key}}

The Salesforce Connected App Client Id.

  • {{private-key}}

Your certificate private key. Used to sign the JWT token.

Questions?

Message mdamm@twilio.com

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0