These example maps are stripped down to simplify their functionality.
GitHub Quick Add:
Twilio Quick Add:
Stripe Quick Add:
Stripe's Secret Key should be appended with a colon in the form <secret_key>: and then base64 encoded.
Twilio's Account SID and Auth Token should be concatenated around a colon, in the form <account_sid>:<auth_token>, and then base64 encoded.
Authentication using a Connection to an OAuth2-backed service is beyond the scope of this demonstration. More information about connections can be found in our documentation. We also have a tutorial video showing how to set up and use connections. You can also view and run other demonstration projects that involve creating Connections such as our Alexa Demo.
yarn install
node app.js
curl -X GET \
http://localhost:8080/<service>/<endpoint> \
Note that the endpoint and service names are case sensitive. Also note that the endpoint defined in the Twilio map is called via a POST instead of a GET.