What is the Source of GET Requests to Mandrill API?

This topic was automatically generated from Slack. You can find the original thread here.

Need help to find source of GET requests to Mandrill API

Mandrill support have told us we are making GET requests to their API from our workflows. GET requests are no longer supported by their API as of July 26th 2024. I can’t find the source of these requests. All the actions we are using seem to making POST requests.

Is there any way to figure where these rogue GET requests are being made from?

Hi , I think this question should be for the Mandrill Support team?

Could you share their API doc?

I have been working with them on this. All they are telling me is that we are making GET requests, and they are clearly coming from Pipedream

Here’s the source of the action

Here’s the specific call: pipedream/components/mandrill/actions/send-email/send-email.mjs at master · PipedreamHQ/pipedream · GitHub

There’s only one action to send email though - which is required to be a post request

So strange. Our team has been scratching our heads over this.

Oh I know why

I think the action is indeed calling using GET request

I’ll create a ticket to change it to POST request

Thank you!