You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update Zapier integration with info about using OAuth (#1609)
Remove info about Apify token
Add info about OAuth
Remove outdated screenshot
Add new screenshots with relevant information
Formatting fixes
Prose adjustments
In connection configuration, you need to provide your Apify API Token. You can find the token in Apify Console by navigating to **Settings > Integrations**.
52
+
Choose the account that you want to connect with Zapier. A new window will appear displaying the information that will be shared between Zapier and Apify.
Copy the token and paste it into the configuration form and continue with the "Yes, Continue to Apify" button.
56
+
Continue by clicking **Allow Access** button.
57
57
58
-
The connection is now created and the configuration form is closed. You can continue with the Zap configuration and select the Actor you want to use as trigger.
58
+
The connection is now created and the configuration form closes. You can continue with the Zap configuration and select the Actor you want to use as trigger.
59
59
60
-
The last step is to test the connection. The "Test Trigger" button lets you test the trigger. The test should prefill data from existing Actor runs you have in Apify. If you don't have any runs, you can create one in Apify Console and then test the connection again.
60
+
The last step is to test the connection. The **Test Trigger** button lets you test the trigger. The test should prefill data from existing Actor runs you have in Apify. If you don't have any runs, you can create one in Apify Console and then test the connection again.
61
61
62
62
After a successful test, you can continue with the Zap configuration and set up the action for the Zap.
63
63
@@ -79,12 +79,12 @@ We will use the Web Scraper Actor in this example.
79
79
80
80

81
81
82
-
You need to fill the input for the Actor and use the "Continue" button to advance to the next step.
82
+
You need to fill the input for the Actor and use the **Continue** button to advance to the next step.
83
83
84
84
> You can choose to run Actor synchronously or asynchronously. If you choose to run Actor synchronously, the Zap will wait until the Actor finishes and the Actor output and data will be available in next steps.
85
85
> Beware that the hard timeout for the run is 30 seconds. If the Actor doesn't finish in 30 seconds, the run will be terminated and the Actor output will not be available in next steps.
86
86
87
-
In the next step, you can test the action and check if everything is using the "Test step" button.
87
+
In the next step, you can test the action and check if everything is using the **Test step** button.
88
88
89
89
This button runs the Actor run on Apify and you can see the data in Zapier.
0 commit comments