Stormboard
stormboardAn online sticky note whiteboard making meetings, brainstorms, and creative projects more productive and effective.
Acciones disponibles (41)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Accept a Storm InviteSTORMBOARD_ACCEPT_A_STORM_INVITEAcciónTool to accept a Storm invitation and join the Storm. Use when a user wants to accept an invitation to join a Storm.
STORMBOARD_ACCEPT_A_STORM_INVITEAcciónTool to accept a Storm invitation and join the Storm. Use when a user wants to accept an invitation to join a Storm.
Parámetros de entrada
storm_idstringObligatorioThe unique identifier of the Storm invitation to accept.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add a Favorite StarSTORMBOARD_ADD_A_FAVORITE_STARAcciónTool to add a favorite star to a Storm on the Dashboard. Use when you need to mark a Storm as a favorite.
STORMBOARD_ADD_A_FAVORITE_STARAcciónTool to add a favorite star to a Storm on the Dashboard. Use when you need to mark a Storm as a favorite.
Parámetros de entrada
storm_idstringObligatorioThe unique identifier of the Storm to add to favorites.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Check AuthenticationSTORMBOARD_CHECK_AUTHENTICATIONAcciónTool to verify API key authentication validity. Use when you need to test if the API credentials are valid and properly configured.
STORMBOARD_CHECK_AUTHENTICATIONAcciónTool to verify API key authentication validity. Use when you need to test if the API credentials are valid and properly configured.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Close a StormSTORMBOARD_CLOSE_A_STORMAcciónTool to close an open Storm, making it read-only. Use when you need to prevent further changes to a Storm. Only the Storm creator or a Storm administrator can close a storm.
STORMBOARD_CLOSE_A_STORMAcciónTool to close an open Storm, making it read-only. Use when you need to prevent further changes to a Storm. Only the Storm creator or a Storm administrator can close a storm.
Parámetros de entrada
storm_idstringObligatorioThe unique identifier of the storm to close. You must be the Storm creator or a Storm administrator to close a storm.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a Line ConnectorSTORMBOARD_CREATE_A_LINE_CONNECTORAcciónTool to create a line connector between two ideas. Use when you need to establish a connection between a pair of ideas on the Storm board.
STORMBOARD_CREATE_A_LINE_CONNECTORAcciónTool to create a line connector between two ideas. Use when you need to establish a connection between a pair of ideas on the Storm board.
Parámetros de entrada
to_idea_idintegerObligatorioThe unique identifier of the destination idea where the connector ends.
from_idea_idintegerObligatorioThe unique identifier of the source idea where the connector originates.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a new chat messageSTORMBOARD_CREATE_A_NEW_CHAT_MESSAGESAcciónTool to create a new chat message in a Stormboard storm. Use when you need to post a message to a specific storm's chat.
STORMBOARD_CREATE_A_NEW_CHAT_MESSAGESAcciónTool to create a new chat message in a Stormboard storm. Use when you need to post a message to a specific storm's chat.
Parámetros de entrada
messagestringObligatorioThe content of the chat message to be posted.
storm_idstringObligatorioThe unique identifier of the storm where the chat message will be created.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a New StormSTORMBOARD_CREATE_A_NEW_STORMAcciónTool to create a new Storm in Stormboard for interactive planning and collaboration. Use when you need to create a digital workspace for brainstorming, planning, or team collaboration.
STORMBOARD_CREATE_A_NEW_STORMAcciónTool to create a new Storm in Stormboard for interactive planning and collaboration. Use when you need to create a digital workspace for brainstorming, planning, or team collaboration.
Parámetros de entrada
planstringObligatorioenumStorm type. Must be one of: 'personal', 'student', 'educator', or 'team'. If 'team' is selected, teamId must also be provided.
personalstudenteducatorteamtitlestringObligatorioThe title of the Storm. This is a required field.
teamIdstringThe team's unique id. Required if the 'plan' parameter is set to 'team'. You must be a Storm Administrator on this team to create Storms.
avatarsbooleanShow where each user is in realtime on the Storm wall with an avatar and name. Optional boolean flag.
descriptionstringThe description or goals of the Storm. Optional field to provide context about the Storm's purpose.
ideacreatorbooleanShow the idea creator's avatar on the corner of the idea. Optional boolean flag.
votesperuserintegerNumber of votes per user. Must be between 0 and 100. Defaults to 10 if not specified.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a New TagSTORMBOARD_CREATE_A_NEW_TAGAcciónTool to create a new tag in a Storm without any data related to Ideas. Use when you need to add a new tag to a Storm's tag collection.
STORMBOARD_CREATE_A_NEW_TAGAcciónTool to create a new tag in a Storm without any data related to Ideas. Use when you need to add a new tag to a Storm's tag collection.
Parámetros de entrada
namestringObligatorioThe name of the tag to create.
storm_idstringObligatorioThe unique identifier of the Storm to create a tag in.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a New UserSTORMBOARD_CREATE_A_NEW_USERAcciónTool to create a new user account in Stormboard. An email will be sent to the newly created user asking them to verify their account. Use when you need to add a new user to the system.
STORMBOARD_CREATE_A_NEW_USERAcciónTool to create a new user account in Stormboard. An email will be sent to the newly created user asking them to verify their account. Use when you need to add a new user to the system.
Parámetros de entrada
emailstringObligatorioemailThe email address for the new user. Must be a valid email format. An email will be sent to this address asking the user to verify their account.
lastnamestringObligatorioThe last name of the new user.
passwordstringObligatorioThe password for the new user account. Should meet security requirements.
usernamestringObligatorioThe username for the new user account. Must be unique.
firstnamestringObligatorioThe first name of the new user.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create an idea in StormboardSTORMBOARD_CREATE_AN_IDEAAcciónTool to create a new idea in an existing Stormboard storm. Use when you need to add ideas, notes, or items to a storm with specific content and details.
STORMBOARD_CREATE_AN_IDEAAcciónTool to create a new idea in an existing Stormboard storm. Use when you need to add ideas, notes, or items to a storm with specific content and details.
Parámetros de entrada
datastringObligatorioThe content or description of the idea.
namestringObligatorioThe name or title of the idea.
typestringOptional type of the idea. Must be one of: text, document, image, indexcard, video, whiteboard.
colorstringOptional color for the idea (e.g., hex color code or color name).
stormidintegerObligatorioThe Storm ID where the idea will be created. This is the unique identifier of the storm.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Tag Data for an IdeaSTORMBOARD_CREATE_TAG_DATA_FOR_AN_IDEAAcciónTool to update tag data for an idea. Any tag not in the change list remains unchanged. Tags not found in the Storm are created automatically with the provided tag data applied.
STORMBOARD_CREATE_TAG_DATA_FOR_AN_IDEAAcciónTool to update tag data for an idea. Any tag not in the change list remains unchanged. Tags not found in the Storm are created automatically with the provided tag data applied.
Parámetros de entrada
dataobjectObligatorioDictionary of tag key-value pairs to apply to the idea. Tags not in this list remain unchanged. Tags not found in the Storm will be created automatically.
idea_idstringObligatorioThe unique identifier of the idea to update tags for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Decline a Storm InviteSTORMBOARD_DECLINE_A_STORM_INVITEAcciónTool to decline a Storm invitation and remove it from your list. Use when a user wants to reject an invitation to join a Storm.
STORMBOARD_DECLINE_A_STORM_INVITEAcciónTool to decline a Storm invitation and remove it from your list. Use when a user wants to reject an invitation to join a Storm.
Parámetros de entrada
storm_idstringObligatorioThe unique identifier of the Storm invitation to decline.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a Connector Between IdeasSTORMBOARD_DELETE_A_CONNECTOR_BETWEEN_IDEASAcciónTool to delete a line connector between two ideas. Use when you need to remove a connection between a pair of ideas on the Storm board.
STORMBOARD_DELETE_A_CONNECTOR_BETWEEN_IDEASAcciónTool to delete a line connector between two ideas. Use when you need to remove a connection between a pair of ideas on the Storm board.
Parámetros de entrada
to_idea_idintegerObligatorioThe unique identifier of the destination idea where the connector ends.
from_idea_idintegerObligatorioThe unique identifier of the source idea where the connector originates.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a Specific ConnectorSTORMBOARD_DELETE_A_SPECIFIC_CONNECTORAcciónTool to delete a line connector using the connector ID. Use when you need to remove a specific connector from the Storm board.
STORMBOARD_DELETE_A_SPECIFIC_CONNECTORAcciónTool to delete a line connector using the connector ID. Use when you need to remove a specific connector from the Storm board.
Parámetros de entrada
connector_idstringObligatorioThe unique identifier of the connector to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Storm DetailsSTORMBOARD_DETAILSAcciónTool to retrieve detailed information about a specific Storm. Use when you need to get complete Storm details including metadata, settings, and configuration.
STORMBOARD_DETAILSAcciónTool to retrieve detailed information about a specific Storm. Use when you need to get complete Storm details including metadata, settings, and configuration.
Parámetros de entrada
storm_idstringObligatorioThe unique identifier of the Storm to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Duplicate a StormSTORMBOARD_DUPLICATE_A_STORMAcciónTool to duplicate an existing Storm. Use when you need to create a copy of a Storm with all its content.
STORMBOARD_DUPLICATE_A_STORMAcciónTool to duplicate an existing Storm. Use when you need to create a copy of a Storm with all its content.
Parámetros de entrada
storm_idstringObligatorioThe unique identifier of the Storm to duplicate.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a list of connectors in a StormSTORMBOARD_GET_A_LIST_OF_CONNECTORS_IN_A_STORMAcciónTool to retrieve a list of connectors within a specific Storm. Use when you need to access relationship data between ideas or elements in a Storm.
STORMBOARD_GET_A_LIST_OF_CONNECTORS_IN_A_STORMAcciónTool to retrieve a list of connectors within a specific Storm. Use when you need to access relationship data between ideas or elements in a Storm.
Parámetros de entrada
storm_idstringObligatorioThe unique identifier of the Storm to retrieve connectors from.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a List of IdeasSTORMBOARD_GET_A_LIST_OF_IDEASAcciónTool to retrieve all ideas from a Storm. Returns a list of ideas, but Files, Images, and Whiteboards do not contain their corresponding data at this time. Use when you need to get an overview of all ideas in a Storm.
STORMBOARD_GET_A_LIST_OF_IDEASAcciónTool to retrieve all ideas from a Storm. Returns a list of ideas, but Files, Images, and Whiteboards do not contain their corresponding data at this time. Use when you need to get an overview of all ideas in a Storm.
Parámetros de entrada
storm_idstringObligatorioThe unique identifier of the Storm to retrieve ideas from.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get A List Of ParticipantsSTORMBOARD_GET_A_LIST_OF_PARTICIPANTSAcciónTool to retrieve a list of all participants in a Storm. Use when you need to see who has access to a specific Storm and their roles.
STORMBOARD_GET_A_LIST_OF_PARTICIPANTSAcciónTool to retrieve a list of all participants in a Storm. Use when you need to see who has access to a specific Storm and their roles.
Parámetros de entrada
storm_idstringObligatorioThe unique identifier of the Storm to retrieve participants from.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get A List Of Storms InvitesSTORMBOARD_GET_A_LIST_OF_STORMS_INVITESAcciónTool to retrieve a list of storms that you have been invited to. Use when you need to see pending storm invitations for the authenticated user.
STORMBOARD_GET_A_LIST_OF_STORMS_INVITESAcciónTool to retrieve a list of storms that you have been invited to. Use when you need to see pending storm invitations for the authenticated user.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get List of Tags in StormSTORMBOARD_GET_A_LIST_OF_TAGS_IN_THE_STORMAcciónTool to retrieve the list of tags that have been created in a Storm. Use when you need to view all tags available in a specific Storm. Note that tag data for individual ideas is not available through this endpoint.
STORMBOARD_GET_A_LIST_OF_TAGS_IN_THE_STORMAcciónTool to retrieve the list of tags that have been created in a Storm. Use when you need to view all tags available in a specific Storm. Note that tag data for individual ideas is not available through this endpoint.
Parámetros de entrada
storm_idstringObligatorioThe unique identifier of the Storm to retrieve tags from.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get A List Of Your StormsSTORMBOARD_GET_A_LIST_OF_YOUR_STORMSAcciónTool to retrieve a list of storms from Stormboard. Use when you need to browse or access available storms in the user's account.
STORMBOARD_GET_A_LIST_OF_YOUR_STORMSAcciónTool to retrieve a list of storms from Stormboard. Use when you need to browse or access available storms in the user's account.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Authentication InfoSTORMBOARD_GET_AUTHENTICATION_INFOAcciónTool to retrieve authentication information and API token for the authenticated user. Use when you need to get authentication details or verify API access credentials.
STORMBOARD_GET_AUTHENTICATION_INFOAcciónTool to retrieve authentication information and API token for the authenticated user. Use when you need to get authentication details or verify API access credentials.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Chat MessagesSTORMBOARD_GET_CHAT_MESSAGESAcciónTool to retrieve a list of chat messages from a Stormboard storm. Use when you need to view the chat history for a specific storm.
STORMBOARD_GET_CHAT_MESSAGESAcciónTool to retrieve a list of chat messages from a Stormboard storm. Use when you need to view the chat history for a specific storm.
Parámetros de entrada
storm_idstringObligatorioThe unique identifier of the storm to retrieve chat messages from
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Idea DataSTORMBOARD_GET_IDEA_DATAAcciónTool to retrieve detailed data and metadata for a specific idea. Use when you need to fetch information about an idea including its content, position, creator, votes, comments, and associated task details.
STORMBOARD_GET_IDEA_DATAAcciónTool to retrieve detailed data and metadata for a specific idea. Use when you need to fetch information about an idea including its content, position, creator, votes, comments, and associated task details.
Parámetros de entrada
idea_idstringObligatorioThe unique identifier of the idea to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Info About Your UserSTORMBOARD_GET_INFO_ABOUT_YOUR_USERAcciónTool to retrieve authenticated user profile information. Use when you need to get the current user's details like name, email, or account metadata.
STORMBOARD_GET_INFO_ABOUT_YOUR_USERAcciónTool to retrieve authenticated user profile information. Use when you need to get the current user's details like name, email, or account metadata.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get My Storm AccessSTORMBOARD_GET_MY_STORM_ACCESSAcciónTool to check if the authenticated user has access to a Storm and retrieve their permission level. Use when verifying user permissions for a specific Storm. Returns 401 error if user lacks access.
STORMBOARD_GET_MY_STORM_ACCESSAcciónTool to check if the authenticated user has access to a Storm and retrieve their permission level. Use when verifying user permissions for a specific Storm. Returns 401 error if user lacks access.
Parámetros de entrada
storm_idstringObligatorioThe unique identifier of the Storm to check access for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Storm TemplateSTORMBOARD_GET_STORM_TEMPLATEAcciónTool to retrieve template data for a Storm including all sections and subsections. Use when you need to get the organizational structure and template configuration of a Storm.
STORMBOARD_GET_STORM_TEMPLATEAcciónTool to retrieve template data for a Storm including all sections and subsections. Use when you need to get the organizational structure and template configuration of a Storm.
Parámetros de entrada
storm_idstringObligatorioThe unique identifier of the Storm to retrieve template data from.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Tag Data For An IdeaSTORMBOARD_GET_TAG_DATA_FOR_AN_IDEAAcciónTool to retrieve tag data for a specific idea in Stormboard. Use when you need to view all tags associated with a particular idea.
STORMBOARD_GET_TAG_DATA_FOR_AN_IDEAAcciónTool to retrieve tag data for a specific idea in Stormboard. Use when you need to view all tags associated with a particular idea.
Parámetros de entrada
idea_idstringObligatorioThe unique identifier of the idea to retrieve tags for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Unread Chat MessagesSTORMBOARD_GET_UNREAD_CHAT_MESSAGESAcciónTool to retrieve unread chat messages from a specific Storm. Use when you need to check for new messages in a Storm's chat.
STORMBOARD_GET_UNREAD_CHAT_MESSAGESAcciónTool to retrieve unread chat messages from a specific Storm. Use when you need to check for new messages in a Storm's chat.
Parámetros de entrada
storm_idstringObligatorioUnique identifier of the Storm to retrieve unread chat messages from
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Invite Participants to StormSTORMBOARD_INVITE_PARTICIPANTSAcciónTool to invite people to join a Storm by email. Use when you need to add new participants to a Storm.
STORMBOARD_INVITE_PARTICIPANTSAcciónTool to invite people to join a Storm by email. Use when you need to add new participants to a Storm.
Parámetros de entrada
storm_idstringObligatorioThe unique identifier of the Storm to invite participants to.
participantsstring[]ObligatorioList of email addresses of participants to invite to the Storm.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Join a StormSTORMBOARD_JOIN_A_STORMAcciónTool to join a Storm using its ID and access key. Use when a user wants to add themselves to a Storm's participant list.
STORMBOARD_JOIN_A_STORMAcciónTool to join a Storm using its ID and access key. Use when a user wants to add themselves to a Storm's participant list.
Parámetros de entrada
storm_idstringObligatorioThe unique identifier of the Storm to join.
storm_keystringObligatorioThe access key required to join the Storm.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Mark Chat Messages as ReadSTORMBOARD_MARK_CHAT_MESSAGES_AS_READAcciónTool to mark all chat messages as read in a Storm. Use when you need to mark all unread chat messages in a specific Storm as read.
STORMBOARD_MARK_CHAT_MESSAGES_AS_READAcciónTool to mark all chat messages as read in a Storm. Use when you need to mark all unread chat messages in a specific Storm as read.
Parámetros de entrada
storm_idstringObligatorioThe unique identifier of the Storm whose chat messages should be marked as read.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Remove a Favorite StarSTORMBOARD_REMOVE_A_FAVORITE_STARAcciónTool to remove a favorite star from a Storm on the Dashboard. Use when you need to unmark a Storm as a favorite.
STORMBOARD_REMOVE_A_FAVORITE_STARAcciónTool to remove a favorite star from a Storm on the Dashboard. Use when you need to unmark a Storm as a favorite.
Parámetros de entrada
storm_idstringObligatorioThe unique identifier of the Storm to remove from favorites.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Reopen a StormSTORMBOARD_RE_OPEN_A_STORMAcciónTool to reopen a closed Storm. Use when you need to reopen a previously closed Storm. Note: You must be a Storm administrator or the team owner to perform this action.
STORMBOARD_RE_OPEN_A_STORMAcciónTool to reopen a closed Storm. Use when you need to reopen a previously closed Storm. Note: You must be a Storm administrator or the team owner to perform this action.
Parámetros de entrada
storm_idstringObligatorioThe unique identifier of the Storm to reopen. You must be a Storm administrator or the team owner to reopen a Storm.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update a Line ConnectorSTORMBOARD_UPDATE_A_LINE_CONNECTORAcciónTool to update a specific line connector between two ideas. Use when you need to modify the label or style properties of an existing connector.
STORMBOARD_UPDATE_A_LINE_CONNECTORAcciónTool to update a specific line connector between two ideas. Use when you need to modify the label or style properties of an existing connector.
Parámetros de entrada
labelstringUpdated label text for the connector
styleobjectStyle configuration for the line connector
connector_idstringObligatorioUnique identifier of the connector to update
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update NotificationsSTORMBOARD_UPDATE_NOTIFICATIONSAcciónTool to update user notification preferences. Use when you need to enable or disable email notifications for the authenticated user.
STORMBOARD_UPDATE_NOTIFICATIONSAcciónTool to update user notification preferences. Use when you need to enable or disable email notifications for the authenticated user.
Parámetros de entrada
email_notificationsbooleanEnable or disable email notifications. Set to true to enable email notifications, false to disable them.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Section in StormSTORMBOARD_UPDATE_SECTION_IN_STORMAcciónTool to update a section's title, description, and/or character in a Storm. Use when you need to modify section properties. Note: You must be a Storm administrator to perform this action.
STORMBOARD_UPDATE_SECTION_IN_STORMAcciónTool to update a section's title, description, and/or character in a Storm. Use when you need to modify section properties. Note: You must be a Storm administrator to perform this action.
Parámetros de entrada
namestringThe new name/title for the section.
storm_idstringObligatorioThe unique identifier of the storm containing the section. You must be a Storm administrator to update sections.
characterstringThe character attribute for the section.
descriptionstringThe updated description for the section.
section_indexstringObligatorioThe index position or identifier of the section to update.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Storm LegendSTORMBOARD_UPDATE_STORM_LEGENDAcciónTool to update the color labels of the legend for a storm. Use when you need to customize the legend labels for storm items. You must be the storm creator or a storm administrator to perform this action.
STORMBOARD_UPDATE_STORM_LEGENDAcciónTool to update the color labels of the legend for a storm. Use when you need to customize the legend labels for storm items. You must be the storm creator or a storm administrator to perform this action.
Parámetros de entrada
redstringCustom label for the red color in the legend
bluestringCustom label for the blue color in the legend
greenstringCustom label for the green color in the legend
orangestringCustom label for the orange color in the legend
purplestringCustom label for the purple color in the legend
yellowstringCustom label for the yellow color in the legend
storm_idintegerObligatorioUnique ID of the storm to update the legend for. You must be the storm creator or a storm administrator.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Your ProfileSTORMBOARD_UPDATE_YOUR_PROFILEAcciónTool to update your user profile information. Use when you need to modify the authenticated user's first name or last name.
STORMBOARD_UPDATE_YOUR_PROFILEAcciónTool to update your user profile information. Use when you need to modify the authenticated user's first name or last name.
Parámetros de entrada
lastnamestringThe user's last name to update.
firstnamestringThe user's first name to update.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Verify Your AccountSTORMBOARD_VERIFY_YOUR_ACCOUNTAcciónTool to verify a Stormboard account using a verification code. Use when you need to confirm account ownership or complete the account verification process.
STORMBOARD_VERIFY_YOUR_ACCOUNTAcciónTool to verify a Stormboard account using a verification code. Use when you need to confirm account ownership or complete the account verification process.
Parámetros de entrada
codestringObligatorioThe verification code received for account verification
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not