Hi community,
So I’ve got a webhook payload with an email in it:
but somehow the email isn’t mapping into the Gmail “to” field:
and this module is throwing an error:
Any thoughts? I’m mystified.
Hi community,
So I’ve got a webhook payload with an email in it:
It’s likely that Make doesn’t like the [0]
in the variable name. I’ve repro-ed this myself
A workaround for this is to set JSON pass-through in your Webhook settings
Then, use a Text parser “Replace” module to remove the square brackets
Then use a JSON “Parse JSON” module to parse the corrected data
omg brilliant thanks a million !