The title says it all. My goal is for a User to send an SMS to my Twilio Number and to be able to Chat back via ChatApp.
I'm using the Twilio ChatApp from Codesource and Ngrok reserved domain. My tunnel is working and Twilio log shows Status was received but it seems like my webhook isn't firing off to add me to the conversation. I know the code is correct because its straight from Codesandbox.
When I do a terminal twilio-cli command to Create Participant (ident) with Chat Service SID that was created upon incoming text, the ChatApp works fine and I'm added in.
Any thoughts?
Thanks!