diff --git a/fern/images/makecom/makecom_new_connection.png b/fern/images/makecom/makecom_new_connection.png new file mode 100644 index 00000000..6124d757 Binary files /dev/null and b/fern/images/makecom/makecom_new_connection.png differ diff --git a/fern/images/makecom/makecom_run_task.png b/fern/images/makecom/makecom_run_task.png new file mode 100644 index 00000000..073da0a1 Binary files /dev/null and b/fern/images/makecom/makecom_run_task.png differ diff --git a/fern/images/makecom/makecom_search_skyvern.png b/fern/images/makecom/makecom_search_skyvern.png new file mode 100644 index 00000000..c5aed66c Binary files /dev/null and b/fern/images/makecom/makecom_search_skyvern.png differ diff --git a/fern/integrations/make.com.mdx b/fern/integrations/make.com.mdx index e9b2a453..576955cf 100644 --- a/fern/integrations/make.com.mdx +++ b/fern/integrations/make.com.mdx @@ -3,4 +3,15 @@ Title: Make.com slug: integrations/make.com --- - \ No newline at end of file +## 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) \ No newline at end of file