Power Webhook Integration avatar
Power Webhook Integration

Pricing

$5.00/month + usage

Go to Store
Power Webhook Integration

Power Webhook Integration

Developed by

Paulo Cesar

Paulo Cesar

Maintained by Community

Allows you to provide multiple HTTP endpoints, that receive a more complete JSON from the run, and allow you to hit those endpoints using a proxy, and enable you to do conditional webhook calls with some lines of Javascript code and you can link/chain one actor to another

0.0 (0)

Pricing

$5.00/month + usage

4

Total users

14

Monthly users

2

Runs succeeded

>99%

Last modified

3 years ago

You can access the Power Webhook Integration programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "method": "POST",
< "statuses": [
< "ACTOR.RUN.SUCCEEDED",
< "ACTOR.RUN.FAILED",
< "ACTOR.RUN.TIMED_OUT"
< ],
< "customData": {},
< "transformEndpoint": "async ({ Apify, url, dataset, requestQueue, keyValueStore, abort, data, input: { customData } }) => {\\n return data;\\n}",
< "triggerCondition": "async ({ Apify, dataset, requestQueue, keyValueStore, abort, data, input: { customData } }) => {\\n return true;\\n}"
<}' |
<apify call pocesar/run-webhook-digest --silent --output-dataset

Power Webhook Integration API through CLI

The Apify CLI is the official tool that allows you to use Power Webhook Integration locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: