-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to get this working on twilio flex #5
Comments
Thanks in advance. |
@mmirasol - There have been some enhancements to Twilio Functions and Flex Plugins since this repo was released. Make sure you created two Twilio Functions (legacy UI): mmsHandler.js & send-media-message.js. I will try and update the instructions later today to reflect the latest flex plugin deployment methods. |
Thank you so much. I found up to date working functions in this fork.
https://github.com/LucasFrezarini/mms2FlexChat
The fork incudes the flex plugin files and ready to deploy after npm
install.
Thank you for your work.
…On Thu, Oct 15, 2020, 20:50 Brad McAllister ***@***.***> wrote:
@mmirasol <https://github.com/mmirasol> - There have been some
enhancements to Twilio Functions and Flex Plugins since this repo was
released. Make sure you created two Twilio Functions (legacy UI):
mmsHandler.js & send-media-message.js. I will try and update the
instructions later today to reflect the latest flex plugin deployment
methods.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADKOZYTR6G3BLCZBY6CADFLSK3V2NANCNFSM4SRG46DA>
.
|
This fork receives incoming media well but does not send out media messages. There are no errors or even console logs showing that the send-media-message endpoint is being called. Please advise. |
@mmirasol- I have had the same problem as you, the answer I have had about this is as follows: |
@mmirasol I converted from legacy and successfully installed https://github.com/LucasFrezarini/mms2FlexChat |
At the moment WhatsApp is not working for me. |
Hello. Thanks for creating this repo. I'm trying to deploy this to our flex project but I am unable to get it working and I'm unsure if I'm deploying the plugin correctly.
Things I've tried are:
The functions are in place and the proxy callback is also set to the mmshandler. Please advise what I could do to make it work? The README says to follow the guide to deploy and on flex docs the steps to create and deploy are just as follows:
twilio flex:plugins:create plugin-name
cd plugin-name
npm install
twilio flex:plugins:start
twilio flex:plugins:deploy
The text was updated successfully, but these errors were encountered: