Old procesed data in webhook

:bullseye: What is your goal?

I want to re-process data thats been already procesed

:thinking: What is the problem & what have you tried?

I cant find a way to process data thats been procesed its was just one webhook module nothing else

Here:

you can select previous runs and rerun them.

this would take me hours there is about 700 of them

You can use the replay run button from the scenario history as well.

Hello,

If you are a more advanced user, you can use the Make.com API.

Here’s how:

  1. Create a new scenario.
  2. Add a Make Make an API call module and configure it to call the Get webhook logs endpoint – see the documentation for details.
  3. Add another Make Make an API call module that uses the id from the previous step to call the Get webhook execution detail endpoint.
  4. Add an HTTP module to trigger your existing scenario with the data.

A couple of things to watch out for:

Info 1

Make Make an API call calling Get webhook logs returns as many bundles as configured by the pg parameter. If you’re not sure what you’re doing, you can burn through a lot of operations quickly.

Info 2

Be quick – logs are only stored for 3 days.

Documentation:

Have a nice day,
Michal