Skip to content

Commit 87342bf

Browse files
committed
fix: actually, I can use the old ID and keep the remaining screenshot valid
1 parent 610e51e commit 87342bf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sources/academy/platform/expert_scraping_with_apify/solutions/integrating_webhooks.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ Run: Building Actor filter-actor
159159
...
160160
(timestamp) ACTOR: Pushing Docker image to repository.
161161
(timestamp) ACTOR: Build finished.
162-
Actor build detail https://console.apify.com/actors/Jrq1LclODUbUsqcbc#/builds/0.0.1
163-
Actor detail https://console.apify.com/actors/Jrq1LclODUbUsqcbc
162+
Actor build detail https://console.apify.com/actors/Yk1bieximsduYDydP#/builds/0.0.1
163+
Actor detail https://console.apify.com/actors/Yk1bieximsduYDydP
164164
Success: Actor was deployed to Apify cloud and built there.
165165
```
166166
@@ -170,15 +170,15 @@ We'll use the [Apify API](/academy/api/run-actor-and-retrieve-data-via-api) to s
170170
171171
```text
172172
...
173-
Actor build detail https://console.apify.com/actors/Jrq1LclODUbUsqcbc#/builds/0.0.1
174-
Actor detail https://console.apify.com/actors/Jrq1LclODUbUsqcbc
173+
Actor build detail https://console.apify.com/actors/Yk1bieximsduYDydP#/builds/0.0.1
174+
Actor detail https://console.apify.com/actors/Yk1bieximsduYDydP
175175
Success: Actor was deployed to Apify cloud and built there.
176176
```
177177
178-
The URLs tell us that our Actor's ID is `Jrq1LclODUbUsqcbc`. With this `actorId`, and our `token`, which is retrievable through **Settings > Integrations** on the Apify Console, we can construct a link which will call the Actor:
178+
The URLs tell us that our Actor's ID is `Yk1bieximsduYDydP`. With this `actorId`, and our `token`, which is retrievable through **Settings > Integrations** on the Apify Console, we can construct a link which will call the Actor:
179179
180180
```text
181-
https://api.apify.com/v2/acts/Jrq1LclODUbUsqcbc/runs?token=YOUR_TOKEN_HERE
181+
https://api.apify.com/v2/acts/Yk1bieximsduYDydP/runs?token=YOUR_TOKEN_HERE
182182
```
183183
184184
We can also use our username and the name of the Actor like this:

0 commit comments

Comments
 (0)