From 5954efcd795ac1b4c73b501b845fe80e50f3d2bb Mon Sep 17 00:00:00 2001 From: marijahorvat171 Date: Mon, 28 Jul 2025 09:37:33 +0200 Subject: [PATCH 1/3] Add connection setup documentation for some components --- .../docs/reference/components/acumbamail.mdx | 13 +++++++++++++ .../docs/reference/components/bamboohr.mdx | 16 ++++++++++++++++ .../docs/reference/components/bolna.mdx | 14 ++++++++++++++ .../docs/reference/components/brevo.mdx | 17 +++++++++++++++++ .../content/docs/reference/components/coda.mdx | 16 ++++++++++++++++ .../docs/reference/components/google-meet.mdx | 17 +++++++++++++++++ .../docs/reference/components/klaviyo.mdx | 18 ++++++++++++++++++ .../docs/reference/components/linear.mdx | 18 ++++++++++++++++++ .../docs/reference/components/mixpanel.mdx | 14 ++++++++++++++ .../reference/components/scrape-graph-ai.mdx | 12 ++++++++++++ .../docs/reference/components/tavily.mdx | 14 ++++++++++++++ .../acumbamail/src/main/resources/README.mdx | 9 +++++++++ .../bamboohr/src/main/resources/README.mdx | 12 ++++++++++++ .../bolna/src/main/resources/README.mdx | 10 ++++++++++ .../brevo/src/main/resources/README.mdx | 13 +++++++++++++ .../coda/src/main/resources/README.mdx | 12 ++++++++++++ .../google-meet/src/main/resources/README.mdx | 13 +++++++++++++ .../klaviyo/src/main/resources/README.mdx | 14 ++++++++++++++ .../linear/src/main/resources/README.mdx | 14 ++++++++++++++ .../mixpanel/src/main/resources/README.mdx | 10 ++++++++++ .../src/main/resources/README.mdx | 8 ++++++++ .../tavily/src/main/resources/README.mdx | 10 ++++++++++ 22 files changed, 294 insertions(+) create mode 100644 server/libs/modules/components/acumbamail/src/main/resources/README.mdx create mode 100644 server/libs/modules/components/bamboohr/src/main/resources/README.mdx create mode 100644 server/libs/modules/components/bolna/src/main/resources/README.mdx create mode 100644 server/libs/modules/components/brevo/src/main/resources/README.mdx create mode 100644 server/libs/modules/components/coda/src/main/resources/README.mdx create mode 100644 server/libs/modules/components/google/google-meet/src/main/resources/README.mdx create mode 100644 server/libs/modules/components/klaviyo/src/main/resources/README.mdx create mode 100644 server/libs/modules/components/linear/src/main/resources/README.mdx create mode 100644 server/libs/modules/components/mixpanel/src/main/resources/README.mdx create mode 100644 server/libs/modules/components/scrape-graph-ai/src/main/resources/README.mdx create mode 100644 server/libs/modules/components/tavily/src/main/resources/README.mdx diff --git a/docs/content/docs/reference/components/acumbamail.mdx b/docs/content/docs/reference/components/acumbamail.mdx index fb31b77f481..ae7c0a1ba13 100644 --- a/docs/content/docs/reference/components/acumbamail.mdx +++ b/docs/content/docs/reference/components/acumbamail.mdx @@ -190,3 +190,16 @@ If this component doesn't have the action you need, you can use **Custom Action* To create a Custom Action, simply specify the desired HTTP method, path, and any necessary parameters. This way, you can extend the functionality of your component beyond the predefined actions, ensuring that you can meet all your integration needs effectively. +
+ +# Additional instructions + +## Connection Setup + +1. Go to https://acumbamail.com/apidoc/. +2. Log in to your account. +3. Copy the auth token. Use these credentials to create a connection in ByteChef. + +
+ +
diff --git a/docs/content/docs/reference/components/bamboohr.mdx b/docs/content/docs/reference/components/bamboohr.mdx index e3fb4c334ad..56124b5c7f0 100644 --- a/docs/content/docs/reference/components/bamboohr.mdx +++ b/docs/content/docs/reference/components/bamboohr.mdx @@ -278,3 +278,19 @@ Type: STRING
+
+ +# Additional instructions + +## Connection Setup + +1. Login to the dashboard at https://app.bamboohr.com/login/. +2. Click on My Account. +3. Click on API Keys. +4. Click Add New Key. +5. Name new API key and click Generate Key. +6. Copy the API key and click Done. Use these credentials to create a connection in ByteChef. + +
+ +
diff --git a/docs/content/docs/reference/components/bolna.mdx b/docs/content/docs/reference/components/bolna.mdx index c587e702a9e..cc43ff55fd1 100644 --- a/docs/content/docs/reference/components/bolna.mdx +++ b/docs/content/docs/reference/components/bolna.mdx @@ -118,3 +118,17 @@ The output for this action is dynamic and may vary depending on the input parame
+
+ +# Additional instructions + +## Connection Setup + +1. Login to the dashboard at https://platform.bolna.ai. +2. Navigate to Developers tab from the left menu bar after login. +3. Click the button Create a new API Key to generate a key. +4. Copy the API key. Use these credentials to create a connection in ByteChef. + +
+ +
diff --git a/docs/content/docs/reference/components/brevo.mdx b/docs/content/docs/reference/components/brevo.mdx index 6ec83adc298..4753b71348a 100644 --- a/docs/content/docs/reference/components/brevo.mdx +++ b/docs/content/docs/reference/components/brevo.mdx @@ -211,3 +211,20 @@ The output for this action is dynamic and may vary depending on the input parame
+
+ +# Additional instructions + +## Connection Setup + +1. Go to https://www.brevo.com/. +2. Log in to your account. +3. Click on company/organization name dropdown menu. +4. Click on SMTP & API. +5. Click on API keys. +6. Click on Generate a new API key and name it. +7. Copy the API key. Use these credentials to create a connection in ByteChef. + +
+ +
diff --git a/docs/content/docs/reference/components/coda.mdx b/docs/content/docs/reference/components/coda.mdx index a7e87e847e9..6e8a9254420 100644 --- a/docs/content/docs/reference/components/coda.mdx +++ b/docs/content/docs/reference/components/coda.mdx @@ -349,3 +349,19 @@ If this component doesn't have the action you need, you can use **Custom Action* To create a Custom Action, simply specify the desired HTTP method, path, and any necessary parameters. This way, you can extend the functionality of your component beyond the predefined actions, ensuring that you can meet all your integration needs effectively. +
+ +# Additional instructions + +## Connection Setup + +1. Login to the dashboard at https://coda.io/signin. +2. Click on your account. +3. Click on Account Settings. +4. Scroll to API Settings and click Generate API token. +5. Give your token a name and click Generate API token. +6. Copy the API token. Use these credentials to create a connection in ByteChef. + +
+ +
diff --git a/docs/content/docs/reference/components/google-meet.mdx b/docs/content/docs/reference/components/google-meet.mdx index 6b560ac6369..9d7883bcfc8 100644 --- a/docs/content/docs/reference/components/google-meet.mdx +++ b/docs/content/docs/reference/components/google-meet.mdx @@ -203,3 +203,20 @@ Type: OBJECT +
+ +# Additional instructions + +## Connection Setup + +[Setting up OAuth2](https://support.google.com/googleapi/answer/6158849?hl=en) + +
+ +
+ +Turning on Meet API +
+ +
+ diff --git a/docs/content/docs/reference/components/klaviyo.mdx b/docs/content/docs/reference/components/klaviyo.mdx index a830387cd6b..c24113fe523 100644 --- a/docs/content/docs/reference/components/klaviyo.mdx +++ b/docs/content/docs/reference/components/klaviyo.mdx @@ -372,3 +372,21 @@ If this component doesn't have the action you need, you can use **Custom Action* To create a Custom Action, simply specify the desired HTTP method, path, and any necessary parameters. This way, you can extend the functionality of your component beyond the predefined actions, ensuring that you can meet all your integration needs effectively. +
+ +# Additional instructions + +## Connection Setup + +1. Login to the dashboard at https://www.klaviyo.com/login?next=/account. +2. Click on your account. +3. Click on Settings. +4. Click on API keys. +5. Under the Private API Keys section, select Create Private API Key. +6. Name your API key and select Full Access Key. +7. Click Create. +8. Copy the API key. Use these credentials to create a connection in ByteChef. + +
+ +
diff --git a/docs/content/docs/reference/components/linear.mdx b/docs/content/docs/reference/components/linear.mdx index 8f0d5118de4..40fa30125c6 100644 --- a/docs/content/docs/reference/components/linear.mdx +++ b/docs/content/docs/reference/components/linear.mdx @@ -555,3 +555,21 @@ Type: OBJECT
+
+ +# Additional instructions + +## Connection Setup + +1. Login to the dashboard at https://linear.app/login. +2. You need to create a new OAuth2 Application to get credentials. First click on your profile. +3. Click on Settings. +4. Under Administration section, choose API. +5. Click on New OAuth application. +6. Fill information and enable Public. +7. Enable Webhooks and fill information. Then click Create. +8. Copy the Client ID and Client secret. Use these credentials to create a connection in ByteChef. + +
+ +
diff --git a/docs/content/docs/reference/components/mixpanel.mdx b/docs/content/docs/reference/components/mixpanel.mdx index 70f6d960482..d5605ca55f3 100644 --- a/docs/content/docs/reference/components/mixpanel.mdx +++ b/docs/content/docs/reference/components/mixpanel.mdx @@ -94,3 +94,17 @@ Type: OBJECT +
+ +# Additional instructions + +## Connection Setup + +1. Login to the dashboard at https://eu.mixpanel.com/login/. +2. Click on Settings. +3. Select Settings and then click on Project Settings. +4. Under Access Keys section, copy the Project Token. Use these credentials to create a connection in ByteChef. + +
+ +
diff --git a/docs/content/docs/reference/components/scrape-graph-ai.mdx b/docs/content/docs/reference/components/scrape-graph-ai.mdx index cd2ebe14d7e..594322bfa71 100644 --- a/docs/content/docs/reference/components/scrape-graph-ai.mdx +++ b/docs/content/docs/reference/components/scrape-graph-ai.mdx @@ -210,3 +210,15 @@ Type: OBJECT +
+ +# Additional instructions + +## Connection Setup + +1. Login to the dashboard at https://dashboard.scrapegraphai.com/login. +2. Copy the API key. Use these credentials to create a connection in ByteChef. + +
+ +
diff --git a/docs/content/docs/reference/components/tavily.mdx b/docs/content/docs/reference/components/tavily.mdx index 9ca5f5fd547..908b3549824 100644 --- a/docs/content/docs/reference/components/tavily.mdx +++ b/docs/content/docs/reference/components/tavily.mdx @@ -178,3 +178,17 @@ If this component doesn't have the action you need, you can use **Custom Action* To create a Custom Action, simply specify the desired HTTP method, path, and any necessary parameters. This way, you can extend the functionality of your component beyond the predefined actions, ensuring that you can meet all your integration needs effectively. +
+ +# Additional instructions + +## Connection Setup + +1. Login to the dashboard at https://www.tavily.com/. +2. You can use default API key. To create new API key, click on "+" sign. +3. Name your key and click Create. +4. Copy the API key. Use these credentials to create a connection in ByteChef. + +
+ +
diff --git a/server/libs/modules/components/acumbamail/src/main/resources/README.mdx b/server/libs/modules/components/acumbamail/src/main/resources/README.mdx new file mode 100644 index 00000000000..9374a90dfd2 --- /dev/null +++ b/server/libs/modules/components/acumbamail/src/main/resources/README.mdx @@ -0,0 +1,9 @@ +## Connection Setup + +1. Go to https://acumbamail.com/apidoc/. +2. Log in to your account. +3. Copy the auth token. Use these credentials to create a connection in ByteChef. + +
+ +
diff --git a/server/libs/modules/components/bamboohr/src/main/resources/README.mdx b/server/libs/modules/components/bamboohr/src/main/resources/README.mdx new file mode 100644 index 00000000000..2280bcd1dc5 --- /dev/null +++ b/server/libs/modules/components/bamboohr/src/main/resources/README.mdx @@ -0,0 +1,12 @@ +## Connection Setup + +1. Login to the dashboard at https://app.bamboohr.com/login/. +2. Click on My Account. +3. Click on API Keys. +4. Click Add New Key. +5. Name new API key and click Generate Key. +6. Copy the API key and click Done. Use these credentials to create a connection in ByteChef. + +
+ +
diff --git a/server/libs/modules/components/bolna/src/main/resources/README.mdx b/server/libs/modules/components/bolna/src/main/resources/README.mdx new file mode 100644 index 00000000000..17fc724c942 --- /dev/null +++ b/server/libs/modules/components/bolna/src/main/resources/README.mdx @@ -0,0 +1,10 @@ +## Connection Setup + +1. Login to the dashboard at https://platform.bolna.ai. +2. Navigate to Developers tab from the left menu bar after login. +3. Click the button Create a new API Key to generate a key. +4. Copy the API key. Use these credentials to create a connection in ByteChef. + +
+ +
diff --git a/server/libs/modules/components/brevo/src/main/resources/README.mdx b/server/libs/modules/components/brevo/src/main/resources/README.mdx new file mode 100644 index 00000000000..ef5cd541169 --- /dev/null +++ b/server/libs/modules/components/brevo/src/main/resources/README.mdx @@ -0,0 +1,13 @@ +## Connection Setup + +1. Go to https://www.brevo.com/. +2. Log in to your account. +3. Click on company/organization name dropdown menu. +4. Click on SMTP & API. +5. Click on API keys. +6. Click on Generate a new API key and name it. +7. Copy the API key. Use these credentials to create a connection in ByteChef. + +
+ +
diff --git a/server/libs/modules/components/coda/src/main/resources/README.mdx b/server/libs/modules/components/coda/src/main/resources/README.mdx new file mode 100644 index 00000000000..1e17e430537 --- /dev/null +++ b/server/libs/modules/components/coda/src/main/resources/README.mdx @@ -0,0 +1,12 @@ +## Connection Setup + +1. Login to the dashboard at https://coda.io/signin. +2. Click on your account. +3. Click on Account Settings. +4. Scroll to API Settings and click Generate API token. +5. Give your token a name and click Generate API token. +6. Copy the API token. Use these credentials to create a connection in ByteChef. + +
+ +
diff --git a/server/libs/modules/components/google/google-meet/src/main/resources/README.mdx b/server/libs/modules/components/google/google-meet/src/main/resources/README.mdx new file mode 100644 index 00000000000..2596c131b71 --- /dev/null +++ b/server/libs/modules/components/google/google-meet/src/main/resources/README.mdx @@ -0,0 +1,13 @@ +## Connection Setup + +[Setting up OAuth2](https://support.google.com/googleapi/answer/6158849?hl=en) + +
+ +
+ +Turning on Meet API +
+ +
+ diff --git a/server/libs/modules/components/klaviyo/src/main/resources/README.mdx b/server/libs/modules/components/klaviyo/src/main/resources/README.mdx new file mode 100644 index 00000000000..01f135eb950 --- /dev/null +++ b/server/libs/modules/components/klaviyo/src/main/resources/README.mdx @@ -0,0 +1,14 @@ +## Connection Setup + +1. Login to the dashboard at https://www.klaviyo.com/login?next=/account. +2. Click on your account. +3. Click on Settings. +4. Click on API keys. +5. Under the Private API Keys section, select Create Private API Key. +6. Name your API key and select Full Access Key. +7. Click Create. +8. Copy the API key. Use these credentials to create a connection in ByteChef. + +
+ +
diff --git a/server/libs/modules/components/linear/src/main/resources/README.mdx b/server/libs/modules/components/linear/src/main/resources/README.mdx new file mode 100644 index 00000000000..2f0ebf78a94 --- /dev/null +++ b/server/libs/modules/components/linear/src/main/resources/README.mdx @@ -0,0 +1,14 @@ +## Connection Setup + +1. Login to the dashboard at https://linear.app/login. +2. You need to create a new OAuth2 Application to get credentials. First click on your profile. +3. Click on Settings. +4. Under Administration section, choose API. +5. Click on New OAuth application. +6. Fill information and enable Public. +7. Enable Webhooks and fill information. Then click Create. +8. Copy the Client ID and Client secret. Use these credentials to create a connection in ByteChef. + +
+ +
diff --git a/server/libs/modules/components/mixpanel/src/main/resources/README.mdx b/server/libs/modules/components/mixpanel/src/main/resources/README.mdx new file mode 100644 index 00000000000..9a3e24e7bdb --- /dev/null +++ b/server/libs/modules/components/mixpanel/src/main/resources/README.mdx @@ -0,0 +1,10 @@ +## Connection Setup + +1. Login to the dashboard at https://eu.mixpanel.com/login/. +2. Click on Settings. +3. Select Settings and then click on Project Settings. +4. Under Access Keys section, copy the Project Token. Use these credentials to create a connection in ByteChef. + +
+ +
diff --git a/server/libs/modules/components/scrape-graph-ai/src/main/resources/README.mdx b/server/libs/modules/components/scrape-graph-ai/src/main/resources/README.mdx new file mode 100644 index 00000000000..557653059a3 --- /dev/null +++ b/server/libs/modules/components/scrape-graph-ai/src/main/resources/README.mdx @@ -0,0 +1,8 @@ +## Connection Setup + +1. Login to the dashboard at https://dashboard.scrapegraphai.com/login. +2. Copy the API key. Use these credentials to create a connection in ByteChef. + +
+ +
diff --git a/server/libs/modules/components/tavily/src/main/resources/README.mdx b/server/libs/modules/components/tavily/src/main/resources/README.mdx new file mode 100644 index 00000000000..ae44bdf5c75 --- /dev/null +++ b/server/libs/modules/components/tavily/src/main/resources/README.mdx @@ -0,0 +1,10 @@ +## Connection Setup + +1. Login to the dashboard at https://www.tavily.com/. +2. You can use default API key. To create new API key, click on "+" sign. +3. Name your key and click Create. +4. Copy the API key. Use these credentials to create a connection in ByteChef. + +
+ +
From 81c582eaa5bc86a032c166fcc73034aac46af870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Monika=20Ku=C5=A1ter?= Date: Thu, 21 Aug 2025 10:56:07 +0200 Subject: [PATCH 2/3] 538 - remove unnecessary horizontal rule --- .../main/kotlin/com.bytechef.documentation-generator.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/com.bytechef.documentation-generator.gradle.kts b/buildSrc/src/main/kotlin/com.bytechef.documentation-generator.gradle.kts index dfcce5b5279..9029d9bae3a 100644 --- a/buildSrc/src/main/kotlin/com.bytechef.documentation-generator.gradle.kts +++ b/buildSrc/src/main/kotlin/com.bytechef.documentation-generator.gradle.kts @@ -593,7 +593,6 @@ $connection ${triggers?.joinToString("\n")} -
""" } From c2e2f89ebd3a118cfd4928739e72fcb4d79c38d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Monika=20Ku=C5=A1ter?= Date: Thu, 21 Aug 2025 10:57:58 +0200 Subject: [PATCH 3/3] 538 - generated --- docs/content/docs/reference/components/acumbamail.mdx | 2 +- docs/content/docs/reference/components/airtable.mdx | 1 - docs/content/docs/reference/components/anthropic.mdx | 2 +- docs/content/docs/reference/components/app-event.mdx | 1 - docs/content/docs/reference/components/attio.mdx | 1 - docs/content/docs/reference/components/bamboohr.mdx | 3 +-- docs/content/docs/reference/components/beamer.mdx | 1 - docs/content/docs/reference/components/bitbucket.mdx | 1 - docs/content/docs/reference/components/bolna.mdx | 3 +-- docs/content/docs/reference/components/box.mdx | 1 - docs/content/docs/reference/components/brevo.mdx | 3 +-- docs/content/docs/reference/components/calcom.mdx | 1 - docs/content/docs/reference/components/calendly.mdx | 1 - docs/content/docs/reference/components/chat.mdx | 1 - docs/content/docs/reference/components/clickup.mdx | 1 - docs/content/docs/reference/components/coda.mdx | 2 +- docs/content/docs/reference/components/example.mdx | 1 - docs/content/docs/reference/components/github.mdx | 1 - docs/content/docs/reference/components/gitlab.mdx | 1 - docs/content/docs/reference/components/google-calendar.mdx | 1 - docs/content/docs/reference/components/google-drive.mdx | 1 - docs/content/docs/reference/components/google-forms.mdx | 1 - docs/content/docs/reference/components/google-mail.mdx | 1 - docs/content/docs/reference/components/google-meet.mdx | 2 +- docs/content/docs/reference/components/google-sheets.mdx | 1 - docs/content/docs/reference/components/google-tasks.mdx | 1 - docs/content/docs/reference/components/hubspot.mdx | 1 - docs/content/docs/reference/components/infobip.mdx | 1 - docs/content/docs/reference/components/jira.mdx | 1 - docs/content/docs/reference/components/klaviyo.mdx | 2 +- docs/content/docs/reference/components/linear.mdx | 3 +-- docs/content/docs/reference/components/mailchimp.mdx | 1 - docs/content/docs/reference/components/mailerlite.mdx | 1 - .../content/docs/reference/components/microsoft-one-drive.mdx | 1 - .../docs/reference/components/microsoft-outlook-365.mdx | 1 - docs/content/docs/reference/components/mistral.mdx | 2 +- docs/content/docs/reference/components/mixpanel.mdx | 2 +- docs/content/docs/reference/components/mysql.mdx | 1 - docs/content/docs/reference/components/nifty.mdx | 1 - docs/content/docs/reference/components/open-ai.mdx | 4 ++-- docs/content/docs/reference/components/pagerduty.mdx | 1 - docs/content/docs/reference/components/pipedrive.mdx | 1 - docs/content/docs/reference/components/postgresql.mdx | 1 - docs/content/docs/reference/components/productboard.mdx | 1 - docs/content/docs/reference/components/rabbitmq.mdx | 1 - docs/content/docs/reference/components/reckon.mdx | 1 - docs/content/docs/reference/components/request.mdx | 1 - docs/content/docs/reference/components/rocketchat.mdx | 1 - docs/content/docs/reference/components/rss.mdx | 3 +-- docs/content/docs/reference/components/salesforce.mdx | 1 - docs/content/docs/reference/components/schedule.mdx | 1 - docs/content/docs/reference/components/scrape-graph-ai.mdx | 2 +- docs/content/docs/reference/components/shopify.mdx | 1 - docs/content/docs/reference/components/slack.mdx | 1 - docs/content/docs/reference/components/stripe.mdx | 1 - docs/content/docs/reference/components/tavily.mdx | 2 +- docs/content/docs/reference/components/trello.mdx | 1 - docs/content/docs/reference/components/twilio.mdx | 1 - docs/content/docs/reference/components/typeform.mdx | 1 - docs/content/docs/reference/components/webhook.mdx | 1 - docs/content/docs/reference/components/whatsapp.mdx | 1 - docs/content/docs/reference/components/woocommerce.mdx | 1 - docs/content/docs/reference/components/wordpress.mdx | 1 - docs/content/docs/reference/components/wrike.mdx | 1 - docs/content/docs/reference/components/xero.mdx | 1 - docs/content/docs/reference/components/youtube.mdx | 1 - docs/content/docs/reference/components/zeplin.mdx | 1 - 67 files changed, 16 insertions(+), 73 deletions(-) diff --git a/docs/content/docs/reference/components/acumbamail.mdx b/docs/content/docs/reference/components/acumbamail.mdx index ae7c0a1ba13..ec002271bb7 100644 --- a/docs/content/docs/reference/components/acumbamail.mdx +++ b/docs/content/docs/reference/components/acumbamail.mdx @@ -192,7 +192,7 @@ To create a Custom Action, simply specify the desired HTTP method, path, and any
-# Additional instructions +# Additional Instructions ## Connection Setup diff --git a/docs/content/docs/reference/components/airtable.mdx b/docs/content/docs/reference/components/airtable.mdx index f05f41bb91a..9eed754f891 100644 --- a/docs/content/docs/reference/components/airtable.mdx +++ b/docs/content/docs/reference/components/airtable.mdx @@ -196,7 +196,6 @@ The output for this action is dynamic and may vary depending on the input parame ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/anthropic.mdx b/docs/content/docs/reference/components/anthropic.mdx index 3469e07def0..a8c9d1320e3 100644 --- a/docs/content/docs/reference/components/anthropic.mdx +++ b/docs/content/docs/reference/components/anthropic.mdx @@ -45,7 +45,7 @@ Name: ask | Name | Label | Type | Description | Required | |:---------------:|:--------------:|:------------:|:-------------------:|:--------:| -| model | Model | STRING
Options claude-2.0, claude-2.1, claude-3-5-haiku-latest, claude-3-5-sonnet-latest, claude-3-7-sonnet-latest, claude-3-haiku-20240307, claude-3-opus-latest, claude-3-sonnet-20240229
| ID of the model to use. | true | +| model | Model | STRING
Options claude-2.0, claude-2.1, claude-3-5-haiku-latest, claude-3-5-sonnet-latest, claude-3-7-sonnet-latest, claude-3-haiku-20240307, claude-3-opus-latest, claude-3-sonnet-20240229, claude-opus-4-0, claude-sonnet-4-0
| ID of the model to use. | true | | messages | Messages | ARRAY
Items [{STRING\(role), STRING\(content), [FILE_ENTRY]\(attachments)}]
| A list of messages comprising the conversation so far. | true | | maxTokens | Max Tokens | INTEGER | The maximum number of tokens to generate in the chat completion. | true | | response | Response | OBJECT
Properties {STRING\(responseFormat), STRING\(responseSchema)}
| The response from the API. | false | diff --git a/docs/content/docs/reference/components/app-event.mdx b/docs/content/docs/reference/components/app-event.mdx index f71f1e67c21..e71b33ddafb 100644 --- a/docs/content/docs/reference/components/app-event.mdx +++ b/docs/content/docs/reference/components/app-event.mdx @@ -48,6 +48,5 @@ The output for this action is dynamic and may vary depending on the input parame ``` -
diff --git a/docs/content/docs/reference/components/attio.mdx b/docs/content/docs/reference/components/attio.mdx index 648dc9686b9..6d389bbca36 100644 --- a/docs/content/docs/reference/components/attio.mdx +++ b/docs/content/docs/reference/components/attio.mdx @@ -359,6 +359,5 @@ Type: OBJECT ``` -
diff --git a/docs/content/docs/reference/components/bamboohr.mdx b/docs/content/docs/reference/components/bamboohr.mdx index 56124b5c7f0..47f109e21d4 100644 --- a/docs/content/docs/reference/components/bamboohr.mdx +++ b/docs/content/docs/reference/components/bamboohr.mdx @@ -275,12 +275,11 @@ Type: STRING ``` -

-# Additional instructions +# Additional Instructions ## Connection Setup diff --git a/docs/content/docs/reference/components/beamer.mdx b/docs/content/docs/reference/components/beamer.mdx index a2d593d7f3f..256d3a6f0e2 100644 --- a/docs/content/docs/reference/components/beamer.mdx +++ b/docs/content/docs/reference/components/beamer.mdx @@ -434,6 +434,5 @@ Items Type: OBJECT ``` -
diff --git a/docs/content/docs/reference/components/bitbucket.mdx b/docs/content/docs/reference/components/bitbucket.mdx index 2b8e92b8458..f9803bacda8 100644 --- a/docs/content/docs/reference/components/bitbucket.mdx +++ b/docs/content/docs/reference/components/bitbucket.mdx @@ -489,7 +489,6 @@ The output for this action is dynamic and may vary depending on the input parame ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/bolna.mdx b/docs/content/docs/reference/components/bolna.mdx index cc43ff55fd1..eab30c2447a 100644 --- a/docs/content/docs/reference/components/bolna.mdx +++ b/docs/content/docs/reference/components/bolna.mdx @@ -115,12 +115,11 @@ The output for this action is dynamic and may vary depending on the input parame ``` -

-# Additional instructions +# Additional Instructions ## Connection Setup diff --git a/docs/content/docs/reference/components/box.mdx b/docs/content/docs/reference/components/box.mdx index 10ac9a3a1cb..d92daa7ddf4 100644 --- a/docs/content/docs/reference/components/box.mdx +++ b/docs/content/docs/reference/components/box.mdx @@ -310,7 +310,6 @@ Type: OBJECT ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/brevo.mdx b/docs/content/docs/reference/components/brevo.mdx index 4753b71348a..d73dd5103b4 100644 --- a/docs/content/docs/reference/components/brevo.mdx +++ b/docs/content/docs/reference/components/brevo.mdx @@ -208,12 +208,11 @@ The output for this action is dynamic and may vary depending on the input parame ``` -

-# Additional instructions +# Additional Instructions ## Connection Setup diff --git a/docs/content/docs/reference/components/calcom.mdx b/docs/content/docs/reference/components/calcom.mdx index e5bfcd3a32e..92b6c9b766f 100644 --- a/docs/content/docs/reference/components/calcom.mdx +++ b/docs/content/docs/reference/components/calcom.mdx @@ -289,7 +289,6 @@ Type: OBJECT ``` -

diff --git a/docs/content/docs/reference/components/calendly.mdx b/docs/content/docs/reference/components/calendly.mdx index 345f47a51f3..c74a4bed309 100644 --- a/docs/content/docs/reference/components/calendly.mdx +++ b/docs/content/docs/reference/components/calendly.mdx @@ -159,7 +159,6 @@ The output for this action is dynamic and may vary depending on the input parame ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/chat.mdx b/docs/content/docs/reference/components/chat.mdx index 1c71a436e27..c4a15a62b6d 100644 --- a/docs/content/docs/reference/components/chat.mdx +++ b/docs/content/docs/reference/components/chat.mdx @@ -102,6 +102,5 @@ Type: OBJECT ``` -
diff --git a/docs/content/docs/reference/components/clickup.mdx b/docs/content/docs/reference/components/clickup.mdx index 3224de54393..dfb9918edbd 100644 --- a/docs/content/docs/reference/components/clickup.mdx +++ b/docs/content/docs/reference/components/clickup.mdx @@ -336,7 +336,6 @@ Type: OBJECT ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/coda.mdx b/docs/content/docs/reference/components/coda.mdx index 6e8a9254420..558a115530b 100644 --- a/docs/content/docs/reference/components/coda.mdx +++ b/docs/content/docs/reference/components/coda.mdx @@ -351,7 +351,7 @@ To create a Custom Action, simply specify the desired HTTP method, path, and any
-# Additional instructions +# Additional Instructions ## Connection Setup diff --git a/docs/content/docs/reference/components/example.mdx b/docs/content/docs/reference/components/example.mdx index f9ed99d8583..65e2109e9b3 100644 --- a/docs/content/docs/reference/components/example.mdx +++ b/docs/content/docs/reference/components/example.mdx @@ -86,7 +86,6 @@ Type: STRING ``` -

diff --git a/docs/content/docs/reference/components/github.mdx b/docs/content/docs/reference/components/github.mdx index cd12adfa4e6..02e65cefa64 100644 --- a/docs/content/docs/reference/components/github.mdx +++ b/docs/content/docs/reference/components/github.mdx @@ -680,7 +680,6 @@ Type: OBJECT ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/gitlab.mdx b/docs/content/docs/reference/components/gitlab.mdx index dc2bb432485..cae12c60afc 100644 --- a/docs/content/docs/reference/components/gitlab.mdx +++ b/docs/content/docs/reference/components/gitlab.mdx @@ -202,7 +202,6 @@ Type: OBJECT ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/google-calendar.mdx b/docs/content/docs/reference/components/google-calendar.mdx index 14a753b6217..bd811ded364 100644 --- a/docs/content/docs/reference/components/google-calendar.mdx +++ b/docs/content/docs/reference/components/google-calendar.mdx @@ -742,7 +742,6 @@ Type: OBJECT ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/google-drive.mdx b/docs/content/docs/reference/components/google-drive.mdx index 0cdb89709fa..ae382218739 100644 --- a/docs/content/docs/reference/components/google-drive.mdx +++ b/docs/content/docs/reference/components/google-drive.mdx @@ -633,7 +633,6 @@ Items Type: OBJECT ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/google-forms.mdx b/docs/content/docs/reference/components/google-forms.mdx index e71dce7999f..6c856063040 100644 --- a/docs/content/docs/reference/components/google-forms.mdx +++ b/docs/content/docs/reference/components/google-forms.mdx @@ -164,7 +164,6 @@ The output for this action is dynamic and may vary depending on the input parame ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/google-mail.mdx b/docs/content/docs/reference/components/google-mail.mdx index 5b52d420335..aeb6884a8bc 100644 --- a/docs/content/docs/reference/components/google-mail.mdx +++ b/docs/content/docs/reference/components/google-mail.mdx @@ -518,7 +518,6 @@ Items Type: OBJECT ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/google-meet.mdx b/docs/content/docs/reference/components/google-meet.mdx index 9d7883bcfc8..7c50e8699ad 100644 --- a/docs/content/docs/reference/components/google-meet.mdx +++ b/docs/content/docs/reference/components/google-meet.mdx @@ -205,7 +205,7 @@ Type: OBJECT
-# Additional instructions +# Additional Instructions ## Connection Setup diff --git a/docs/content/docs/reference/components/google-sheets.mdx b/docs/content/docs/reference/components/google-sheets.mdx index f439d0ea5ec..8d321f439c1 100644 --- a/docs/content/docs/reference/components/google-sheets.mdx +++ b/docs/content/docs/reference/components/google-sheets.mdx @@ -592,7 +592,6 @@ The output for this action is dynamic and may vary depending on the input parame ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/google-tasks.mdx b/docs/content/docs/reference/components/google-tasks.mdx index 53e08f0952b..c7c1f27651c 100644 --- a/docs/content/docs/reference/components/google-tasks.mdx +++ b/docs/content/docs/reference/components/google-tasks.mdx @@ -265,7 +265,6 @@ Type: OBJECT ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/hubspot.mdx b/docs/content/docs/reference/components/hubspot.mdx index a4820f59aaa..4d76305c9be 100644 --- a/docs/content/docs/reference/components/hubspot.mdx +++ b/docs/content/docs/reference/components/hubspot.mdx @@ -513,7 +513,6 @@ Type: OBJECT ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/infobip.mdx b/docs/content/docs/reference/components/infobip.mdx index 7e26ddb0d86..8f6c4445930 100644 --- a/docs/content/docs/reference/components/infobip.mdx +++ b/docs/content/docs/reference/components/infobip.mdx @@ -301,7 +301,6 @@ The output for this action is dynamic and may vary depending on the input parame ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/jira.mdx b/docs/content/docs/reference/components/jira.mdx index fe514ea879d..b29a498c464 100644 --- a/docs/content/docs/reference/components/jira.mdx +++ b/docs/content/docs/reference/components/jira.mdx @@ -429,7 +429,6 @@ Type: OBJECT ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/klaviyo.mdx b/docs/content/docs/reference/components/klaviyo.mdx index c24113fe523..cee2b136dcf 100644 --- a/docs/content/docs/reference/components/klaviyo.mdx +++ b/docs/content/docs/reference/components/klaviyo.mdx @@ -374,7 +374,7 @@ To create a Custom Action, simply specify the desired HTTP method, path, and any
-# Additional instructions +# Additional Instructions ## Connection Setup diff --git a/docs/content/docs/reference/components/linear.mdx b/docs/content/docs/reference/components/linear.mdx index 40fa30125c6..9a41d93b6cc 100644 --- a/docs/content/docs/reference/components/linear.mdx +++ b/docs/content/docs/reference/components/linear.mdx @@ -552,12 +552,11 @@ Type: OBJECT ``` -

-# Additional instructions +# Additional Instructions ## Connection Setup diff --git a/docs/content/docs/reference/components/mailchimp.mdx b/docs/content/docs/reference/components/mailchimp.mdx index cdc7721f29d..b3034148ff3 100644 --- a/docs/content/docs/reference/components/mailchimp.mdx +++ b/docs/content/docs/reference/components/mailchimp.mdx @@ -266,7 +266,6 @@ Type: OBJECT ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/mailerlite.mdx b/docs/content/docs/reference/components/mailerlite.mdx index bcb29894502..4925be2196c 100644 --- a/docs/content/docs/reference/components/mailerlite.mdx +++ b/docs/content/docs/reference/components/mailerlite.mdx @@ -307,6 +307,5 @@ Type: OBJECT ``` -
diff --git a/docs/content/docs/reference/components/microsoft-one-drive.mdx b/docs/content/docs/reference/components/microsoft-one-drive.mdx index 3fb9c11a66a..7a59c4deb1f 100644 --- a/docs/content/docs/reference/components/microsoft-one-drive.mdx +++ b/docs/content/docs/reference/components/microsoft-one-drive.mdx @@ -706,7 +706,6 @@ Type: OBJECT ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/microsoft-outlook-365.mdx b/docs/content/docs/reference/components/microsoft-outlook-365.mdx index 98030ea8a29..802cc74460e 100644 --- a/docs/content/docs/reference/components/microsoft-outlook-365.mdx +++ b/docs/content/docs/reference/components/microsoft-outlook-365.mdx @@ -544,7 +544,6 @@ The output for this action is dynamic and may vary depending on the input parame ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/mistral.mdx b/docs/content/docs/reference/components/mistral.mdx index 111f32f3f12..2d76611c2dc 100644 --- a/docs/content/docs/reference/components/mistral.mdx +++ b/docs/content/docs/reference/components/mistral.mdx @@ -45,7 +45,7 @@ Name: ask | Name | Label | Type | Description | Required | |:---------------:|:--------------:|:------------:|:-------------------:|:--------:| -| model | Model | STRING
Options codestral-latest, ministral-3b-latest, ministral-8b-latest, mistral-large-latest, mistral-small-latest, open-codestral-mamba, open-mistral-nemo, pixtral-12b-2409, pixtral-large-latest
| ID of the model to use. | true | +| model | Model | STRING
Options codestral-latest, devstral-small-latest, magistral-medium-latest, magistral-small-latest, ministral-3b-latest, ministral-8b-latest, mistral-large-latest, mistral-medium-latest, mistral-small-latest, open-codestral-mamba, open-mistral-nemo, pixtral-12b-2409, pixtral-large-latest
| ID of the model to use. | true | | messages | Messages | ARRAY
Items [{STRING\(role), STRING\(content), [FILE_ENTRY]\(attachments)}]
| A list of messages comprising the conversation so far. | true | | response | Response | OBJECT
Properties {STRING\(responseFormat), STRING\(responseSchema)}
| The response from the API. | false | | maxTokens | Max Tokens | INTEGER | The maximum number of tokens to generate in the chat completion. | false | diff --git a/docs/content/docs/reference/components/mixpanel.mdx b/docs/content/docs/reference/components/mixpanel.mdx index d5605ca55f3..d4b90fc41ee 100644 --- a/docs/content/docs/reference/components/mixpanel.mdx +++ b/docs/content/docs/reference/components/mixpanel.mdx @@ -96,7 +96,7 @@ Type: OBJECT
-# Additional instructions +# Additional Instructions ## Connection Setup diff --git a/docs/content/docs/reference/components/mysql.mdx b/docs/content/docs/reference/components/mysql.mdx index bba5d2e22a8..6267ce1c0d5 100644 --- a/docs/content/docs/reference/components/mysql.mdx +++ b/docs/content/docs/reference/components/mysql.mdx @@ -256,6 +256,5 @@ The output for this action is dynamic and may vary depending on the input parame ``` -
diff --git a/docs/content/docs/reference/components/nifty.mdx b/docs/content/docs/reference/components/nifty.mdx index 3f92bac3360..a1d5fdd1e39 100644 --- a/docs/content/docs/reference/components/nifty.mdx +++ b/docs/content/docs/reference/components/nifty.mdx @@ -379,7 +379,6 @@ Type: OBJECT ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/open-ai.mdx b/docs/content/docs/reference/components/open-ai.mdx index d0c3184fe5d..c4bd0c29b6d 100644 --- a/docs/content/docs/reference/components/open-ai.mdx +++ b/docs/content/docs/reference/components/open-ai.mdx @@ -175,9 +175,9 @@ Name: createSpeech | Name | Label | Type | Description | Required | |:---------------:|:--------------:|:------------:|:-------------------:|:--------:| -| model | Model | STRING
Options tts-1, tts-1-hd
| Text-to-Speech model which will generate the audio. | true | +| model | Model | STRING
Options gpt-4o-mini-tts, tts-1, tts-1-hd
| Text-to-Speech model which will generate the audio. | true | | input | Input | STRING | The text to generate audio for. | true | -| voice | Voice | STRING
Options ALLOY, ASH, CORAL, ECHO, FABLE, NOVA, ONYX, SAGE, SHIMMER
| The voice to use when generating the audio. | true | +| voice | Voice | STRING
Options ALLOY, ASH, BALLAD, CORAL, ECHO, FABLE, NOVA, ONYX, SAGE, SHIMMER, VERSE
| The voice to use when generating the audio. | true | | responseFormat | Response format | STRING
Options AAC, FLAC, MP3, OPUS, PCM, WAV
| The format to audio in. | false | | speed | Speed | NUMBER | The speed of the generated audio. | false | diff --git a/docs/content/docs/reference/components/pagerduty.mdx b/docs/content/docs/reference/components/pagerduty.mdx index 0360f8b08ee..4ce7e6c1553 100644 --- a/docs/content/docs/reference/components/pagerduty.mdx +++ b/docs/content/docs/reference/components/pagerduty.mdx @@ -476,7 +476,6 @@ Type: OBJECT ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/pipedrive.mdx b/docs/content/docs/reference/components/pipedrive.mdx index ee01285a0b8..8cefa929089 100644 --- a/docs/content/docs/reference/components/pipedrive.mdx +++ b/docs/content/docs/reference/components/pipedrive.mdx @@ -1652,7 +1652,6 @@ Type: OBJECT ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/postgresql.mdx b/docs/content/docs/reference/components/postgresql.mdx index a2695a5db49..ce16ea47809 100644 --- a/docs/content/docs/reference/components/postgresql.mdx +++ b/docs/content/docs/reference/components/postgresql.mdx @@ -256,6 +256,5 @@ The output for this action is dynamic and may vary depending on the input parame ``` -
diff --git a/docs/content/docs/reference/components/productboard.mdx b/docs/content/docs/reference/components/productboard.mdx index 3900c50fc03..9983c411479 100644 --- a/docs/content/docs/reference/components/productboard.mdx +++ b/docs/content/docs/reference/components/productboard.mdx @@ -532,7 +532,6 @@ Type: OBJECT ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/rabbitmq.mdx b/docs/content/docs/reference/components/rabbitmq.mdx index c520cacdaa4..5ed4d22bd4f 100644 --- a/docs/content/docs/reference/components/rabbitmq.mdx +++ b/docs/content/docs/reference/components/rabbitmq.mdx @@ -92,6 +92,5 @@ The output for this action is dynamic and may vary depending on the input parame ``` -
diff --git a/docs/content/docs/reference/components/reckon.mdx b/docs/content/docs/reference/components/reckon.mdx index 594824dbf8b..2eeba070087 100644 --- a/docs/content/docs/reference/components/reckon.mdx +++ b/docs/content/docs/reference/components/reckon.mdx @@ -301,7 +301,6 @@ Items Type: OBJECT ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/request.mdx b/docs/content/docs/reference/components/request.mdx index 597ec967047..2a83141840c 100644 --- a/docs/content/docs/reference/components/request.mdx +++ b/docs/content/docs/reference/components/request.mdx @@ -70,6 +70,5 @@ The output for this action is dynamic and may vary depending on the input parame ``` -
diff --git a/docs/content/docs/reference/components/rocketchat.mdx b/docs/content/docs/reference/components/rocketchat.mdx index f83c8d072d8..97403509689 100644 --- a/docs/content/docs/reference/components/rocketchat.mdx +++ b/docs/content/docs/reference/components/rocketchat.mdx @@ -285,6 +285,5 @@ The output for this action is dynamic and may vary depending on the input parame ``` -
diff --git a/docs/content/docs/reference/components/rss.mdx b/docs/content/docs/reference/components/rss.mdx index 0b402d463c9..64762c809c4 100644 --- a/docs/content/docs/reference/components/rss.mdx +++ b/docs/content/docs/reference/components/rss.mdx @@ -143,7 +143,6 @@ Type: OBJECT ``` -
## What to do if your action is not listed here? @@ -154,7 +153,7 @@ To create a Custom Action, simply specify the desired HTTP method, path, and any
-# Additional instructions +# Additional Instructions ## Connection Setup diff --git a/docs/content/docs/reference/components/salesforce.mdx b/docs/content/docs/reference/components/salesforce.mdx index 37862360bb6..0cc56dcea98 100644 --- a/docs/content/docs/reference/components/salesforce.mdx +++ b/docs/content/docs/reference/components/salesforce.mdx @@ -253,7 +253,6 @@ The output for this action is dynamic and may vary depending on the input parame ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/schedule.mdx b/docs/content/docs/reference/components/schedule.mdx index 45c904de173..a938bfe5310 100644 --- a/docs/content/docs/reference/components/schedule.mdx +++ b/docs/content/docs/reference/components/schedule.mdx @@ -275,6 +275,5 @@ Type: OBJECT ``` -
diff --git a/docs/content/docs/reference/components/scrape-graph-ai.mdx b/docs/content/docs/reference/components/scrape-graph-ai.mdx index 594322bfa71..41b933ee5f6 100644 --- a/docs/content/docs/reference/components/scrape-graph-ai.mdx +++ b/docs/content/docs/reference/components/scrape-graph-ai.mdx @@ -212,7 +212,7 @@ Type: OBJECT
-# Additional instructions +# Additional Instructions ## Connection Setup diff --git a/docs/content/docs/reference/components/shopify.mdx b/docs/content/docs/reference/components/shopify.mdx index f263e439395..d4ddd253be3 100644 --- a/docs/content/docs/reference/components/shopify.mdx +++ b/docs/content/docs/reference/components/shopify.mdx @@ -490,7 +490,6 @@ Type: OBJECT ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/slack.mdx b/docs/content/docs/reference/components/slack.mdx index ae428a7dedc..0a7f0d18c97 100644 --- a/docs/content/docs/reference/components/slack.mdx +++ b/docs/content/docs/reference/components/slack.mdx @@ -267,7 +267,6 @@ The output for this action is dynamic and may vary depending on the input parame ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/stripe.mdx b/docs/content/docs/reference/components/stripe.mdx index c2294ef4494..e306854af9b 100644 --- a/docs/content/docs/reference/components/stripe.mdx +++ b/docs/content/docs/reference/components/stripe.mdx @@ -255,7 +255,6 @@ Type: OBJECT ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/tavily.mdx b/docs/content/docs/reference/components/tavily.mdx index 908b3549824..7ed0cffc73a 100644 --- a/docs/content/docs/reference/components/tavily.mdx +++ b/docs/content/docs/reference/components/tavily.mdx @@ -180,7 +180,7 @@ To create a Custom Action, simply specify the desired HTTP method, path, and any
-# Additional instructions +# Additional Instructions ## Connection Setup diff --git a/docs/content/docs/reference/components/trello.mdx b/docs/content/docs/reference/components/trello.mdx index af4d231be1f..8d87ba516e6 100644 --- a/docs/content/docs/reference/components/trello.mdx +++ b/docs/content/docs/reference/components/trello.mdx @@ -240,7 +240,6 @@ Type: OBJECT ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/twilio.mdx b/docs/content/docs/reference/components/twilio.mdx index 73ffe429fd5..332e4337cda 100644 --- a/docs/content/docs/reference/components/twilio.mdx +++ b/docs/content/docs/reference/components/twilio.mdx @@ -277,7 +277,6 @@ The output for this action is dynamic and may vary depending on the input parame ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/typeform.mdx b/docs/content/docs/reference/components/typeform.mdx index 6c47dde1748..b0f6a1e1aea 100644 --- a/docs/content/docs/reference/components/typeform.mdx +++ b/docs/content/docs/reference/components/typeform.mdx @@ -118,6 +118,5 @@ Type: OBJECT ``` -
diff --git a/docs/content/docs/reference/components/webhook.mdx b/docs/content/docs/reference/components/webhook.mdx index 39a751be9f1..1f0116b524b 100644 --- a/docs/content/docs/reference/components/webhook.mdx +++ b/docs/content/docs/reference/components/webhook.mdx @@ -153,6 +153,5 @@ null ``` -
diff --git a/docs/content/docs/reference/components/whatsapp.mdx b/docs/content/docs/reference/components/whatsapp.mdx index d2af4aa80b2..99a4819d2a8 100644 --- a/docs/content/docs/reference/components/whatsapp.mdx +++ b/docs/content/docs/reference/components/whatsapp.mdx @@ -143,7 +143,6 @@ Type: OBJECT ``` -

diff --git a/docs/content/docs/reference/components/woocommerce.mdx b/docs/content/docs/reference/components/woocommerce.mdx index 881cd208d10..34b6f11af6e 100644 --- a/docs/content/docs/reference/components/woocommerce.mdx +++ b/docs/content/docs/reference/components/woocommerce.mdx @@ -913,7 +913,6 @@ Type: OBJECT ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/wordpress.mdx b/docs/content/docs/reference/components/wordpress.mdx index 2ec02ceeb4e..322844f4139 100644 --- a/docs/content/docs/reference/components/wordpress.mdx +++ b/docs/content/docs/reference/components/wordpress.mdx @@ -786,7 +786,6 @@ Type: OBJECT ``` -
## What to do if your action is not listed here? diff --git a/docs/content/docs/reference/components/wrike.mdx b/docs/content/docs/reference/components/wrike.mdx index ac7c5252472..a38090bfb9b 100644 --- a/docs/content/docs/reference/components/wrike.mdx +++ b/docs/content/docs/reference/components/wrike.mdx @@ -389,7 +389,6 @@ Type: OBJECT ``` -

diff --git a/docs/content/docs/reference/components/xero.mdx b/docs/content/docs/reference/components/xero.mdx index 99e596b57c3..bed991f8be6 100644 --- a/docs/content/docs/reference/components/xero.mdx +++ b/docs/content/docs/reference/components/xero.mdx @@ -588,6 +588,5 @@ Type: OBJECT ``` -
diff --git a/docs/content/docs/reference/components/youtube.mdx b/docs/content/docs/reference/components/youtube.mdx index 159f60ded09..9566a45a744 100644 --- a/docs/content/docs/reference/components/youtube.mdx +++ b/docs/content/docs/reference/components/youtube.mdx @@ -192,6 +192,5 @@ Type: OBJECT ``` -
diff --git a/docs/content/docs/reference/components/zeplin.mdx b/docs/content/docs/reference/components/zeplin.mdx index 6e5e2a3468d..13ba898942a 100644 --- a/docs/content/docs/reference/components/zeplin.mdx +++ b/docs/content/docs/reference/components/zeplin.mdx @@ -120,7 +120,6 @@ Type: OBJECT ``` -
## What to do if your action is not listed here?