Chore: Add docs for Twilio Whatsapp/SMS channel (#804)

This commit is contained in:
Pranav Raj S
2020-05-02 16:25:57 +05:30
committed by GitHub
parent 7e62000e1b
commit 8655466fa5
12 changed files with 96 additions and 10 deletions

View File

@@ -3,5 +3,8 @@ export default {
hostURL() {
return window.chatwootConfig.hostURL;
},
twilioCallbackURL() {
return `${this.hostURL}/twilio/callback`;
},
},
};