Skip to content

Commit

Permalink
Update salesforce twillio integration
Browse files Browse the repository at this point in the history
  • Loading branch information
sahanHe committed Nov 8, 2023
1 parent d1b53c0 commit 0c00c7c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions salesforce_api/sfdc-new-contact-to-twilio-sms/main.bal
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ configurable string toNumber = ?;
listener salesforce:Listener sfdcEventListener = new ({
username: salesforceListenerConfig.username,
password: salesforceListenerConfig.password,
channelName: "/data/ContactChangeEvent",
environment: "Sandbox"
});
channelName: "/data/ContactChangeEvent"});

final twilio:Client twilio = check new ({
twilioAuth: {
Expand Down

0 comments on commit 0c00c7c

Please sign in to comment.