diff --git a/snippets/integrations/cards/botpress/anthropic.mdx b/snippets/integrations/cards/botpress/anthropic.mdx index cdfb34e7..ab40a094 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-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-7-sonnet-20250219`, `claude-3-7-sonnet-reasoning-20250219`, `claude-3-5-haiku-20241022`, `claude-3-5-sonnet-20241022`, `claude-3-5-sonnet-20240620`, `claude-3-haiku-20240307` +Available options: `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` diff --git a/snippets/integrations/cards/botpress/bamboohr.mdx b/snippets/integrations/cards/botpress/bamboohr.mdx index 863133c8..26baaae5 100644 --- a/snippets/integrations/cards/botpress/bamboohr.mdx +++ b/snippets/integrations/cards/botpress/bamboohr.mdx @@ -471,6 +471,62 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl +### Get Employee Fields + +{"Retrieve the list of available employee fields."} + + + This Card has no input fields. + + + + + + {"List of available employee fields."} + + + + {"Unique identifier for the field."} + + + {"Name of the field."} + + + {"Data type of the field."} + + + {"Alias used for the field in API requests."} + + + + + + ### List Employees {"Retrieve a list of all employees with IDs and names. Warning: this endpoint may not be enabled in your workspace."} diff --git a/snippets/integrations/cards/botpress/google-ai.mdx b/snippets/integrations/cards/botpress/google-ai.mdx index a62c9563..8afc8ebe 100644 --- a/snippets/integrations/cards/botpress/google-ai.mdx +++ b/snippets/integrations/cards/botpress/google-ai.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: `gemini-2.5-flash`, `gemini-2.5-pro`, `models/gemini-2.0-flash` +Available options: `gemini-3-pro-preview`, `gemini-3-flash-preview`, `gemini-2.5-flash`, `gemini-2.5-pro`, `models/gemini-2.0-flash` @@ -164,7 +164,7 @@ Available options: `text`, `json_object` name="tools" type="array" > - + {"List of tools available for the model to use"} - + {"The chosen tool to use for content generation"} - + {"Unique identifier of the user that sent the prompt"} - + {"Contextual metadata about the prompt"} - {"Model name"} + {"The name of the LLM model that was used"} - + {"Array of generated message choices from the model"} - + {"A breakdown of token usage and cost information"} - + {"Metadata added by Botpress"} -### Board List - - - - - - - - - - - - - - - - - - - - - - - - - - -### Board Member List - - - - - - - - - - - - - - - - - - - - - - - - - - -### Board Member Read - - - - - - - - - - - - - - - - - -### Board Read - - - - - - - - - - - - - - - - - -### Card Create - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -### Card Delete - - - - - - - - - - - This Card has no output. - - -### Card List - - - - - - - - - - - - - - - - - - - - - - - - - - -### Card Member List - - - - - - - - - - - - - - - - - - - - - - - - - - -### Card Member Read - - - - - - - - - - - - - - - - - -### Card Read - - - - - - - - - - - - - - - - +### Create new card -### Card Update +{"Create a card and add it to a list"} - - - - - - + {"Input schema for creating a new card"} - - - - + {"ID of the list in which to insert the new card"} - + {"Name of the new card"} - + {"The body text of the new card"} - - - - + {"Members to add to the card (Optional). This should be a list of member IDs."} - + {"Labels to add to the card (Optional). This should be a list of label IDs."} - - - - + {"The due date of the card in ISO 8601 format (Optional)."} - - - + {"Whether the card should be marked as complete (Optional). Enter \"Complete\" or \"Incomplete\" (without quotes)."} + +Available options: `Complete`, `Incomplete` @@ -599,65 +120,48 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl name="output" type="object" > + {"Output schema for creating a card"} + + {"Output message"} + + - + {"Unique identifier of the new card"} -### Create new card +### Delete card -{"Create a card and add it to a list"} +{"Deletes a card by its unique identifier"} - {"Input schema for creating a new card"} - - {"ID of the list in which to insert the new card"} - - - {"Name of the new card"} - - - {"Body text of the new card"} - - - {"Members to add to the card (Optional). This should be a list of member IDs."} - - - {"Labels to add to the card (Optional). This should be a list of label IDs."} + {"ID of the card to delete"} - {"The due date of the card in ISO 8601 format (Optional)."} + {"Whether to perform a hard delete or a soft delete (archive). Set to true for hard delete, false for soft delete."} @@ -666,24 +170,7 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl name="output" type="object" > - {"Output schema for creating a card"} - - - - {"Output message"} - - - {"Unique identifier of the new card"} - - + This Card has no output. ### Get all board members @@ -727,21 +214,21 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl type="string" required > - + {"Unique identifier of the member"} - + {"A public alias that represents the member"} - + {"Full name of the member"} @@ -779,14 +266,14 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl type="string" required > - + {"Unique identifier of the board"} - + {"The name of the board"} @@ -834,21 +321,21 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl type="string" required > - + {"Unique identifier of the member"} - + {"A public alias that represents the member"} - + {"Full name of the member"} @@ -896,14 +383,14 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl type="string" required > - + {"Unique identifier of the board"} - + {"The name of the board"} @@ -958,21 +445,21 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl type="string" required > - + {"Unique identifier of the member"} - + {"A public alias that represents the member"} - + {"Full name of the member"} @@ -1020,14 +507,14 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl type="string" required > - + {"Unique identifier of the board"} - + {"The name of the board"} @@ -1075,69 +562,69 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl type="string" required > - + {"Unique identifier of the card"} - + {"The preview name of the card"} - + {"Detailed description of the card"} - + {"Identifier of the list the card belongs to"} - + {"Position of the card within the list"} - + {"Indicates if the card is closed"} - + {"Indicates if the card is completed"} - + {"The expected completed by date (Optional)"} - + {"A list of label IDs attached to the card"} - + {"A list of member IDs assigned to the card"} @@ -1192,69 +679,69 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl type="string" required > - + {"Unique identifier of the card"} - + {"The preview name of the card"} - + {"Detailed description of the card"} - + {"Identifier of the list the card belongs to"} - + {"Position of the card within the list"} - + {"Indicates if the card is closed"} - + {"Indicates if the card is completed"} - + {"The expected completed by date (Optional)"} - + {"A list of label IDs attached to the card"} - + {"A list of member IDs assigned to the card"} @@ -1302,69 +789,69 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl type="string" required > - + {"Unique identifier of the card"} - + {"The preview name of the card"} - + {"Detailed description of the card"} - + {"Identifier of the list the card belongs to"} - + {"Position of the card within the list"} - + {"Indicates if the card is closed"} - + {"Indicates if the card is completed"} - + {"The expected completed by date (Optional)"} - + {"A list of label IDs attached to the card"} - + {"A list of member IDs assigned to the card"} @@ -1412,14 +899,14 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl type="string" required > - + {"Unique identifier of the list"} - + {"The name of the list"} @@ -1474,14 +961,14 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl type="string" required > - + {"Unique identifier of the list"} - + {"The name of the list"} @@ -1529,14 +1016,14 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl type="string" required > - + {"Unique identifier of the list"} - + {"The name of the list"} @@ -1584,102 +1071,23 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl type="string" required > - + {"Unique identifier of the member"} - + {"A public alias that represents the member"} - - - - - - - -### List List - - - - - - - - - - - - - - - - - - - - - - - - - - -### List Read - - - - - + {"Full name of the member"} - - - - - - @@ -1748,7 +1156,7 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl type="string" required > - {"Unique identifier of the list in which the card will be moved"} + {"Unique identifier of the list in which the card will be moved to"} @@ -1832,53 +1240,53 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl {"Unique identifier of the card"} {"The name of the card (Optional) (e.g. \"My Test Card\"). Leave empty to keep the current name."} - {"Body text of the new card (Optional). Leave empty to keep the current body."} + {"The new body text of the card (Optional). Leave empty to keep the current body."} - {"Whether the card should be archived (Optional). Enter \"open\", \"archived\" (without quotes), or leave empty to keep the previous status."} + {"Whether the card should be archived (Optional). Enter \"Open\", \"Archived\" (without quotes), or leave empty to keep the previous status."} -Available options: `open`, `archived` +Available options: `Open`, `Archived` - {"Whether the card should be marked as complete (Optional). Enter \"complete\", \"incomplete\" (without quotes), or leave empty to keep the previous status."} + {"Whether the card should be marked as complete (Optional). Enter \"Complete\", \"Incomplete\" (without quotes), or leave empty to keep the previous status."} -Available options: `complete`, `incomplete` +Available options: `Complete`, `Incomplete` {"Members to add to the card (Optional). This should be a list of member IDs. Leave empty to keep the current members."} {"Members to remove from the card (Optional). This should be a list of member IDs. Leave empty to keep the current members."} {"Labels to add to the card (Optional). This should be a list of label IDs. Leave empty to keep the current labels."} {"Labels to remove from the card (Optional). This should be a list of label IDs. Leave empty to keep the current labels."} @@ -1888,6 +1296,18 @@ Available options: `complete`, `incomplete` type="string (date-time)" > {"The due date of the card in ISO 8601 format (Optional). Leave empty to keep the current due date."} + + + {"Unique identifier of the list in which the card will be moved to"} + + + {"The new position of the card in the list, either \"top\", \"bottom\", or a float (Optional). Leave empty to keep the current position."} diff --git a/snippets/integrations/triggers/botpress/trello.mdx b/snippets/integrations/triggers/botpress/trello.mdx index 4d112e66..0cc193a7 100644 --- a/snippets/integrations/triggers/botpress/trello.mdx +++ b/snippets/integrations/triggers/botpress/trello.mdx @@ -9,7 +9,7 @@ You can access data returned from any of these Triggers by reading `event.payloa -### Attachment added to card +### Card Attachment Added {"Triggered when an attachment is added to a card"} @@ -20,9 +20,31 @@ You can access data returned from any of these Triggers by reading `event.payloa + + {"Unique identifier of the event"} + + + {"The actor (e.g. member or app) who triggered the event"} + + + {"The datetime when the event was triggered"} + {"Board where the card was updated"} @@ -39,16 +61,16 @@ You can access data returned from any of these Triggers by reading `event.payloa type="string" required > - {"Name of the board"} + {"The name of the board"} - {"Card that was updated"} + {"List where the card was updated"} - {"Unique identifier of the card"} + {"Unique identifier of the list"} - {"Name of the card"} + {"The name of the list"} - {"List where the card was updated"} + {"Card that was updated"} - {"Unique identifier of the list"} + {"Unique identifier of the card"} - {"Name of the list"} + {"The preview name of the card"} @@ -115,6 +138,7 @@ You can access data returned from any of these Triggers by reading `event.payloa {"URL of the attachment"} @@ -128,16 +152,16 @@ You can access data returned from any of these Triggers by reading `event.payloa name="previewUrl2x" type="string (uri)" > - {"URL of the attachment preview in 2x"} + {"URL of the attachment preview at up to 2x the resolution"} -### Label added to card +### Checklist Added To Card -{"Triggered when a label is added to a card"} +{"Triggered when a checklist is added to a card"} + + {"Unique identifier of the event"} + + + {"The actor (e.g. member or app) who triggered the event"} + + + {"The datetime when the event was triggered"} + - {"Board where the card was modified"} + {"Board where the card was updated"} - {"Name of the board"} + {"The name of the board"} @@ -174,7 +220,7 @@ You can access data returned from any of these Triggers by reading `event.payloa type="object" required > - {"Card that was modified"} + {"Card that was updated"} - {"Name of the card"} + {"The preview name of the card"} - {"Label that was added to the card"} + {"Checklist that was added to the card"} - {"Unique identifier of the label"} + {"Unique identifier of the checklist"} - {"Name of the label"} - - - {"Color of the label"} + {"Name of the checklist"} -### Member added to card +### Card Label Added -{"Triggered when a member is added to a card"} +{"Triggered when a label is added to a card"} + + {"Unique identifier of the event"} + + + {"The actor (e.g. member or app) who triggered the event"} + + + {"The datetime when the event was triggered"} + - {"Board where the card was updated"} + {"Board where the card was modified"} - {"Name of the board"} + {"The name of the board"} @@ -266,7 +327,7 @@ You can access data returned from any of these Triggers by reading `event.payloa type="object" required > - {"Card that was updated"} + {"Card that was modified"} - {"Name of the card"} + {"The preview name of the card"} - {"Member that was added to the card"} + {"Label that was added to the card"} - {"Unique identifier of the member"} + {"Unique identifier of the label"} - {"Full name of the member"} + {"Name of the label"} + + + {"Color of the label"} -### Card Created +### Member Added To Card + +{"Triggered when a member is added to a card"} - + {"Unique identifier of the event"} - + + {"The actor (e.g. member or app) who triggered the event"} - -### Card Deleted - + {"The datetime when the event was triggered"} + + - + {"Board where the card was updated"} - + {"Unique identifier of the board"} + + + {"The name of the board"} + + {"Card that the member was added to"} -### Card Updated - + + {"Unique identifier of the card"} + + + {"The preview name of the card"} + + + + - + {"Member that was added to the card"} - + {"Unique identifier of the member"} + + + {"Full name of the member"} + + -### Comment added to card +### Comment Created {"Triggered when a comment is added to a card"} @@ -380,9 +498,31 @@ You can access data returned from any of these Triggers by reading `event.payloa + + {"Unique identifier of the event"} + + + {"The actor (e.g. member or app) who triggered the event"} + + + {"The datetime when the event was triggered"} + {"Board where the card was updated"} @@ -399,16 +539,16 @@ You can access data returned from any of these Triggers by reading `event.payloa type="string" required > - {"Name of the board"} + {"The name of the board"} - {"Card that was updated"} + {"List where the card was updated"} - {"Unique identifier of the card"} + {"Unique identifier of the list"} - {"Name of the card"} + {"The name of the list"} - {"List where the card was updated"} + {"Card that was updated"} - {"Unique identifier of the list"} + {"Unique identifier of the card"} - {"Name of the list"} + {"The preview name of the card"} + + {"Comment that was added to the card"} + + + + {"Unique identifier of the comment"} + + + -### Card created +### Card Created {"Triggered when a card is created"} @@ -471,9 +629,31 @@ You can access data returned from any of these Triggers by reading `event.payloa + + {"Unique identifier of the event"} + + + {"The actor (e.g. member or app) who triggered the event"} + + + {"The datetime when the event was triggered"} + {"Board where the card was created"} @@ -490,16 +670,16 @@ You can access data returned from any of these Triggers by reading `event.payloa type="string" required > - {"Name of the board"} + {"The name of the board"} - {"Card that was created"} + {"List where the card was created"} - {"Unique identifier of the card"} + {"Unique identifier of the list"} - {"Name of the card"} + {"The name of the list"} - {"List where the card was created"} + {"Card that was created"} - {"Unique identifier of the list"} + {"Unique identifier of the card"} - {"Name of the list"} + {"The preview name of the card"} -### Check item created +### Checklist Item Created -{"Triggered when a check item is added to a checklist of a card"} +{"Triggered when a checklist item is added to a card"} + + {"Unique identifier of the event"} + + + {"The actor (e.g. member or app) who triggered the event"} + + + {"The datetime when the event was triggered"} + {"Board where the card was updated"} @@ -574,7 +777,7 @@ You can access data returned from any of these Triggers by reading `event.payloa type="string" required > - {"Name of the board"} + {"The name of the board"} @@ -598,7 +801,7 @@ You can access data returned from any of these Triggers by reading `event.payloa type="string" required > - {"Name of the card"} + {"The preview name of the card"} @@ -627,11 +830,11 @@ You can access data returned from any of these Triggers by reading `event.payloa - {"Check item that was added to the checklist"} + {"The checklist item that was added"} - {"Unique identifier of the check item"} + {"Unique identifier of the checklist item"} - {"Name of the check item"} + {"Name of the checklist item"} - {"State of the check item"} + {"Indicates if the checklist item is marked as completed"} - + {"Text data of the checklist item"} - {"Emoji of the check item"} + {"Emoji of the checklist item"} - - - {"Due date of the check item"} -### Attachment deleted from card +### Card Attachment Removed -{"Triggered when an attachment is deleted from a card"} +{"Triggered when an attachment is removed from a card"} - {"Board where the card was updated"} - - - - {"Unique identifier of the board"} + {"Unique identifier of the event"} - {"Name of the board"} + {"The actor (e.g. member or app) who triggered the event"} - + + {"The datetime when the event was triggered"} - {"Card that was updated"} + {"Board where the card was updated"} - {"Unique identifier of the card"} + {"Unique identifier of the board"} - {"Name of the card"} + {"The name of the board"} - {"List where the card was updated"} + {"Card that was updated"} - {"Unique identifier of the list"} + {"Unique identifier of the card"} - {"Name of the list"} + {"The preview name of the card"} @@ -791,7 +987,7 @@ You can access data returned from any of these Triggers by reading `event.payloa -### Card deleted +### Card Deleted {"Triggered when a card is deleted"} @@ -802,9 +998,31 @@ You can access data returned from any of these Triggers by reading `event.payloa + + {"Unique identifier of the event"} + + + {"The actor (e.g. member or app) who triggered the event"} + + + {"The datetime when the event was triggered"} + {"Board where the card was deleted"} @@ -821,16 +1039,16 @@ You can access data returned from any of these Triggers by reading `event.payloa type="string" required > - {"Name of the board"} + {"The name of the board"} - {"Card that was deleted"} + {"List where the card was deleted"} - {"Unique identifier of the card"} + {"Unique identifier of the list"} + + + {"The name of the list"} - {"List where the card was deleted"} + {"Card that was deleted"} - {"Unique identifier of the list"} - - - {"Name of the list"} + {"Unique identifier of the card"} -### Check item deleted +### Checklist Item Deleted -{"Triggered when a check item is removed from a checklist of a card"} +{"Triggered when a checklist item is removed from a card"} + + {"Unique identifier of the event"} + + + {"The actor (e.g. member or app) who triggered the event"} + + + {"The datetime when the event was triggered"} + {"Board where the card was updated"} @@ -898,7 +1139,7 @@ You can access data returned from any of these Triggers by reading `event.payloa type="string" required > - {"Name of the board"} + {"The name of the board"} @@ -922,7 +1163,7 @@ You can access data returned from any of these Triggers by reading `event.payloa type="string" required > - {"Name of the card"} + {"The preview name of the card"} @@ -951,11 +1192,11 @@ You can access data returned from any of these Triggers by reading `event.payloa - {"Check item that was removed from the checklist"} + {"Checklist item that was removed"} - {"Unique identifier of the check item"} + {"Unique identifier of the checklist item"} - {"Name of the check item"} + {"Name of the checklist item"} - {"State of the check item"} + {"Indicates if the checklist item is marked as completed"} - + {"Text data of the checklist item"} - {"Emoji of the check item"} + {"Emoji of the checklist item"} - - - {"Due date of the check item"} -### Comment deleted +### Comment Deleted -{"Triggered when a comment is deleted"} +{"Triggered when a comment is deleted from a card"} - {"Board where the card was updated"} - - - - {"Unique identifier of the board"} + {"Unique identifier of the event"} - {"Name of the board"} + {"The actor (e.g. member or app) who triggered the event"} - + + {"The datetime when the event was triggered"} - {"Card that was updated"} + {"Board where the card was updated"} - {"Unique identifier of the card"} + {"Unique identifier of the board"} - {"Name of the card"} + {"The name of the board"} - {"List where the card was updated"} + {"Card that was updated"} - {"Unique identifier of the list"} + {"Unique identifier of the card"} - {"Name of the list"} + {"The preview name of the card"} - {"The action details for the deleted comment"} + {"Comment that was deleted from the card"} - {"Unique identifier of the comment that was deleted"} + {"Unique identifier of the comment"} -### Label removed from card +### Card Label Removed {"Triggered when a label is removed from a card"} @@ -1119,9 +1353,31 @@ You can access data returned from any of these Triggers by reading `event.payloa + + {"Unique identifier of the event"} + + + {"The actor (e.g. member or app) who triggered the event"} + + + {"The datetime when the event was triggered"} + {"Board where the card was modified"} @@ -1138,7 +1394,7 @@ You can access data returned from any of these Triggers by reading `event.payloa type="string" required > - {"Name of the board"} + {"The name of the board"} @@ -1162,7 +1418,7 @@ You can access data returned from any of these Triggers by reading `event.payloa type="string" required > - {"Name of the card"} + {"The preview name of the card"} @@ -1200,7 +1456,7 @@ You can access data returned from any of these Triggers by reading `event.payloa -### Member removed from card +### Member Removed From Card {"Triggered when a member is removed from a card"} @@ -1211,9 +1467,31 @@ You can access data returned from any of these Triggers by reading `event.payloa + + {"Unique identifier of the event"} + + + {"The actor (e.g. member or app) who triggered the event"} + + + {"The datetime when the event was triggered"} + {"Board where the card was updated"} @@ -1230,7 +1508,7 @@ You can access data returned from any of these Triggers by reading `event.payloa type="string" required > - {"Name of the board"} + {"The name of the board"} @@ -1254,7 +1532,7 @@ You can access data returned from any of these Triggers by reading `event.payloa type="string" required > - {"Name of the card"} + {"The preview name of the card"} @@ -1279,13 +1557,20 @@ You can access data returned from any of these Triggers by reading `event.payloa required > {"Full name of the member"} + + + {"Indicates if the member was deactivated at the time of removal"} -### Card updated +### Card Updated {"Triggered when a card is updated"} @@ -1296,9 +1581,31 @@ You can access data returned from any of these Triggers by reading `event.payloa + + {"Unique identifier of the event"} + + + {"The actor (e.g. member or app) who triggered the event"} + + + {"The datetime when the event was triggered"} + {"Board where the card was updated"} @@ -1315,7 +1622,7 @@ You can access data returned from any of these Triggers by reading `event.payloa type="string" required > - {"Name of the board"} + {"The name of the board"} @@ -1342,55 +1649,55 @@ You can access data returned from any of these Triggers by reading `event.payloa {"Name of the card"} - {"Unique identifier of the list where the card is located"} + {"Description of the card"} - {"Description of the card"} + {"Unique identifier of the list where the card is located"} {"Labels attached to the card"} - {"Position of the card"} + {"Position of the card within the list"} - {"Start date of the card"} + - {"Due date of the card"} + - {"Due reminder of the card"} + {"The number of minutes before the due date when a reminder will be sent"} {"Whether the card is completed"} {"Whether the card is archived"} @@ -1408,63 +1715,62 @@ You can access data returned from any of these Triggers by reading `event.payloa - {"Previous name of the card"} + {"Name of the card"} - {"Previous description of the card"} + {"Description of the card"} - {"Previous list where the card was"} + {"Unique identifier of the list where the card is located"} - {"Previous labels attached to the card"} + {"Labels attached to the card"} - {"Previous position of the card"} + {"Position of the card within the list"} - {"Previous start date of the card"} + - {"Previous due date of the card"} + - {"Previous due reminder of the card"} + {"The number of minutes before the due date when a reminder will be sent"} - {"Previous completion state of the card"} + {"Whether the card is completed"} - {"Previous archive state of the card"} + {"Whether the card is archived"} @@ -1487,7 +1793,7 @@ You can access data returned from any of these Triggers by reading `event.payloa type="string" required > - {"Name of the list"} + {"The name of the list"} @@ -1503,14 +1809,14 @@ You can access data returned from any of these Triggers by reading `event.payloa type="string" required > - {"Unique identifier of the previous list"} + {"Unique identifier of the list"} - {"Name of the previous list"} + {"The name of the list"} @@ -1526,23 +1832,23 @@ You can access data returned from any of these Triggers by reading `event.payloa type="string" required > - {"Unique identifier of the new list"} + {"Unique identifier of the list"} - {"Name of the new list"} + {"The name of the list"} -### Check item updated +### Checklist Item Updated -{"Triggered when a check item is modified in a checklist of a card"} +{"Triggered when a checklist item is modified on a card"} + + {"Unique identifier of the event"} + + + {"The actor (e.g. member or app) who triggered the event"} + + + {"The datetime when the event was triggered"} + {"Board where the card was updated"} @@ -1570,7 +1898,7 @@ You can access data returned from any of these Triggers by reading `event.payloa type="string" required > - {"Name of the board"} + {"The name of the board"} @@ -1594,7 +1922,7 @@ You can access data returned from any of these Triggers by reading `event.payloa type="string" required > - {"Name of the card"} + {"The preview name of the card"} @@ -1623,11 +1951,11 @@ You can access data returned from any of these Triggers by reading `event.payloa - {"Check item that was updated"} + {"Checklist item that was updated"} - {"Unique identifier of the check item"} + {"Unique identifier of the checklist item"} - {"Name of the check item"} + {"Name of the checklist item"} - {"State of the check item"} + {"Indicates if the checklist item is marked as completed"} + {"Text data of the checklist item"} + + + + {"Emoji of the checklist item"} + + + + + {"The number of minutes before the due date when a reminder will be sent"} + + - {"Due date of the check item"} + @@ -1664,37 +2015,57 @@ You can access data returned from any of these Triggers by reading `event.payloa type="object" required > - {"Old check item data"} + {"The previous data of the checklist item"} - {"Old name of the check item"} + {"Name of the checklist item"} + + + {"Indicates if the checklist item is marked as completed"} + {"Text data of the checklist item"} + + + - {"Old state of the check item"} + {"Emoji of the checklist item"} + + + {"The number of minutes before the due date when a reminder will be sent"} + + - {"Old due date of the check item"} + -### Check item state updated on card +### Checklist Item Completion Updated -{"Triggered when the state of a check item is updated in a checklist of a card"} +{"Triggered when the completion status of a checklist item is updated"} + + {"Unique identifier of the event"} + + + {"The actor (e.g. member or app) who triggered the event"} + + + {"The datetime when the event was triggered"} + {"Board where the card was updated"} @@ -1722,7 +2115,7 @@ You can access data returned from any of these Triggers by reading `event.payloa type="string" required > - {"Name of the board"} + {"The name of the board"} @@ -1746,7 +2139,7 @@ You can access data returned from any of these Triggers by reading `event.payloa type="string" required > - {"Name of the card"} + {"The preview name of the card"} @@ -1775,11 +2168,11 @@ You can access data returned from any of these Triggers by reading `event.payloa - {"Check item that was updated"} + {"Checklist item that was updated"} - {"Unique identifier of the check item"} + {"Unique identifier of the checklist item"} - {"Name of the check item"} + {"Name of the checklist item"} - {"State of the check item"} + {"Indicates if the checklist item is marked as completed"} - + {"Text data of the checklist item"} - {"Emoji of the check item"} + {"Emoji of the checklist item"} - - - {"Due date of the check item"} -### Comment updated +### Comment Updated -{"Triggered when a comment is updated"} +{"Triggered when a comment is updated on a card"} - {"Board where the card was updated"} - - - - {"Unique identifier of the board"} + {"Unique identifier of the event"} - {"Name of the board"} + {"The actor (e.g. member or app) who triggered the event"} - + + {"The datetime when the event was triggered"} - {"Card that was updated"} + {"Board where the card was updated"} - {"Unique identifier of the card"} + {"Unique identifier of the board"} - {"Name of the card"} + {"The name of the board"} - {"List where the card was updated"} + {"Card that was updated"} - {"Unique identifier of the list"} + {"Unique identifier of the card"} - {"Name of the list"} + {"The preview name of the card"} - {"The action details for the updated comment"} + {"Comment that was updated"} - {"Unique identifier of the comment that was updated"} + {"Unique identifier of the comment"} - {"New text of the comment"} + {"Text of the comment"} @@ -1941,7 +2327,7 @@ You can access data returned from any of these Triggers by reading `event.payloa type="object" required > - {"Old comment data"} + {"The previous data of the comment"} - {"Old text of the comment"} + {"Text of the comment"} -### Vote on card +### Card Votes Updated -{"Triggered when a vote is added to a card"} +{"Triggered when a vote is added to or removed from a card"} + + {"Unique identifier of the event"} + + + {"The actor (e.g. member or app) who triggered the event"} + + + {"The datetime when the event was triggered"} + {"Board where the card was updated"} @@ -1986,13 +2394,14 @@ You can access data returned from any of these Triggers by reading `event.payloa type="string" required > - {"Name of the board"} + {"The name of the board"} {"Card that was updated"} @@ -2009,7 +2418,7 @@ You can access data returned from any of these Triggers by reading `event.payloa type="string" required > - {"Name of the card"} + {"The preview name of the card"} diff --git a/snippets/integrations/versions.mdx b/snippets/integrations/versions.mdx index eeb79daa..d3e9c1f5 100644 --- a/snippets/integrations/versions.mdx +++ b/snippets/integrations/versions.mdx @@ -20,8 +20,8 @@ export const integrationVersions = { "id": "intver_01JFAQQZRS9ZQ7WBWHCF1MKGCM" }, "anthropic": { - "version": "12.0.1", - "id": "intver_01K9SVE54HWYN9RMC26G05J3WX" + "version": "13.0.0", + "id": "intver_01KFXRGP2016W6P7ZYKFSRTD5P" }, "anydesk": { "version": "2.0.0", @@ -44,8 +44,8 @@ export const integrationVersions = { "id": "intver_01JFAQRC955G4CXN8QTFHXAPXZ" }, "bamboohr": { - "version": "2.0.3", - "id": "intver_01KESBCSC0N9WGPHNM1W1R08VK" + "version": "2.1.0", + "id": "intver_01KFXHSG9HCXRWYY3HD8M3G0CK" }, "beehiiv": { "version": "2.0.0", @@ -256,8 +256,8 @@ export const integrationVersions = { "id": "intver_01KFGPWFMHS90ZA04T4KSGSDEV" }, "google-ai": { - "version": "6.0.4", - "id": "intver_01KA00CCZVWJQDB5SJ2MSJ4YEW" + "version": "7.0.0", + "id": "intver_01KG7NY9K86RSX0J7THT5JPEFB" }, "googlecalendar": { "version": "2.0.6", @@ -380,8 +380,8 @@ export const integrationVersions = { "id": "intver_01KEYXNCV8ZWT6SKSZSJG8B8WG" }, "messenger": { - "version": "5.1.3", - "id": "intver_01KESY33QD20ZF8B3PR2WTR971" + "version": "5.1.4", + "id": "intver_01KFY5EM5DTRHCXA77JZ9FHBER" }, "mindtickle": { "version": "2.0.0", @@ -628,8 +628,8 @@ export const integrationVersions = { "id": "intver_01JFAR2RSBXRYQ5YX9JNTP4A9C" }, "slack": { - "version": "3.2.0", - "id": "intver_01KFEDMPV4YMRGQBC7DYG97ATZ" + "version": "4.0.0", + "id": "intver_01KFXHVKRCHAH3GMAC8XZ40J6Y" }, "smartsheet": { "version": "2.0.0", @@ -688,8 +688,8 @@ export const integrationVersions = { "id": "intver_01K899ZQCGQ0W948PKD1D2BQNM" }, "trello": { - "version": "1.2.0", - "id": "intver_01KEF51YE9E2WY0PWVJQ8K2QX6" + "version": "2.0.0", + "id": "intver_01KFKMCQXYKPN9FVMJ99WC9J1X" }, "twilio": { "version": "1.3.0", @@ -724,8 +724,8 @@ export const integrationVersions = { "id": "intver_01KAXVRCX3CAGAS63Z4FBBZRYS" }, "whatsapp": { - "version": "4.5.20", - "id": "intver_01KCPW32DHHQS3BPJN0HA5MPB2" + "version": "4.7.1", + "id": "intver_01KG7P05C8N888NV4RZ4HFG65G" }, "workable": { "version": "0.1.1",