make.com doc (#2453)

This commit is contained in:
Shuchang Zheng
2025-05-25 11:36:55 -07:00
committed by GitHub
parent 4082181118
commit 910f58d517
4 changed files with 12 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 KiB

View File

@@ -3,4 +3,15 @@ Title: Make.com
slug: integrations/make.com
---
<img src="https://thumbs.dreamstime.com/b/pug-dog-holding-pliers-screwdriver-behind-old-wooden-sign-text-under-construction-white-background-constructor-92836854.jpg" />
## Running a Skyvern Task in Make.com
1. Get a [Skyvern](https://app.skyvern.com/) account, navigate to settings and copy your API Key, you will need to link this in the make.com app.
2. Create a new scenario in Make.com. Search for the "Skyvern" app. Pick the Skyvern tool you want. Let's click the "Run a Task" for example.
![image](../images/makecom/makecom_search_skyvern.png)
3. Add a new connection and store the API Key from step 1 in the conn "API Key" field.
![image](../images/makecom/makecom_new_connection.png)
4. Run a task!
![image](../images/makecom/makecom_run_task.png)