Easily Integrate Apify Webhooks with your application.

https://docs.apify.com/webhooks/events#event-data

Steps to receive Apify Webhooks

  • Sign up for your free Hooky account.
  • Create a new Webhook Source, and select Apify. This will be the endpoint that receives webhooks on behalf of your application, and forwards them using the unified SDK.
  • Step 1
  • Step 2
  • Once a webhook is received from Apify, you'll see it under the Live Logs section of your webhook source.
  • Next, follow the examples below to integrate the Hooky SDK in ruby or javascript, and start receiving webhooks.
Save countless hours integrating Apify webhooks into your application.

Integrating Apify Webhooks Using Javascript

Integrating Apify webhooks with Hooky in your Javascript based application is straight forward. Just grab the SDK, and call a function when that webhook is received.

Integrating Apify Webhooks Using Ruby

Integrating Apify webhooks with Hooky in your Ruby or Ruby on Rails application is straight forward. Just grab the SDK, and call a method when that webhook is received.

Configuring Apify Webhook Authentication

Here's how it works

Supported Apify Webhook Events

ACTOR.RUN.CREATED

new actor run has been created.

ACTOR.RUN.SUCCEEDED

actor run finished with status

ACTOR.RUN.FAILED

actor run finished with status

ACTOR.RUN.ABORTED

actor run finished with status

ACTOR.RUN.TIMED_OUT

actor run finished with status

actor run finished with status

actor run has been resurrected.