Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,066 changes: 1,066 additions & 0 deletions snippets/integrations/cards/botpress/gmail.mdx

Large diffs are not rendered by default.

68 changes: 37 additions & 31 deletions snippets/integrations/cards/botpress/gsheets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,25 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl

### Append Values

<span>{"Appends values to the spreadsheet. The input range is used to search for existing data and find a \"table\" within that range. Values will be appended to the next row of the table, starting with the first column of the table."}</span>
<span>{"Appends values to the spreadsheet. The input startColumn is used to search for existing data and find a \"table\" within that range. Values will be appended to the next row of the table, starting with the first column of the table."}</span>

<ResponseField
name="input"
type="object"
>
<Expandable>
<ResponseField
name="range"
name="sheetName"
type="string"
>
<span>{"The name of the sheet (e.g. \"Sheet1\"). If not provided, the first visible sheet is used."}</span>
</ResponseField>
<ResponseField
name="startColumn"
type="string"
required
>
<span>{"The A1 notation of a range to search for a logical table of data. Values are appended after the last row of the table. (e.g. \"Sheet1!A1:B2\")"}</span>
<span>{"The start column letter(s) (e.g. \"A\", \"B\", \"AA\"). The range will be constructed from this column row 1 to column row 100000."}</span>
</ResponseField>
<ResponseField
name="majorDimension"
Expand Down Expand Up @@ -391,7 +397,7 @@ Available options: `ROWS`, `COLUMNS`
name="spreadsheetId"
type="string | null"
>
<span>{"The spreadsheet ID."}</span>
<span>{"The unique identifier of the spreadsheet."}</span>
</ResponseField>
<ResponseField
name="spreadsheetUrl"
Expand Down Expand Up @@ -777,33 +783,7 @@ Available options: `ROWS`, `COLUMNS`
This Card has no output.
</ResponseField>

### Unprotect Range

<span>{"Removes protection from a protected range in the spreadsheet."}</span>

<ResponseField
name="input"
type="object"
>
<Expandable>
<ResponseField
name="protectedRangeId"
type="number"
required
>
<span>{"The ID of the protected range to unprotect."}</span>
</ResponseField>
</Expandable>
</ResponseField>

<ResponseField
name="output"
type="object"
>
This Card has no output.
</ResponseField>

### Update Values
### Set Values

<span>{"Sets values in a range in the spreadsheet."}</span>

Expand Down Expand Up @@ -881,5 +861,31 @@ Available options: `ROWS`, `COLUMNS`
</Expandable>
</ResponseField>

### Unprotect Range

<span>{"Removes protection from a protected range in the spreadsheet."}</span>

<ResponseField
name="input"
type="object"
>
<Expandable>
<ResponseField
name="protectedRangeId"
type="number"
required
>
<span>{"The ID of the protected range to unprotect."}</span>
</ResponseField>
</Expandable>
</ResponseField>

<ResponseField
name="output"
type="object"
>
This Card has no output.
</ResponseField>


{/* vale on */}
2 changes: 1 addition & 1 deletion snippets/integrations/cards/botpress/make.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl
name="response"
type="string | null"
>
<span>{"Data received from Make.com, will be the string `Accepted` if successful and no data is returned"}</span>

</ResponseField>
</Expandable>
</ResponseField>
Expand Down
33 changes: 33 additions & 0 deletions snippets/integrations/cards/botpress/messenger.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,39 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl
</Expandable>
</ResponseField>

### Start DM Conversation from Comment

<span>{"Start a DM conversation from a comment"}</span>

<ResponseField
name="input"
type="object"
>
<Expandable>
<ResponseField
name="commentId"
type="string"
required
>
<span>{"The ID of the comment to start the conversation from"}</span>
</ResponseField>
<ResponseField
name="message"
type="string"
required
>
<span>{"The message to send to the user"}</span>
</ResponseField>
</Expandable>
</ResponseField>

<ResponseField
name="output"
type="object"
>
This Card has no output.
</ResponseField>

### Start Typing Indicator

<ResponseField
Expand Down
2 changes: 1 addition & 1 deletion snippets/integrations/cards/botpress/openai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl
>
<span>{"Model to use for content generation"}</span>

Available options: `gpt-5.1-2025-11-13`, `gpt-5-2025-08-07`, `gpt-5-mini-2025-08-07`, `gpt-5-nano-2025-08-07`, `o4-mini-2025-04-16`, `o3-2025-04-16`, `gpt-4.1-2025-04-14`, `gpt-4.1-mini-2025-04-14`, `gpt-4.1-nano-2025-04-14`, `o3-mini-2025-01-31`, `o1-2024-12-17`, `o1-mini-2024-09-12`, `gpt-4o-mini-2024-07-18`, `gpt-4o-2024-11-20`, `gpt-4o-2024-08-06`, `gpt-4o-2024-05-13`, `gpt-4-turbo-2024-04-09`, `gpt-3.5-turbo-0125`
Available options: `gpt-5.2-2025-12-11`, `gpt-5.1-2025-11-13`, `gpt-5-2025-08-07`, `gpt-5-mini-2025-08-07`, `gpt-5-nano-2025-08-07`, `o4-mini-2025-04-16`, `o3-2025-04-16`, `gpt-4.1-2025-04-14`, `gpt-4.1-mini-2025-04-14`, `gpt-4.1-nano-2025-04-14`, `o3-mini-2025-01-31`, `o1-2024-12-17`, `o1-mini-2024-09-12`, `gpt-4o-mini-2024-07-18`, `gpt-4o-2024-11-20`, `gpt-4o-2024-08-06`, `gpt-4o-2024-05-13`, `gpt-4-turbo-2024-04-09`, `gpt-3.5-turbo-0125`
</ResponseField>
</Expandable>
</ResponseField>
Expand Down
75 changes: 75 additions & 0 deletions snippets/integrations/cards/botpress/zendesk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,27 @@ Available options: `GET`, `POST`, `PUT`, `PATCH`, `DELETE`
required
>

</ResponseField>
<ResponseField
name="requester"
type="object"
>


<Expandable>
<ResponseField
name="name"
type="string"
>

</ResponseField>
<ResponseField
name="email"
type="string"
>

</ResponseField>
</Expandable>
</ResponseField>
<ResponseField
name="assigneeId"
Expand Down Expand Up @@ -313,6 +334,27 @@ Available options: `GET`, `POST`, `PUT`, `PATCH`, `DELETE`
required
>

</ResponseField>
<ResponseField
name="requester"
type="object"
>


<Expandable>
<ResponseField
name="name"
type="string"
>

</ResponseField>
<ResponseField
name="email"
type="string"
>

</ResponseField>
</Expandable>
</ResponseField>
<ResponseField
name="assigneeId"
Expand Down Expand Up @@ -611,6 +653,27 @@ Available options: `GET`, `POST`, `PUT`, `PATCH`, `DELETE`
required
>

</ResponseField>
<ResponseField
name="requester"
type="object"
>


<Expandable>
<ResponseField
name="name"
type="string"
>

</ResponseField>
<ResponseField
name="email"
type="string"
>

</ResponseField>
</Expandable>
</ResponseField>
<ResponseField
name="assigneeId"
Expand Down Expand Up @@ -844,6 +907,18 @@ Available options: `low`, `normal`, `high`, `urgent`
type="string"
>
<span>{"Photo URL of the chatbot that will be used in the Zendesk ticket. Must be a publicly-accessible PNG image. Defaults to Botpress logo."}</span>
</ResponseField>
<ResponseField
name="requesterName"
type="string"
>
<span>{"The name of the requester the bot was talking to. This will be set in zendesk."}</span>
</ResponseField>
<ResponseField
name="requesterEmail"
type="string"
>
<span>{"⚠️This needs a requester name to work. The email of the requester the bot was talking to. This will be set in zendesk."}</span>
</ResponseField>
</Expandable>
</ResponseField>
Expand Down
2 changes: 1 addition & 1 deletion snippets/integrations/triggers/botpress/whatsapp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Available options: `APPROVED`, `ARCHIVED`, `DELETED`, `DISABLED`, `FLAGGED`, `IN
type="string | null"
required
>
<span>{"Template rejection reason, if rejected."}</span>

</ResponseField>
<ResponseField
name="disable_info"
Expand Down
Loading