Feature: Twilio Whatsapp Integration (#779)

Twilio Whatsapp Integration

Co-authored-by: Sojan <sojan@pepalo.com>
This commit is contained in:
Pranav Raj S 2020-04-30 01:41:13 +05:30 committed by GitHub
parent 168042f9a4
commit 0cb7333977
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 238 additions and 81 deletions

View file

@ -23,7 +23,9 @@ class Twilio::CallbackController < ApplicationController
:FromZip,
:Body,
:ToCountry,
:FromState
:FromState,
:MediaUrl0,
:MediaContentType0
)
end
end