#How to automatically get export results from a schedule run into my custom server that will take the

1 messages · Page 1 of 1 (latest)

noble plume
#

I'm using Apify and want to schedule a run and process the data on my server without logging into the Apify application.

past cobalt
#

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.

noble plume
#

Thanks @past cobalt This webhook needs to be setup for each actor, right?