diff --git a/snippets/integrations/cards/botpress/anthropic.mdx b/snippets/integrations/cards/botpress/anthropic.mdx index 5f39e043..69389213 100644 --- a/snippets/integrations/cards/botpress/anthropic.mdx +++ b/snippets/integrations/cards/botpress/anthropic.mdx @@ -24,7 +24,7 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl > {"Model to use for content generation"} -Available options: `claude-opus-4-6`, `claude-sonnet-4-6`, `claude-haiku-4-5-20251001`, `claude-haiku-4-5-reasoning-20251001`, `claude-sonnet-4-5-20250929`, `claude-sonnet-4-5-reasoning-20250929`, `claude-sonnet-4-20250514`, `claude-sonnet-4-reasoning-20250514`, `claude-3-5-sonnet-20241022`, `claude-3-5-sonnet-20240620`, `claude-3-haiku-20240307` +Available options: `claude-opus-4-6`, `claude-sonnet-4-6`, `claude-haiku-4-5-20251001`, `claude-haiku-4-5-reasoning-20251001`, `claude-sonnet-4-5-20250929`, `claude-sonnet-4-5-reasoning-20250929`, `claude-sonnet-4-20250514`, `claude-sonnet-4-reasoning-20250514`, `claude-3-5-sonnet-20241022`, `claude-3-5-sonnet-20240620` diff --git a/snippets/integrations/cards/botpress/desk.mdx b/snippets/integrations/cards/botpress/desk.mdx index 4a88a29c..0060aa41 100644 --- a/snippets/integrations/cards/botpress/desk.mdx +++ b/snippets/integrations/cards/botpress/desk.mdx @@ -2117,6 +2117,44 @@ Available options: `asc`, `desc` required > + + + + + + + + + + + + + + + + + + + diff --git a/snippets/integrations/cards/botpress/google-analytics.mdx b/snippets/integrations/cards/botpress/google-analytics.mdx new file mode 100644 index 00000000..2b2d26e4 --- /dev/null +++ b/snippets/integrations/cards/botpress/google-analytics.mdx @@ -0,0 +1,111 @@ +{/* This file is auto-generated. Do not edit directly. */} +{/* vale off */} + +Here's a reference for all [Cards](/studio/concepts/cards/introduction) available with the integration: + +### Track Event + +{"Track a custom event in Google Analytics."} + + + + + {"The user ID to track"} + + + {"The event name to track"} + + + {"JSON object string containing the properties of the event"} + + + + + + This Card has no output. + + +### Track Node + +{"Track a node execution as a page view in Google Analytics."} + + + + + {"The user ID to track"} + + + {"A unique ID representing the node being tracked"} + + + + + + This Card has no output. + + +### Update User Profile + +{"Update a user's profile information in Google Analytics."} + + + + + {"The user ID of the profile you want to update"} + + + {"JSON object string containing the user's metadata, such as email or name"} + + + + + + This Card has no output. + + + +{/* vale on */} \ No newline at end of file diff --git a/snippets/integrations/cards/botpress/postmark.mdx b/snippets/integrations/cards/botpress/postmark.mdx new file mode 100644 index 00000000..823143eb --- /dev/null +++ b/snippets/integrations/cards/botpress/postmark.mdx @@ -0,0 +1,238 @@ +{/* This file is auto-generated. Do not edit directly. */} +{/* vale off */} + +Here's a reference for all [Cards](/studio/concepts/cards/introduction) available with the integration: + +### Get or Create Reply Thread Conversation + +{"Get or create a conversation for a reply thread"} + + + + + + + + + {"Information about the conversation thread, used to group emails into threads"} + + + + {"The ID of the root email in the thread"} + + + {"The ID of the last email in the thread"} + + + + + + + + + + + + {"The Botpress ID of the created conversation"} + + + + +### Get or Create User + +{"Get or create a user in the Postmark channel"} + + + + + {"The name of the user"} + + + {"The URL of the user profile picture"} + + + {"The email of the user"} + + + + + + + + + + + {"The Botpress ID of the created user"} + + + + +### Send Email + +{"Send an email through Postmark"} + + + {"The conversation object fields"} + + + + {"Information about the conversation thread, used to group emails into threads"} + + + + {"The ID of the root email in the thread"} + + + {"The ID of the last email in the thread"} + + + + + {"The recipient email address"} + + + {"The recipient name"} + + + {"The CC recipients of the initial email"} + + + + + + + + + + + + {"The BCC recipients of the initial email"} + + + + + + + + + + + + {"The subject of the initial email"} + + + {"The body of the initial email that opens the thread"} + + + + + + + + {"The ID of the conversation associated with the email"} + + + + + +{/* vale on */} \ No newline at end of file diff --git a/snippets/integrations/cards/botpress/slack.mdx b/snippets/integrations/cards/botpress/slack.mdx index 344e78ac..3c165360 100644 --- a/snippets/integrations/cards/botpress/slack.mdx +++ b/snippets/integrations/cards/botpress/slack.mdx @@ -126,6 +126,12 @@ Available options: `dm`, `channel` > {"Whether to include private channels in the results"} + + {"Whether to include direct messages in the results"} + {"Whether the channel is archived"} + + {"Whether this is a direct message conversation"} + + + {"The Slack user ID of the other participant (for 1:1 DMs)"} + +### Get or Create a Conversation + +{"Proactively create a conversation from a bot"} + + + + + + + + + {"The Slack channel ID. If provided, the channel name lookup is skipped. (for channel type)"} + + + + + + + + + + {"The Botpress ID of the created conversation"} + + + + ### Get User Profile {"Get information about a user"} @@ -336,86 +399,6 @@ Available options: `dm`, `channel` -### Start Channel Conversation - -{"Initiate a conversation in a channel"} - - - - - {"[DEPRECATED] The name of the channel you want the conversation to be created at"} - - - {"The ID of the channel you want the conversation to be created at"} - - - - - - - - {"The ID of the new conversation"} - - - - -### Start DM Conversation - -{"Initiate a conversation with a user in a DM"} - - - - - {"The ID of the user to initiate the conversation with"} - - - - - - - - {"The ID of the user"} - - - {"The ID of the new conversation"} - - - - ### Sync Members {"Sync Slack workspace members to Botpress users. This action keeps track of the last sync timestamp and will only sync updated members since the last sync."} diff --git a/snippets/integrations/versions.mdx b/snippets/integrations/versions.mdx index 27db4255..44d77422 100644 --- a/snippets/integrations/versions.mdx +++ b/snippets/integrations/versions.mdx @@ -20,8 +20,8 @@ export const integrationVersions = { "id": "intver_01JFAQQZRS9ZQ7WBWHCF1MKGCM" }, "anthropic": { - "version": "16.0.0", - "id": "intver_01KNRZZ200EB5P7K3JT8RFA68B" + "version": "17.0.0", + "id": "intver_01KPR92SFXT8J7MNF3R3X9DM83" }, "anydesk": { "version": "2.0.0", @@ -263,6 +263,10 @@ export const integrationVersions = { "version": "8.0.0", "id": "intver_01KNS00R1R8P4N2J4SVN6HHX4P" }, + "google-analytics": { + "version": "1.0.0", + "id": "intver_01KPRHR42CF02FMDDGSF0TG0DB" + }, "googlecalendar": { "version": "2.0.9", "id": "intver_01KMZAJAKBEZKGH0ZPQJBR1VAE" @@ -300,8 +304,8 @@ export const integrationVersions = { "id": "intver_01JFAQXRQ8TADY78EBPBKSXFPC" }, "hubspot": { - "version": "5.3.3", - "id": "intver_01KN89QE1KE13FD9NRYGDQ6TX7" + "version": "6.0.0", + "id": "intver_01KPC54YCZNP9CRFQ0VVFC036W" }, "hunter": { "version": "1.0.2", @@ -587,6 +591,10 @@ export const integrationVersions = { "version": "2.0.0", "id": "intver_01JFAR19F7PZWCD9CBKAB30540" }, + "postmark": { + "version": "0.1.0", + "id": "intver_01KQ01G3YEPEXVNP2SFH49079G" + }, "quickbooks": { "version": "2.0.0", "id": "intver_01JFAR1E05TRXX8ZHQ52QMG2KJ" @@ -644,8 +652,8 @@ export const integrationVersions = { "id": "intver_01JFAR2RSBXRYQ5YX9JNTP4A9C" }, "slack": { - "version": "4.1.1", - "id": "intver_01KN89SE3XX6GRFYDB4KA2B568" + "version": "5.0.0", + "id": "intver_01KPRFG1D6RY9FJPBTV24NNHDF" }, "smartsheet": { "version": "2.0.0", @@ -768,8 +776,8 @@ export const integrationVersions = { "id": "intver_01KFGPZM7JH7PMSEBRSSM5C4H8" }, "zendesk-messaging-hitl": { - "version": "1.0.1", - "id": "intver_01KMZAWWSWS8A9H54GYRA6AJ1Y" + "version": "1.1.0", + "id": "intver_01KPRHTAYTB64Z5QEDC1XZCSYH" }, "zendesk-sell": { "version": "2.0.0", @@ -783,4 +791,4 @@ export const integrationVersions = { "version": "0.1.0", "id": "intver_01KNSQZR3F06SRHJY3BCN20JH9" } -} \ No newline at end of file +}