Power Webhook Integration
14 days trial then $5.00/month - No credit card required now
Power Webhook Integration
14 days trial then $5.00/month - No credit card required now
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
You can access the Power Webhook Integration programmatically from your own applications by using the Apify API. You can 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.
1echo '{
2 "method": "POST",
3 "statuses": [
4 "ACTOR.RUN.SUCCEEDED",
5 "ACTOR.RUN.FAILED",
6 "ACTOR.RUN.TIMED_OUT"
7 ],
8 "customData": {},
9 "transformEndpoint": "async ({ Apify, url, dataset, requestQueue, keyValueStore, abort, data, input: { customData } }) => {\\n return data;\\n}",
10 "triggerCondition": "async ({ Apify, dataset, requestQueue, keyValueStore, abort, data, input: { customData } }) => {\\n return true;\\n}"
11}' |
12apify 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
1npm i -g apify-cli
2apify login
Other API clients include:
- 1 monthly user
- 2 stars
- 99.9% runs succeeded
- Created in Aug 2021
- Modified about 2 years ago