Skip to content

Commit 8ceb734

Browse files
authored
feat: Mention that webhooks are sent through select static IPs (#1458)
We have started sending webhooks from the Apify platform through a predefined list of static IP addresses. This enables users (typically enterprise customers) who have the webhook destinations behind a firewall to whitelist these IP addresses in their firewall, and allow the delivery of these webhooks.
1 parent 06928fc commit 8ceb734

File tree

1 file changed

+15
-0
lines changed
  • sources/platform/integrations/programming/webhooks

1 file changed

+15
-0
lines changed

sources/platform/integrations/programming/webhooks/actions.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,18 @@ The description is an optional string that you can add to the webhook. It serves
164164
The `resource` variable represents the triggering system resource. For example, when using the `ACTOR.RUN.SUCCEEDED` event, the resource is the Actor run. The variable will be replaced by the `Object` that you would receive as a response from the relevant API at the moment when the webhook is triggered. For the Actor run resource, it would be the response of the [Get Actor run](/api/v2#/reference/actors/run-object-deprecated/get-run) API endpoint.
165165

166166
In addition to Actor runs, webhooks also support various events related to Actor builds. In such cases, the resource object will look like the response of the [Get Actor build](/api/v2#/reference/actor-builds/build-object/get-build) API endpoint.
167+
168+
## Source IP addresses
169+
170+
Webhooks are dispatched from servers with static IP addresses. If your webhook destination is protected behind a firewall, you can whitelist these IP addresses to allow Apify webhooks to be delivered:
171+
172+
- `3.215.64.207`
173+
- `13.216.80.7`
174+
- `13.216.180.86`
175+
- `34.224.107.31`
176+
- `34.236.208.85`
177+
- `44.198.219.104`
178+
- `44.207.71.44`
179+
- `44.207.141.205`
180+
- `52.4.20.206`
181+
- `52.203.255.236`

0 commit comments

Comments
 (0)