The problem is it only goes to the text path even if i send a audio or video through whatsapp. I want to achieve that i send a message via whats app and if i am sending a audio or video i want the spliter to send it through the right path.
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!
Could you maybe share parts of your data by pinning it in the workflow as well? Or at least give the schema of the json payload?
Just realised this template was one of mine.
It seems your incoming WhatsApp event was different to mine when I was building this workflow. To fix, you’ll need to add an extra node to remap the event object so the template can understand it.
Jim thank you. Yes indeed this is your template. The issue i have now is that everything goes through audio even if i send a text message through WhatsApp maybe the whatsapp output has changed abit?
Can you post the output of the WhatsApp trigger so I can compare? If it’s a lot of work to scrub out the private parts, happy for you to DM me instead.