Odd behavior of an email in a webhook payload

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.

It’s likely that Make doesn’t like the [0] in the variable name. I’ve repro-ed this myself

Screenshot_2023-09-25_120919

A workaround for this is to set JSON pass-through in your Webhook settings

Screenshot_2023-09-25_120924

Then, use a Text parser “Replace” module to remove the square brackets

Then use a JSON “Parse JSON” module to parse the corrected data

3 Likes

omg brilliant thanks a million !

2 Likes