stormy-gold•3y ago
How to automatically get export results from a schedule run into my custom server that will take the
I'm using Apify and want to schedule a run and process the data on my server without logging into the Apify application.
3 Replies
xenial-black•3y ago
Hey @Nikunj, 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.
stormy-goldOP•3y ago
Thanks @vojtechmaslan This webhook needs to be setup for each actor, right?
xenial-black•3y ago
Yes, exactly.