1 messages · Page 1 of 1 (latest)
I'm using Apify and want to schedule a run and process the data on my server without logging into the Apify application.
Hey @noble plume, you can set up a webhook integration that will call an endpoint on your server when the run is finished. The data passed by the Apify platform contain the default dataset ID, so you can access it and process your data.
Thanks @past cobalt This webhook needs to be setup for each actor, right?