I created a triggered webhooks to send email via gmail. I set 9 values on my app, successfully determined by webhooks, but only 4 values recognized by gmail (image attached).
Could you advise me how to solve such problem? Thank you in advance.
Are you using G suite for your Gmail?
If not then you would have to authenticate your Gmail and there is a procedure on integromat on how you can do that.
Did you try other email service providers for sending the email?
Gmail is a problem when you want to use it with integromat. I have had issues with it before.
This might not be appropriate for forms, but what I do when I have buttons with webhook is to only show them when all XC-columns related to the webhook are not empty. That has served me quite well so far.
If it’s in a form, then I suspect the value you use hasn’t been calculated when the action is fired. I would try a custom form here and pre-calculate those, still using Experimental Code column, to pass through the action.