Hello all,
I am trying to configure Mandrill (for mail transactions) Webhook to write on Teams when a mail is bounce. Webhook is generating a request in application/x-www-form-urlencoded format instead json format. So I am trying to parse it correctly and I am having some difficulties.
Hope somebody could help me.
I am trying to get access to properties into formadata > value.
This is the output of the trigger
Thank you! This worked a dream.
in case there is someone with the same problem, here is the solution with Mailchimp Webhook. It was a little bit tricky:
step 1 and 2
1.- When a HTTP request is received Connector with empty JSON scheme.
2.- JSON Parse with:
Content: triggerBody()['$formdata']
Scheme:
3.- Apply to each:
Output: body('parse_JSON')
4.- Parse JSON 2:
Content: items('Apply_to_each')['value']
Scheme:
Now you can use the useful keys Mailchimp Webhook has. You could send it via email.
WarrenBelz
146,731
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,077
Most Valuable Professional