NAiOS IconNAiOS Logo
Volver al catálogo

Stormboard

stormboard

An online sticky note whiteboard making meetings, brainstorms, and creative projects more productive and effective.

Acciones
41
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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_idstringObligatorio

    The unique identifier of the Storm invitation to accept.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Add a Favorite StarSTORMBOARD_ADD_A_FAVORITE_STARAcción

Tool 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_idstringObligatorio

    The unique identifier of the Storm to add to favorites.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Check AuthenticationSTORMBOARD_CHECK_AUTHENTICATIONAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Close a StormSTORMBOARD_CLOSE_A_STORMAcción

Tool 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_idstringObligatorio

    The 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create a Line ConnectorSTORMBOARD_CREATE_A_LINE_CONNECTORAcción

Tool 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_idintegerObligatorio

    The unique identifier of the destination idea where the connector ends.

  • from_idea_idintegerObligatorio

    The unique identifier of the source idea where the connector originates.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create a new chat messageSTORMBOARD_CREATE_A_NEW_CHAT_MESSAGESAcción

Tool 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

  • messagestringObligatorio

    The content of the chat message to be posted.

  • storm_idstringObligatorio

    The unique identifier of the storm where the chat message will be created.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create a New StormSTORMBOARD_CREATE_A_NEW_STORMAcción

Tool 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

  • planstringObligatorioenum

    Storm type. Must be one of: 'personal', 'student', 'educator', or 'team'. If 'team' is selected, teamId must also be provided.

    personalstudenteducatorteam
  • titlestringObligatorio

    The title of the Storm. This is a required field.

  • teamIdstring

    The 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.

  • avatarsboolean

    Show where each user is in realtime on the Storm wall with an avatar and name. Optional boolean flag.

  • descriptionstring

    The description or goals of the Storm. Optional field to provide context about the Storm's purpose.

  • ideacreatorboolean

    Show the idea creator's avatar on the corner of the idea. Optional boolean flag.

  • votesperuserinteger

    Number of votes per user. Must be between 0 and 100. Defaults to 10 if not specified.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create a New TagSTORMBOARD_CREATE_A_NEW_TAGAcción

Tool 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

  • namestringObligatorio

    The name of the tag to create.

  • storm_idstringObligatorio

    The unique identifier of the Storm to create a tag in.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create a New UserSTORMBOARD_CREATE_A_NEW_USERAcción

Tool 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

  • emailstringObligatorioemail

    The 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.

  • lastnamestringObligatorio

    The last name of the new user.

  • passwordstringObligatorio

    The password for the new user account. Should meet security requirements.

  • usernamestringObligatorio

    The username for the new user account. Must be unique.

  • firstnamestringObligatorio

    The first name of the new user.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create an idea in StormboardSTORMBOARD_CREATE_AN_IDEAAcción

Tool 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

  • datastringObligatorio

    The content or description of the idea.

  • namestringObligatorio

    The name or title of the idea.

  • typestring

    Optional type of the idea. Must be one of: text, document, image, indexcard, video, whiteboard.

  • colorstring

    Optional color for the idea (e.g., hex color code or color name).

  • stormidintegerObligatorio

    The Storm ID where the idea will be created. This is the unique identifier of the storm.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Tag Data for an IdeaSTORMBOARD_CREATE_TAG_DATA_FOR_AN_IDEAAcción

Tool 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

  • dataobjectObligatorio

    Dictionary 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_idstringObligatorio

    The unique identifier of the idea to update tags for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Decline a Storm InviteSTORMBOARD_DECLINE_A_STORM_INVITEAcción

Tool 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_idstringObligatorio

    The unique identifier of the Storm invitation to decline.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete a Connector Between IdeasSTORMBOARD_DELETE_A_CONNECTOR_BETWEEN_IDEASAcción

Tool 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_idintegerObligatorio

    The unique identifier of the destination idea where the connector ends.

  • from_idea_idintegerObligatorio

    The unique identifier of the source idea where the connector originates.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete a Specific ConnectorSTORMBOARD_DELETE_A_SPECIFIC_CONNECTORAcción

Tool 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_idstringObligatorio

    The unique identifier of the connector to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Storm DetailsSTORMBOARD_DETAILSAcción

Tool 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_idstringObligatorio

    The unique identifier of the Storm to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Duplicate a StormSTORMBOARD_DUPLICATE_A_STORMAcción

Tool 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_idstringObligatorio

    The unique identifier of the Storm to duplicate.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether 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ón

Tool 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_idstringObligatorio

    The unique identifier of the Storm to retrieve connectors from.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get a List of IdeasSTORMBOARD_GET_A_LIST_OF_IDEASAcción

Tool 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_idstringObligatorio

    The unique identifier of the Storm to retrieve ideas from.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get A List Of ParticipantsSTORMBOARD_GET_A_LIST_OF_PARTICIPANTSAcción

Tool 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_idstringObligatorio

    The unique identifier of the Storm to retrieve participants from.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get A List Of Storms InvitesSTORMBOARD_GET_A_LIST_OF_STORMS_INVITESAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get List of Tags in StormSTORMBOARD_GET_A_LIST_OF_TAGS_IN_THE_STORMAcción

Tool 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_idstringObligatorio

    The unique identifier of the Storm to retrieve tags from.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get A List Of Your StormsSTORMBOARD_GET_A_LIST_OF_YOUR_STORMSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Authentication InfoSTORMBOARD_GET_AUTHENTICATION_INFOAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Chat MessagesSTORMBOARD_GET_CHAT_MESSAGESAcción

Tool 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_idstringObligatorio

    The unique identifier of the storm to retrieve chat messages from

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Idea DataSTORMBOARD_GET_IDEA_DATAAcción

Tool 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_idstringObligatorio

    The unique identifier of the idea to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Info About Your UserSTORMBOARD_GET_INFO_ABOUT_YOUR_USERAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get My Storm AccessSTORMBOARD_GET_MY_STORM_ACCESSAcción

Tool 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_idstringObligatorio

    The unique identifier of the Storm to check access for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Storm TemplateSTORMBOARD_GET_STORM_TEMPLATEAcción

Tool 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_idstringObligatorio

    The unique identifier of the Storm to retrieve template data from.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Tag Data For An IdeaSTORMBOARD_GET_TAG_DATA_FOR_AN_IDEAAcción

Tool 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_idstringObligatorio

    The unique identifier of the idea to retrieve tags for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Unread Chat MessagesSTORMBOARD_GET_UNREAD_CHAT_MESSAGESAcción

Tool 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_idstringObligatorio

    Unique identifier of the Storm to retrieve unread chat messages from

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Invite Participants to StormSTORMBOARD_INVITE_PARTICIPANTSAcción

Tool 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_idstringObligatorio

    The unique identifier of the Storm to invite participants to.

  • participantsstring[]Obligatorio

    List of email addresses of participants to invite to the Storm.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Join a StormSTORMBOARD_JOIN_A_STORMAcción

Tool 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_idstringObligatorio

    The unique identifier of the Storm to join.

  • storm_keystringObligatorio

    The access key required to join the Storm.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Mark Chat Messages as ReadSTORMBOARD_MARK_CHAT_MESSAGES_AS_READAcción

Tool 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_idstringObligatorio

    The unique identifier of the Storm whose chat messages should be marked as read.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Remove a Favorite StarSTORMBOARD_REMOVE_A_FAVORITE_STARAcción

Tool 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_idstringObligatorio

    The unique identifier of the Storm to remove from favorites.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Reopen a StormSTORMBOARD_RE_OPEN_A_STORMAcción

Tool 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_idstringObligatorio

    The 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update a Line ConnectorSTORMBOARD_UPDATE_A_LINE_CONNECTORAcción

Tool 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

  • labelstring

    Updated label text for the connector

  • styleobject

    Style configuration for the line connector

  • connector_idstringObligatorio

    Unique identifier of the connector to update

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update NotificationsSTORMBOARD_UPDATE_NOTIFICATIONSAcción

Tool to update user notification preferences. Use when you need to enable or disable email notifications for the authenticated user.

Parámetros de entrada

  • email_notificationsboolean

    Enable or disable email notifications. Set to true to enable email notifications, false to disable them.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Section in StormSTORMBOARD_UPDATE_SECTION_IN_STORMAcción

Tool 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

  • namestring

    The new name/title for the section.

  • storm_idstringObligatorio

    The unique identifier of the storm containing the section. You must be a Storm administrator to update sections.

  • characterstring

    The character attribute for the section.

  • descriptionstring

    The updated description for the section.

  • section_indexstringObligatorio

    The index position or identifier of the section to update.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Storm LegendSTORMBOARD_UPDATE_STORM_LEGENDAcción

Tool 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

  • redstring

    Custom label for the red color in the legend

  • bluestring

    Custom label for the blue color in the legend

  • greenstring

    Custom label for the green color in the legend

  • orangestring

    Custom label for the orange color in the legend

  • purplestring

    Custom label for the purple color in the legend

  • yellowstring

    Custom label for the yellow color in the legend

  • storm_idintegerObligatorio

    Unique ID of the storm to update the legend for. You must be the storm creator or a storm administrator.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Your ProfileSTORMBOARD_UPDATE_YOUR_PROFILEAcción

Tool 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

  • lastnamestring

    The user's last name to update.

  • firstnamestring

    The user's first name to update.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Verify Your AccountSTORMBOARD_VERIFY_YOUR_ACCOUNTAcción

Tool 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

  • codestringObligatorio

    The verification code received for account verification

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not