Installation
bench get-app https://github.com/frappe/twilio-integration.git
1. Open Twilio Settings and set Twilio Credentials.
Configure Account SID and Auth Token in Twilio Settings
2. Open SMS Settings and Configure the SMS Gateway
- SMS Gateway URL : https://api.twilio.com/2010-04-01/Accounts/{{Account SID}}/Messages.json
- Message Parameter : Body
- Receiver Parameter : To
- Static Parameters :
- Parameter : Authorization, Value : Basic {authkey}, Header:1
- Parameter : From, Value : {Twilio Number}, Header:0
- Use POST : 1
3. Generating authkey for Static Parameters
- Open https://www.base64encode.org,
- Paste {AccountSID}:{Auth Token}
- It will return the base64 value for key:value
No comments yet. Login to start a new discussion Start a new discussion