Perform bulk actions in Gmail to save operations

Hi everyone,

I’m looking for a way to perform bulk actions in Gmail, such as deleting or moving all emails in a specific folder to the Trash. Is there any way to do this efficiently? Are there any apps or tools that can help me manage these bulk actions?

Thanks in advance for your help!

Use the universal module with Batching Requests  |  Gmail  |  Google for Developers

samliewrequest private consultation

Join the unofficial Make Discord server to chat with us!

1 Like

Too complicated for me

1 Like

Welcome to the Make community!

Make doesn’t have a Gmail module for this particular endpoint (Batch Requests).

If the external service has a Developer API Reference/Documentation then you should be able to integrate the endpoints in Make using the app’s universal module (Make an API call) or generic HTTP “Make a request” module.

You can also suggest for it to be made in the Idea exchange. Don’t forget to search for it first, just in case someone already suggested it, so that you don’t end up creating a duplicate.
Screenshot_2024-01-17_130153

If you need assistance in setting up the app’s universal module, or the generic HTTP module, please provide additional information about what you have tried with regards to the external service’s Developer API Reference – how you are setting the connection up, a link to the endpoint are you trying to connect to, and what errors you are encountering.

You can also complete this brand new course/tutorial in the Make Academy on how to use external APIs — API calls with HTTP modules

  • API and Endpoints
  • Header and body
  • Multipart/form-data
  • OAuth 2.0

Alternatively, you can also hire a professional by posting in the Professional Services category.

samliewrequest private consultation

Join the unofficial Make Discord server to chat with other makers!

2 Likes

I just finished building this scenario to perform bulk actions on Gmail. It took me about 4.5 hours to read and understand the Google documentation, implement it, and run it. It was worth every penny and minute. Thank you for guiding me on where to look.

2 Likes