This is a simple tool to relay webhooks to another endpoint with a certain transformation. Many webhook endpoint requre a certain url format, with dynamic variables embedded, while the producers of the webhooks do not support dynamic webhook urls. Therefore, you can use this tool to include dynamic variables in the target webhook url.
/apiof this host.
?dest=, where you fill in your desination url.
$
/api?dest=https://usX.api.mailchimp.com/3.0/automations/$user_id/emails/$list/queuewill fill in the
$user_idwith the
user_idof the post data, and
$listwith the
listvariable in post data.