Hello,
I’m trying to use Twilio Trigger node to get new messages from Whatsapp (text and audio), the trigger works but I realized that the reponse schema is different when I’m testing within the app and when I’m using it in production which break the whole system (I’m trying to use “MessageType” to process text and audio differently but this attribut doesn’t show up on prod mode). I looked at twilio documentation and it seems like the structure I’m receiving on test mode is the right one. I’m still new to n8n ecosystem so I might have missed some useful information there, but here are my related questions :
- Is it normal to receive a different data structure in test and production mode using Twilio Trigger node ?
- ( If no ) What can I do to fix this issue ?
- ( If yes ) How to get this information through the prod schema structure ?
Here is an exemple of the structure difference :
Test environement :
Production environnement :
[email protected]
Web app
Mac OS