diff --git a/snippets/integrations/cards/botpress/gsheets.mdx b/snippets/integrations/cards/botpress/gsheets.mdx index 75026cf2..c8e38704 100644 --- a/snippets/integrations/cards/botpress/gsheets.mdx +++ b/snippets/integrations/cards/botpress/gsheets.mdx @@ -95,7 +95,7 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl type="string" required > - {"The start column letter(s) (e.g. \"A\", \"B\", \"AA\"). The range will be constructed from this column row 1 to column row 100000."} + {"The start column letter(s) (e.g. \"A\", \"B\", \"AA\"). Used to identify the table in the sheet — data will be appended after the last row of the detected table."} - {"The name of the named range."} + {"The name of the named range. Must follow naming rules: cannot contain spaces, cannot start with a number, and cannot conflict with standard cell references (e.g., \"A1\", \"R1C1\"). Names violating these rules will be considered invalid."} +### Get Company + +{"Get a company from Hubspot by ID"} + + + + + {"The ID of the company to get"} + + + {"Additional properties to return (e.g., [\"health_status\", \"industry\"]). Default properties are always included."} + + + + + + + + {"The fetched company"} + + + + {"The ID of the company"} + + + {"The name of the company"} + + + {"The domain of the company"} + + + {"Creation date of the company"} + + + {"Last time the company was updated"} + + + {"The properties of the company"} + + + + + + ### Get Contact {"Get a contact from Hubspot"} @@ -1217,6 +1302,107 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl +### Update Company + +{"Update a company in Hubspot"} + + + + + {"The ID of the company to update"} + + + {"Properties to update on the company"} + + + + {"The name of the property (e.g., \"health_status\")"} + + + {"The value of the property"} + + + + + + + + + + {"The updated company"} + + + + {"The ID of the company"} + + + {"The name of the company"} + + + {"The domain of the company"} + + + {"Creation date of the company"} + + + {"Last time the company was updated"} + + + {"The properties of the company"} + + + + + + ### Update Contact {"Update a contact in Hubspot"} diff --git a/snippets/integrations/cards/botpress/trello.mdx b/snippets/integrations/cards/botpress/trello.mdx index e127f4e1..4d8220c0 100644 --- a/snippets/integrations/cards/botpress/trello.mdx +++ b/snippets/integrations/cards/botpress/trello.mdx @@ -35,15 +35,13 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl name="output" type="object" > - {"Output schema for adding a comment to a card"} - - {"Output message"} + {"A message that says if the comment was successfully created or not"} - {"Output message"} + {"A message that says if the card was successfully created or not"} - {"Output schema for getting all members of a board"} - - {"Array of member objects"} + {"A list of members who have access to the board"} - {"Output schema for getting all boards"} - - {"Array of board objects"} + {"A list of Trello boards"} - {"Output schema for getting all members of a card"} - - {"Array of member objects"} + {"A list of members who have been assigned to the card"} - {"Output schema for getting a board from its ID"} - - {"The board object"} + {"The details of the Trello board associated with the given ID"} - {"Input schema for getting a member from its name"} - - {"Output schema for getting a member from its name"} - - {"Array of member objects"} + {"A list of members that match the specified name"} - {"Output schema for getting a board from its name"} - - {"Array of board objects"} + {"A list of boards that match the given display name"} - {"Output schema for getting a card from its ID"} - - {"The card object"} + {"The Trello card that's associated with the given card ID"} -### Find cards by name name +### Find cards by name -{"Find all lists whose display name match this name"} +{"Find all cards whose display name match this name"} - {"Output schema for getting a card ID from its name"} - - {"Array of card objects"} + {"A list of cards that match the given card name"} - {"Output schema for getting all cards in a list"} - - {"Array of card objects"} + {"An array of cards that are contained within the given list"} - {"Output schema for getting a list from its ID"} - - {"The list object"} + {"The Trello list that's associated with the given list ID"} - {"Output schema for getting a list ID from its name"} - - {"Array of list objects"} + {"A set of lists that are associated with the given board ID and match the given display name"} - {"Output schema for getting all lists in a board"} - - {"Array of list objects"} + {"A set of all the lists that are associated with the given board ID"} - {"Output schema for getting a member by its ID or username"} - - {"The member object"} + {"The Trello member who is associated with the specified member ID or username"}