CA
other-emerald

Webhooks - website content crawler

Hey, I'm using website content crawler actor to crawl website. I want to show crawl status update on the client's side like what pages it's found, I've looked into integration/webhooks for this but I can only get ACTOR.RUN.CREATED and ACTOR.RUN.SUCCEEDED', is there any other way I can get the status updates? thanks
1 Reply
itchy-amethyst
itchy-amethyst2y ago
You will need to ping the run via API periodically from your server. The webhooks only fire once something ends, not in the middle of the run.

Did you find this page helpful?