I’m having trouble to find how to check if an email has attachments or not. I am able to see the binary file, but how can i setup the next if node?
I’m having trouble to find how to check if an email has attachments or not. I am able to see the binary file, but how can i setup the next if node?
Hey @f.dig hope all is well. Here is how you can check if the email has an attachment:
there is an attachment:
there is no attachment:
@f.dig let me know if that worked
Thanks! it worked