How do I check if an SMS message has an image or not? I'm using Twilio Studio.
- I think I should use the
Split Based On
Flow Control action...
- ...to test the
trigger.message.Body
variable.
- But what do I enter for the
Transitions
values? - And what should I use for the
Contains
(orDoes not contain
) clause?
Is there a way to check for BOTH a .jpg (+ .jpeg) and a .png?