Hi all,
How do I use a custom field in a webhook url, like this?
I've tested the above url, and mailwizz sends "[EXAMPLE_FIELD]" instead of the value of that field for that user. I'm testing this for the unsubscribe confirmation list page.
How do I use a custom field in a webhook url, like this?
Code:
http://myurl.com/?example-field=[EXAMPLE_FIELD]
I've tested the above url, and mailwizz sends "[EXAMPLE_FIELD]" instead of the value of that field for that user. I'm testing this for the unsubscribe confirmation list page.