NAiOS IconNAiOS Logo
Volver al catálogo

Confluence

confluence

A tool for team collaboration and knowledge management.

Acciones
57
Triggers
23
Autenticación
OAuth gestionado
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 (57)

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.

Add Content LabelCONFLUENCE_ADD_CONTENT_LABELAcción

Tool to add labels to a piece of content. use after obtaining the content id to tag pages or blog posts with metadata labels.

Parámetros de entrada

  • idstringObligatorio

    Identifier of the Confluence content (page or blog post) to label.

  • labelsobject[]Obligatorio

    List of labels to add to the content.

Parámetros de salida

  • dataobject[]Obligatorio

    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 Space by IDCONFLUENCE_CONFLUENCE_GET_SPACE_BY_IDAcción

Tool to retrieve a confluence space by its id. use when you need detailed metadata of a specific space.

Parámetros de entrada

  • idstringObligatorio

    The ID of the space to be returned.

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

Tool to create a new confluence blog post. use when you need to publish content in a specific space.

Parámetros de entrada

  • bodyobjectObligatorio

    Content body of the blog post.

  • titlestringObligatorio

    The title of the new blog post.

  • labelsobject[]

    Optional list of labels to add to the blog post.

  • statusstringObligatorioenum

    Status of the blog post.

    currentdrafttrashed
  • spaceIdstringObligatorio

    ID of the space where the blog post will be created.

  • metadataobject

    Optional key-value metadata for the blog post.

  • parentIdstring

    Optional parent page or blog post ID.

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

Tool to create a property on a specified blog post. use when you need to add custom metadata to a blog post.

Parámetros de entrada

  • idstringObligatorio

    Identifier of the Confluence blog post to add the property to.

  • keystringObligatorio

    Unique key for the blog post property.

  • valueobjectObligatorio

    JSON object representing the value of the blog post property.

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

Tool to create a new content property on a whiteboard. use when you need to attach custom metadata to a confluence whiteboard.

Parámetros de entrada

  • keystringObligatorio

    Key/name of the property to create.

  • valueobjectObligatorio

    JSON object representing the value of the content property.

  • whiteboard_idstringObligatorio

    ID of the whiteboard to add the property to.

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

Tool to create a new confluence page in a specified space. use when you need to create new documentation or content.

Parámetros de entrada

  • bodyobjectObligatorio

    Content body of the page.

  • typestring

    Content type. Must be 'page'.

  • titlestringObligatorio

    Title of the new page.

  • spaceIdstringObligatorio

    ID of the space where the page will be created.

  • parentIdstring

    ID of the parent page (if creating as a child page).

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

Tool to create a property on a confluence page. use when you need to add custom metadata or settings to a page.

Parámetros de entrada

  • keystringObligatorio

    Key/name of the property to create.

  • valueanyObligatorio

    Value of the property. Can be any JSON type (string, number, object, array).

  • page_idstringObligatorio

    ID of the page to create a property 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

Create Private SpaceCONFLUENCE_CREATE_PRIVATE_SPACEAcción

Tool to create a private confluence space. use when you need an isolated workspace viewable only by its creator.

Parámetros de entrada

  • keystringObligatorio

    A unique key for the private space; must be unique and <=255 characters.

  • namestringObligatorio

    The name of the private space, visible only to its creator.

  • descriptionobject

    Container for the plain-text description.

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

Tool to create a new confluence space. use when setting up a new knowledge area for organization.

Parámetros de entrada

  • keystringObligatorio

    A unique key for the space. Must be uppercase, alphanumeric, and may include underscores or hyphens.

  • namestringObligatorio

    Human-readable name for the space.

  • typestringenum

    Type of the space, either 'global' or 'personal'.

    globalpersonal
  • metadataobject

    Optional metadata for the space.

  • descriptionobject

    Description object for a Confluence space.

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

Tool to create a new property on a confluence space. use after confirming the space id when adding custom metadata.

Parámetros de entrada

  • keystringObligatorio

    Unique key for the space property.

  • valueobjectObligatorio

    JSON object representing the value of the space property.

  • spaceIdstringObligatorio

    ID of the space to add the property to.

  • versionobject

    Optional version metadata for the new property.

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

Tool to create a new confluence whiteboard. use when you need to start a collaborative whiteboard session.

Parámetros de entrada

  • titlestring

    Title of the whiteboard.

  • spaceIdstringObligatorio

    ID of the space where the whiteboard will be created.

  • parentIdstring

    ID of the parent content under which the whiteboard 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

Delete Blogpost PropertyCONFLUENCE_DELETE_BLOGPOST_PROPERTYAcción

Tool to delete a blog post property. use when you need to remove custom metadata from a specified blog post.

Parámetros de entrada

  • idstringObligatorio

    ID of the Confluence blog post containing the property.

  • propertyKeystringObligatorio

    Key of the property to delete from the blog post.

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 Page Content PropertyCONFLUENCE_DELETE_CONTENT_PROPERTY_FOR_PAGE_BY_IDAcción

Tool to delete a content property from a page by property id. use when you need to remove custom metadata from a page for cleanup or auditing.

Parámetros de entrada

  • pageIdstringObligatorio

    ID of the Confluence page from which to delete the property.

  • propertyIdstringObligatorio

    ID of the content property to delete from the page.

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 Whiteboard Content PropertyCONFLUENCE_DELETE_CONTENT_PROPERTY_FOR_WHITEBOARD_BY_IDAcción

Tool to delete a content property from a whiteboard by property id. use when you need to remove custom metadata from a whiteboard.

Parámetros de entrada

  • propertyIdstringObligatorio

    ID of the property to delete from the whiteboard.

  • whiteboardIdstringObligatorio

    ID of the whiteboard from which to delete the property.

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

Tool to delete a confluence page. use with caution as this will permanently remove the page from the space.

Parámetros de entrada

  • idstringObligatorio

    ID of the page 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

Delete SpaceCONFLUENCE_DELETE_SPACEAcción

Tool to delete a confluence space by its key. use when you need to permanently remove a space.

Parámetros de entrada

  • space_keystringObligatorio

    Key of the space 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

Delete Space PropertyCONFLUENCE_DELETE_SPACE_PROPERTYAcción

Tool to delete a space property. use when you need to remove a property from a confluence space after review.

Parámetros de entrada

  • propertyKeystringObligatorio

    The key of the space property to delete.

  • spaceIdOrKeystringObligatorio

    The ID or key of the space containing the property.

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

Tool to list labels on an attachment. use after confirming the attachment id to fetch its labels.

Parámetros de entrada

  • idstringObligatorio

    Identifier of the Confluence attachment to retrieve labels for.

  • limitinteger

    Maximum number of labels to return per page.

  • startinteger

    Zero-based index of the first label to return (pagination offset).

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

Tool to retrieve attachments of a confluence page. use after confirming page id to list its attachments (supports pagination).

Parámetros de entrada

  • limitinteger

    Maximum number of attachments to return per page. Confluence caps at 200.

  • startinteger

    Zero-based index of the first item to return (pagination offset).

  • pageIdstringObligatorio

    ID of the Confluence page whose attachments will be retrieved.

  • mediaTypestring

    Filter attachments by MIME type (e.g., 'image/png', 'application/pdf').

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

Tool to retrieve confluence audit records. use when you need to fetch and filter audit logs for compliance or troubleshooting.

Parámetros de entrada

  • tostring

    End of the audit record timestamp range (ISO 8601 format).

  • from_string

    Start of the audit record timestamp range (ISO 8601 format).

  • limitinteger

    Maximum number of audit records to return per page.

  • startinteger

    Zero-based index of the first audit record to return (pagination offset).

  • searchStringstring

    Free-text search to filter audit records by summary or category.

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 Blogpost by IDCONFLUENCE_GET_BLOGPOST_BY_IDAcción

Tool to retrieve a specific confluence blog post by its id. use when you have a blog post id and need detailed metadata and content.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier of the Confluence blog post 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 Blogpost LabelsCONFLUENCE_GET_BLOGPOST_LABELSAcción

Tool to retrieve labels of a specific confluence blog post by id. use after obtaining the blog post id to list its labels.

Parámetros de entrada

  • idstringObligatorio

    Identifier of the Confluence blog post to retrieve labels for.

  • limitinteger

    Maximum number of labels to return per page.

  • startinteger

    Zero-based index of the first label to return (pagination offset).

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 Blogpost Like CountCONFLUENCE_GET_BLOGPOST_LIKE_COUNTAcción

Tool to get like count for a confluence blog post. use after confirming the blog post id to retrieve total likes.

Parámetros de entrada

  • idstringObligatorio

    Identifier of the Confluence blog post to retrieve like count 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 Blogpost OperationsCONFLUENCE_GET_BLOGPOST_OPERATIONSAcción

Tool to retrieve permitted operations for a confluence blog post. use after confirming the blog post id to see allowed actions.

Parámetros de entrada

  • idstringObligatorio

    Identifier of the Confluence blog post to query operations 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 BlogpostsCONFLUENCE_GET_BLOGPOSTSAcción

Tool to retrieve a list of blog posts. use when you need blog post ids.

Parámetros de entrada

  • limitinteger

    Maximum number of blog posts to return per page.

  • cursorstring

    Cursor for pagination. Use value from previous response to fetch the next page.

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

Tool to retrieve a list of blog posts. use when you need a paginated list of confluence blog posts.

Parámetros de entrada

  • limitinteger

    Maximum number of items to return per page.

  • cursorstring

    Opaque pagination cursor for fetching the next page of results.

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 Blog Posts For LabelCONFLUENCE_GET_BLOG_POSTS_FOR_LABELAcción

Tool to list all blog posts under a specific label. use when you have a label id and need to retrieve associated blog posts.

Parámetros de entrada

  • idstringObligatorio

    ID of the label to retrieve blog posts for.

  • limitinteger

    Maximum number of items to return per page.

  • cursorstring

    Opaque pagination cursor for fetching the next page of results.

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 Blogpost Version DetailsCONFLUENCE_GET_BLOGPOST_VERSION_DETAILSAcción

Tool to retrieve details for a specific version of a blog post. use when you have a blogpostid and versionnumber and need detailed metadata for that version.

Parámetros de entrada

  • blogpostIdstringObligatorio

    Unique identifier of the Confluence blog post.

  • versionNumberintegerObligatorio

    Version number of the blog post 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 Blogpost VersionsCONFLUENCE_GET_BLOGPOST_VERSIONSAcción

Tool to retrieve all versions of a specific blog post. use when you have a blogpostid and need to list version numbers.

Parámetros de entrada

  • limitinteger

    Maximum number of version items to return per page.

  • cursorstring

    Cursor for pagination. Use value from previous response to fetch next page.

  • blogpostIdstringObligatorio

    The unique identifier of the Confluence blog post.

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

Tool to list all direct child pages of a given confluence page. use when you have a parent page id and need to discover its direct descendants.

Parámetros de entrada

  • idstringObligatorio

    ID of the Confluence page to retrieve child pages for.

  • limitinteger

    Maximum number of items to return per page. Confluence caps at 100.

  • startinteger

    Zero-based index of the first item to return (pagination offset).

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 Blog Post Content PropertiesCONFLUENCE_GET_CONTENT_PROPERTIES_FOR_BLOG_POSTAcción

Tool to retrieve all content properties on a blog post. use when you need to list metadata properties set on a specific confluence blog post.

Parámetros de entrada

  • limitinteger

    Maximum number of properties to return per page.

  • startinteger

    Zero-based index of the first property to return (pagination offset).

  • blogpost_idstringObligatorio

    Identifier of the Confluence blog post to retrieve properties 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 Page Content PropertiesCONFLUENCE_GET_CONTENT_PROPERTIES_FOR_PAGEAcción

Tool to retrieve all content properties on a page. use when you need to list metadata properties set on a specific confluence page.

Parámetros de entrada

  • limitinteger

    Maximum number of properties to return per page (max 200).

  • cursorstring

    Opaque pagination cursor for fetching the next page of results.

  • page_idstringObligatorio

    Identifier of the Confluence page to retrieve properties 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 Content RestrictionsCONFLUENCE_GET_CONTENT_RESTRICTIONSAcción

Tool to retrieve restrictions on a confluence content item. use when you need to see who can view or edit a page or blog post.

Parámetros de entrada

  • idstringObligatorio

    ID of the content to retrieve restrictions for.

  • expandstring[]

    Comma-separated properties to expand in the response, e.g., ['restrictables.operation', '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

Get Current UserCONFLUENCE_GET_CURRENT_USERAcción

Tool to get information about the currently authenticated user. use when you need to check user details or permissions.

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 Inline Comments for Blog PostCONFLUENCE_GET_INLINE_COMMENTS_FOR_BLOG_POSTAcción

Tool to retrieve inline comments for a confluence blog post. use when you need inline comment details by blog post id.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier of the blog post to retrieve inline comments for.

  • limitinteger

    Maximum number of inline comments to return per page (default 25).

  • startinteger

    Index of the first inline comment to return (0-based).

  • expandstring

    Comma-separated list of properties to expand in the response (e.g., 'body,author').

  • locationstring

    Return comments for a specific location within the blog post content.

  • parentVersioninteger

    Return comments relevant to a specific version of the blog post.

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

Tool to retrieve all labels in a confluence site. use when you need to list or page through labels.

Parámetros de entrada

  • limitinteger

    Maximum number of labels to return per page.

  • startinteger

    Zero-based index of the first label to return (pagination offset).

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

Tool to retrieve labels of a specific confluence page by id. use after obtaining the page id to list its labels.

Parámetros de entrada

  • idstringObligatorio

    Identifier of the Confluence page to retrieve labels for.

  • limitinteger

    Maximum number of labels to return per page.

  • startinteger

    Zero-based index of the first label to return (pagination offset).

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 Labels for SpaceCONFLUENCE_GET_LABELS_FOR_SPACEAcción

Tool to list labels on a space. use when you need to retrieve labels for a specific space.

Parámetros de entrada

  • idstringObligatorio

    ID or key of the space to retrieve labels for.

  • limitinteger

    Maximum number of labels to return per page.

  • startinteger

    Zero-based index of the first label to return (pagination offset).

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 Labels for Space ContentCONFLUENCE_GET_LABELS_FOR_SPACE_CONTENTAcción

Tool to list labels on all content in a space. use when you need to retrieve or filter content labels by space, with pagination and optional prefix filtering.

Parámetros de entrada

  • idstringObligatorio

    The ID of the space to list content labels for.

  • limitinteger

    Maximum number of labels to return per page.

  • startinteger

    Zero-based index of the first label to return (pagination offset).

  • prefixstring

    Filter labels by this prefix (e.g., 'global', 'page-').

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

Tool to retrieve all ancestors for a given confluence page by its id. use when you need the full page hierarchy.

Parámetros de entrada

  • idstringObligatorio

    ID of the Confluence page to retrieve ancestors 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 Page by IDCONFLUENCE_GET_PAGE_BY_IDAcción

Tool to retrieve a confluence page by its id. use when you have a page id and need its detailed metadata and content.

Parámetros de entrada

  • idstringObligatorio

    ID of the Confluence page to retrieve.

  • draftboolean

    Whether to return the draft version (default: false).

  • versioninteger

    Specific page version to retrieve (default: latest).

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 Page Like CountCONFLUENCE_GET_PAGE_LIKE_COUNTAcción

Tool to get like count for a confluence page. use after confirming the page id to retrieve total likes.

Parámetros de entrada

  • idstringObligatorio

    Identifier of the Confluence page to retrieve like count 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 PagesCONFLUENCE_GET_PAGESAcción

Tool to retrieve a list of pages. use when you need a paginated list of confluence pages.

Parámetros de entrada

  • sortstring

    Field to sort by (e.g., 'created', 'modified').

  • typestring

    Filter by content type (e.g., 'page').

  • labelstring[]

    Filter by labels; pages must have at least one of these labels.

  • limitinteger

    Maximum number of pages to return per page. Confluence caps at 200.

  • startinteger

    Zero-based index of the first item to return (pagination offset).

  • expandstring[]

    Properties to expand in response (e.g., 'body.storage', 'metadata.labels').

  • statusstring

    Filter by page status (e.g., 'current').

  • spaceIdstring

    Filter by the ID of the space.

  • authorIdstring

    Filter by the author's account ID.

  • directionstringenum

    Sort direction: 'asc' or 'desc'.

    ascdesc

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

Tool to retrieve all versions of a specific confluence page. use after confirming the page id to audit its edit history.

Parámetros de entrada

  • idstringObligatorio

    The unique identifier of the Confluence page.

  • limitinteger

    Maximum number of versions to return per page (pagination limit).

  • startinteger

    Zero-based index of the first version to return (pagination offset).

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 Space by IDCONFLUENCE_GET_SPACE_BY_IDAcción

Tool to retrieve a confluence space by its id. use when you need detailed metadata of a specific space.

Parámetros de entrada

  • idstringObligatorio

    The ID of the space to be returned.

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

Tool to retrieve content in a confluence space. use when you need to list pages, blogposts, or attachments of a specific space key.

Parámetros de entrada

  • typestringenum

    Type of content to return (e.g., 'page', 'blogpost', 'attachment').

    pageblogpostattachment
  • limitinteger

    Maximum number of items to return per page. Confluence caps at 200.

  • startinteger

    Zero-based index of the first item to return (pagination offset).

  • statusstringenum

    Status of the content to return ('current', 'trashed', 'draft', 'historical').

    currenttrasheddrafthistorical
  • spaceKeystringObligatorio

    Key of the space to retrieve content from.

  • postingDaystringdate

    For blogposts, filter by publish date (ISO date, yyyy-MM-dd).

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

Tool to get properties of a confluence space. use when you need to retrieve custom metadata or settings stored as space properties.

Parámetros de entrada

  • idstringObligatorio

    ID of the space to get properties for.

  • keystring[]

    Filter by property key(s). If not provided, returns all properties.

  • limitinteger

    Maximum number of properties to return per page. Confluence caps at 200.

  • startinteger

    Zero-based index of the first item to return (pagination offset).

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

Tool to retrieve a list of confluence spaces. use when you need a paginated list of spaces with optional filtering.

Parámetros de entrada

  • typestringenum

    Type of space: 'global' or 'personal'.

    globalpersonal
  • labelstring[]

    Filter by labels; spaces must have at least one of these labels.

  • limitinteger

    Maximum number of spaces to return per page. Confluence caps at 200.

  • startinteger

    Zero-based index of the first item to return (pagination offset).

  • expandstring[]

    Properties to expand in response (e.g., 'description', 'icon', 'metadata').

  • statusstringenum

    Status of space: 'current' (active) or 'archived'.

    currentarchived
  • spaceKeystring[]

    Filter by space key(s); accepts one or more space keys.

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

Tool to retrieve information about the anonymous user. use when you need to obtain guest user details before unauthenticated interactions.

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

Search ContentCONFLUENCE_SEARCH_CONTENTAcción

Searches for content by filtering pages from the confluence v2 api with intelligent ranking. since the native search endpoint is deprecated, this action: 1. fetches pages from the v2 pages endpoint with pagination (up to 300 pages) 2. applies intelligent client-side filtering with relevance scoring 3. returns results ranked by match quality (exact phrase > all words > partial matches) the search algorithm prioritizes exact phrase matches, then checks for all query words present in the title, and finally considers partial word matches. results are automatically sorted by relevance score for optimal user experience.

Parámetros de entrada

  • limitinteger

    Maximum number of results to return

  • querystringObligatorio

    Search query to find matching pages. The search will look for this text in page titles with intelligent matching including: (1) Exact phrase matches (highest priority), (2) All words present anywhere in title (medium priority), (3) Partial word matches (lowest priority). Search is case-insensitive and supports multiple words.

  • startinteger

    Starting index for pagination

  • expandstring

    Comma-separated list of properties to expand in the response

  • spaceKeystring

    Limit search to a specific space by space key (will be added to CQL query)

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

Search UsersCONFLUENCE_SEARCH_USERSAcción

Searches for users using user-specific queries from the confluence query language (cql).

Parámetros de entrada

  • limitinteger

    Maximum number of users per result to return

  • cursorstring

    Used for pagination. The cursor for the next page of results.

  • accountIdstring

    Filter by user account ID

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

Tool to update a confluence blog post's title or content. use when you need to modify an existing blog post. ensure you have the latest version number before calling.

Parámetros de entrada

  • idstringObligatorio

    ID of the blog post to update.

  • bodyobjectObligatorio

    New content for the blog post body. Should be a mapping of representation name to content object, e.g., ``{'storage': {'value': '<p>Content</p>', 'representation': 'storage'}}``.

  • typestring

    Content type, must be 'blogpost'.

  • titlestringObligatorio

    New title for the blog post.

  • statusstringenum

    Status of the blog post. Defaults to 'current' if not provided.

    currentdraftarchived
  • spaceIdstringObligatorio

    ID of the space containing the blog post.

  • versionobjectObligatorio

    Version object containing the new version number and optional metadata.

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

Tool to update a property of a specified blog post. use when you need to modify custom metadata on a blog post.

Parámetros de entrada

  • idstringObligatorio

    ID of the Confluence blog post to update.

  • valueobjectObligatorio

    New JSON-serializable value for the specified property.

  • propertyKeystringObligatorio

    Key of the property to update on the blog post.

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 Page Content PropertyCONFLUENCE_UPDATE_CONTENT_PROPERTY_FOR_PAGE_BY_IDAcción

Tool to update a content property on a confluence page. use when you need to modify an existing metadata property by its id.

Parámetros de entrada

  • valueobjectObligatorio

    New JSON-serializable value for the specified property.

  • pageIdstringObligatorio

    ID of the Confluence page to update the property on.

  • propertyIdstringObligatorio

    ID of the content property to update on the page.

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 Whiteboard Content PropertyCONFLUENCE_UPDATE_CONTENT_PROPERTY_FOR_WHITEBOARD_BY_IDAcción

Tool to update a content property on a whiteboard. use when you need to modify metadata on a confluence whiteboard.

Parámetros de entrada

  • valueobjectObligatorio

    New JSON object value for the specified content property.

  • propertyIdstringObligatorio

    ID of the content property to update on the whiteboard.

  • whiteboardIdstringObligatorio

    ID of the Confluence whiteboard containing the property 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 PageCONFLUENCE_UPDATE_PAGEAcción

Tool to update an existing confluence page. use when you need to modify existing documentation or content.

Parámetros de entrada

  • idstringObligatorio

    ID of the page to update.

  • bodyobjectObligatorio

    Updated content body of the page.

  • typestring

    Content type. Must be 'page'.

  • titlestringObligatorio

    Updated title of the page.

  • spaceIdstringObligatorio

    ID of the space containing the page.

  • versionobjectObligatorio

    Version information for the 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 Space PropertyCONFLUENCE_UPDATE_SPACE_PROPERTYAcción

Tool to update a space property. use when you need to modify custom metadata stored on a confluence space (requires fetching the current property version first).

Parámetros de entrada

  • valueobjectObligatorio

    New JSON-serializable value for the specified space property.

  • spaceKeystringObligatorio

    Key of the space containing the property.

  • propertyKeystringObligatorio

    Key of the space property 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

Triggers (23)

Los triggers son eventos externos que pueden iniciar un flujo en tus agentes (ej: nuevo email, mensaje recibido, registro creado).

New Attachment AddedCONFLUENCE_ATTACHMENT_ADDED_TRIGGERTrigger

Triggers when a new attachment is uploaded to a Confluence page. Optionally filters by media type.

Configuración

  • intervalnumber

    Periodic Interval to Check for Updates & Send a Trigger in Minutes

  • limitinteger

    Maximum number of attachments to check in each poll (1-200). Default is 25.

  • mediaTypestring

    Filter attachments by MIME type (e.g., 'image/png', 'application/pdf'). Leave empty to monitor all types.

  • pageIdstringObligatorio

    ID of the Confluence page to monitor for new attachments.

Payload del evento

  • attachmentobjectObligatorio

    The newly added Confluence attachment

  • event_typestring

    Type of event that occurred

Instrucciones

**Instructions for Setting Up the Trigger:** - This trigger monitors a specific Confluence page for newly added attachments. - You must provide the page ID of the Confluence page to monitor. - You can optionally filter by media type (e.g., 'image/png', 'application/pdf'). The payload includes the attachment ID, filename, MIME type, file size, creation timestamp, download URL, and web UI link.

Blog Post Added to LabelCONFLUENCE_BLOG_POST_ADDED_TO_LABEL_TRIGGERTrigger

Triggers when a new blog post is added to a specific label in Confluence.

Configuración

  • intervalnumber

    Periodic Interval to Check for Updates & Send a Trigger in Minutes

  • label_idstringObligatorio

    ID of the label to monitor for new blog posts.

  • limitinteger

    Maximum number of blog posts to fetch in each poll. Default is 25, max is 250.

Payload del evento

  • blog_postobjectObligatorio

    The newly added blog post to the label

  • event_typestring

    Type of event that occurred

Instrucciones

**Instructions for Setting Up the Trigger:** - This trigger monitors a specific Confluence label for newly added blog posts. - You must provide the label_id to monitor. The payload includes the blog post ID, title, status, and creation/modification metadata.

Blogpost Inline Comment AddedCONFLUENCE_BLOGPOST_INLINE_COMMENT_ADDED_TRIGGERTrigger

Triggers when a new inline comment is added to a Confluence blog post.

Configuración

  • blog_post_idstringObligatorio

    The ID of the blog post to monitor for new inline comments

  • body_formatstringenum

    The content format type for the comment body. Valid values: storage, atlas_doc_format.

    storageatlas_doc_format
  • intervalnumber

    Periodic Interval to Check for Updates & Send a Trigger in Minutes

  • limitinteger

    Maximum number of inline comments to fetch per poll (default 25, max 250)

Payload del evento

  • commentobjectObligatorio

    The newly added inline comment

  • event_typestring

    Type of event that occurred

Instrucciones

**Instructions for Setting Up the Trigger:** - This trigger monitors a specific Confluence blog post for new inline comments. - Provide the `blog_post_id` of the Confluence blog post to monitor. - Optionally choose the body format (`storage` or `atlas_doc_format`). The payload includes the comment ID, status, body content, resolution status, and the original text selection the comment was anchored to.

Blog Post Like Count ChangedCONFLUENCE_BLOGPOST_LIKE_COUNT_CHANGED_TRIGGERTrigger

Triggers when a Confluence blog post's like count changes (someone likes or unlikes).

Configuración

  • blogpost_idstringObligatorio

    The unique ID of the Confluence blog post to monitor for like count changes. Use CONFLUENCE_GET_BLOG_POSTS to find blog post IDs.

  • intervalnumber

    Periodic Interval to Check for Updates & Send a Trigger in Minutes

Payload del evento

  • blogpost_idstringObligatorio

    The ID of the blog post

  • changeintegerObligatorio

    The change in like count (positive for likes, negative for unlikes)

  • current_like_countintegerObligatorio

    Current like count after the change

  • event_typestring

    Type of event that occurred

  • previous_like_countintegerObligatorio

    Previous like count before the change

Instrucciones

**Instructions for Setting Up the Trigger:** - This trigger monitors a specific Confluence blog post for changes to its like count. - You must provide the blog post ID. Use CONFLUENCE_GET_BLOG_POSTS to find it. - The trigger detects both likes (count increases) and unlikes (count decreases). The payload includes the blog post ID, previous like count, current like count, and the change delta.

Blog Post UpdatedCONFLUENCE_BLOGPOST_UPDATED_TRIGGERTrigger

Triggers when a Confluence blog post is updated (any edit that creates a new version).

Configuración

  • blogpost_idstringObligatorio

    The unique ID of the Confluence blog post to monitor for updates. Use CONFLUENCE_GET_BLOG_POSTS to find blog post IDs.

  • intervalnumber

    Periodic Interval to Check for Updates & Send a Trigger in Minutes

Payload del evento

  • blog_postobjectObligatorio

    The updated blog post

  • current_versionintegerObligatorio

    Current version number after the update

  • event_typestring

    Type of event that occurred

  • previous_versionintegerObligatorio

    Previous version number before the update

Instrucciones

**Instructions for Setting Up the Trigger:** - This trigger monitors a specific Confluence blog post for updates. - You must provide the blog post ID. Use CONFLUENCE_GET_BLOG_POSTS to find it. - Fires when any edit increments the version number (content, title, formatting changes). The payload includes the full blog post object with version info, plus the previous and current version numbers.

Content Restrictions ChangedCONFLUENCE_CONTENT_RESTRICTIONS_CHANGED_TRIGGERTrigger

Triggers when view or edit restrictions change on a Confluence page or blog post. Detects user/group restrictions being added, removed, or modified.

Configuración

  • content_idstringObligatorio

    The unique ID of the Confluence page or blog post to monitor for restriction changes. Use CONFLUENCE_GET_PAGES or CONFLUENCE_GET_BLOG_POSTS to find content IDs.

  • intervalnumber

    Periodic Interval to Check for Updates & Send a Trigger in Minutes

Payload del evento

  • content_idstringObligatorio

    ID of the content whose restrictions changed

  • current_hashstring

    Current restrictions hash

  • current_restrictionsobject[]Obligatorio

    Current restriction state

  • event_typestring

    Type of event that occurred

  • previous_hashstring

    Previous restrictions hash

  • previous_restrictionsobject[]Obligatorio

    Previous restriction state

  • restrictions_hash_changedbooleanObligatorio

    Whether the restrictions hash changed

Instrucciones

**Instructions for Setting Up the Trigger:** - This trigger monitors content restrictions (view/edit permissions) on a specific Confluence page or blog post. - You must provide the content ID. Use CONFLUENCE_GET_PAGES or CONFLUENCE_GET_BLOG_POSTS to find it. - Detects changes to view restrictions, edit/update restrictions, and user or group restrictions added/removed. The payload includes the content ID, previous and current restriction states, and whether the restrictions hash changed.

New Footer Comment Added to PageCONFLUENCE_FOOTER_COMMENT_ADDED_TRIGGERTrigger

Triggers when a new footer comment is added to a Confluence page.

Configuración

  • body_formatstringenum

    The content format type for the comment body. Valid values: storage, atlas_doc_format.

    storageatlas_doc_format
  • intervalnumber

    Periodic Interval to Check for Updates & Send a Trigger in Minutes

  • limitinteger

    Maximum number of footer comments to fetch per poll (default 25, max 250)

  • page_idstringObligatorio

    The ID of the page to monitor for new footer comments

Payload del evento

  • commentobjectObligatorio

    The newly added footer comment

  • event_typestring

    Type of event that occurred

Instrucciones

**Instructions for Setting Up the Trigger:** - This trigger monitors a specific Confluence page for new footer comments. - Provide the page_id of the page you want to monitor. - You can configure the body_format to control the format of comment content returned (storage or atlas_doc_format). The payload includes the comment ID, status, body content, resolution status, and version/author metadata.

New Audit Log RecordCONFLUENCE_NEW_AUDIT_LOG_TRIGGERTrigger

Triggers when a new audit log record is created in Confluence. Requires Confluence Standard/Premium/Enterprise plan and 'Confluence Administrator' permission.

Configuración

  • intervalnumber

    Periodic Interval to Check for Updates & Send a Trigger in Minutes

  • limitinteger

    Maximum number of audit records to check in each poll (1-1000)

  • search_stringstring

    Optional search string to filter audit records by summary or category. Leave empty to monitor all audit records.

Payload del evento

  • audit_recordobjectObligatorio

    The newly created audit log record

  • event_typestring

    Type of event that occurred

Instrucciones

**Instructions for Setting Up the Trigger:** - This trigger monitors Confluence audit logs for newly created records. - You can optionally provide a search string to filter which audit records to monitor (e.g., "user login", "page update", "space export"). **Requirements:** - Confluence Standard, Premium, or Enterprise plan (not available on Free plan) - 'Confluence Administrator' global permission The payload includes the audit record ID, author details, IP address, timestamp, event summary, category, affected object, and changed values.

New Blog Post CreatedCONFLUENCE_NEW_BLOG_POST_CREATED_TRIGGERTrigger

Triggers when a new blog post is created in Confluence. Optionally filters by space or status.

Configuración

  • intervalnumber

    Periodic Interval to Check for Updates & Send a Trigger in Minutes

  • limitinteger

    Maximum number of blog posts to fetch in each poll (1-250). Default is 25.

  • space_idstring

    Filter blog posts by specific space ID. Leave empty to monitor all spaces.

  • statusstring

    Filter blog posts by status (e.g., 'current', 'archived'). Leave empty to monitor all statuses.

Payload del evento

  • blog_postobjectObligatorio

    The newly created blog post

  • event_typestring

    Type of event that occurred

Instrucciones

**Instructions for Setting Up the Trigger:** - This trigger monitors Confluence for newly created blog posts. - You can optionally filter by space_id or status to narrow down which blog posts to monitor. The payload includes the blog post ID, title, status, space ID, author, creation timestamp, version info, and body content.

New Child Page CreatedCONFLUENCE_NEW_CHILD_PAGE_TRIGGERTrigger

Triggers when a new child page is created under a specific parent page in Confluence.

Configuración

  • intervalnumber

    Periodic Interval to Check for Updates & Send a Trigger in Minutes

  • limitinteger

    Maximum number of child pages to check in each poll (1-250). Default is 25.

  • parent_page_idstringObligatorio

    ID of the parent Confluence page to monitor for new child pages.

Payload del evento

  • child_pageobjectObligatorio

    The newly created child page

  • event_typestring

    Type of event that occurred

  • parent_page_idstringObligatorio

    ID of the parent page under which the child was created

Instrucciones

**Instructions for Setting Up the Trigger:** - This trigger monitors a specific Confluence page for newly created child pages. - You must provide the parent_page_id of the Confluence page to monitor. The payload includes the child page ID, title, status, space ID, and child position.

New CQL Content MatchCONFLUENCE_NEW_CQL_CONTENT_MATCH_TRIGGERTrigger

Triggers when new Confluence content appears that matches a user-provided CQL query.

Configuración

  • cql_querystringObligatorio

    Confluence Query Language (CQL) query to search for content. Examples: 'label = "important"' (content with specific label), 'text ~ "API documentation"' (full-text search), 'type = page AND space = DEV' (pages in DEV space), 'type = blogpost AND lastModified > now("-7d")' (recent blog posts). The trigger will fire when new content matches this query.

  • expandstring

    Comma-separated list of properties to expand in the response. Common values: 'content.space', 'content.version', 'content.body.storage'. Note: Using body expansions may limit results to 25-50.

  • includeArchivedSpacesboolean

    Whether to include results from archived spaces

  • intervalnumber

    Periodic Interval to Check for Updates & Send a Trigger in Minutes

  • limitinteger

    Maximum number of results to fetch in each poll (1-250). Default is 25.

Payload del evento

  • event_typestring

    Type of event that occurred

  • resultobjectObligatorio

    The search result that newly matched the query

Instrucciones

**Instructions for Setting Up the Trigger:** - This trigger monitors Confluence for new content that matches a CQL (Confluence Query Language) query. - You must provide a CQL query that defines what content to monitor. - Examples: - Monitor pages with a specific label: Set cql_query to 'label = "important" AND type = page' - Monitor recent blog posts: Set cql_query to 'type = blogpost AND lastModified > now("-7d")' - Monitor pages in a space: Set cql_query to 'type = page AND space = DEV' - Full-text search: Set cql_query to 'text ~ "API documentation"' The payload includes the content object (ID, type, title, space, version), excerpt, URL, and relevance score.

New Task CreatedCONFLUENCE_NEW_TASK_CREATED_TRIGGERTrigger

Triggers when a new task (action item) is created in Confluence.

Configuración

  • blogpost_idinteger

    Filter tasks by specific blog post ID. Leave empty to monitor all blog posts.

  • intervalnumber

    Periodic Interval to Check for Updates & Send a Trigger in Minutes

  • limitinteger

    Maximum number of tasks to fetch in each poll. Confluence caps at 250.

  • page_idinteger

    Filter tasks by specific page ID. Leave empty to monitor all pages.

  • space_idinteger

    Filter tasks by specific space ID. Leave empty to monitor all spaces.

  • statusstring

    Filter tasks by status (e.g., 'complete', 'incomplete'). Leave empty to monitor all statuses.

Payload del evento

  • event_typestring

    Type of event that occurred

  • taskobjectObligatorio

    The newly created task

Instrucciones

**Instructions for Setting Up the Trigger:** - This trigger monitors Confluence for newly created tasks. - You can optionally filter by space_id, page_id, blogpost_id, or status. The payload includes the task ID, status, assignee, creator, timestamps, due date, and the page/blog post it belongs to.

Page Content Properties ChangedCONFLUENCE_PAGE_CONTENT_PROPERTIES_CHANGED_TRIGGERTrigger

Triggers when content properties on a Confluence page are added, removed, or updated.

Configuración

  • intervalnumber

    Periodic Interval to Check for Updates & Send a Trigger in Minutes

  • limitinteger

    Maximum number of properties to fetch in each poll (1-200). Default is 100.

  • page_idstringObligatorio

    The ID of the Confluence page to monitor for content property changes. Use CONFLUENCE_GET_PAGES or CONFLUENCE_GET_PAGE_BY_ID to find page IDs.

Payload del evento

  • added_propertiesobject[]

    List of properties that were added

  • event_typestring

    Type of event that occurred

  • page_idstringObligatorio

    ID of the page whose properties changed

  • removed_propertiesobject[]

    List of properties that were removed

  • updated_propertiesobject[]

    List of properties that were updated with old and new values

Instrucciones

**Instructions for Setting Up the Trigger:** - This trigger monitors content properties on a specific Confluence page. - You must provide the page ID. Use CONFLUENCE_GET_PAGES or CONFLUENCE_GET_PAGE_BY_ID to find it. - Detects properties added, removed, or updated (value or version changes). The payload includes the page ID and lists of added, removed, and updated properties with old/new values.

New Page CreatedCONFLUENCE_PAGE_CREATED_TRIGGERTrigger

Triggers when a new page is created in Confluence. Optionally filters by space or status.

Configuración

  • intervalnumber

    Periodic Interval to Check for Updates & Send a Trigger in Minutes

  • limitinteger

    Maximum number of pages to fetch in each poll (1-250). Default is 25.

  • space_idinteger

    Filter pages by specific space ID. Leave empty to monitor all spaces.

  • statusstring

    Filter pages by status (e.g., 'current', 'archived', 'deleted', 'trashed'). Leave empty to monitor all statuses.

Payload del evento

  • event_typestring

    Type of event that occurred

  • pageobjectObligatorio

    The newly created page

Instrucciones

**Instructions for Setting Up the Trigger:** - This trigger monitors Confluence for newly created pages. - You can optionally filter by space_id or status to narrow down which pages to monitor. The payload includes the page ID, title, status, space ID, parent page info, author, creation timestamp, and version info.

New Inline Comment Added to PageCONFLUENCE_PAGE_INLINE_COMMENT_ADDED_TRIGGERTrigger

Triggers when a new inline comment is added to a Confluence page.

Configuración

  • body_formatstringenum

    The content format type for the comment body. Valid values: storage, atlas_doc_format.

    storageatlas_doc_format
  • intervalnumber

    Periodic Interval to Check for Updates & Send a Trigger in Minutes

  • limitinteger

    Maximum number of inline comments to fetch per poll (default 25, max 250)

  • page_idintegerObligatorio

    The ID of the page to monitor for new inline comments

Payload del evento

  • commentobjectObligatorio

    The newly added inline comment

  • event_typestring

    Type of event that occurred

Instrucciones

**Instructions for Setting Up the Trigger:** - This trigger monitors a specific Confluence page for new inline comments. - Provide the page_id of the page you want to monitor. - You can configure the body_format to control the format of comment content returned (storage or atlas_doc_format). The payload includes the comment ID, status, body content, resolution status, and the original text selection the comment was anchored to.

Page Like Count ChangedCONFLUENCE_PAGE_LIKE_COUNT_CHANGED_TRIGGERTrigger

Triggers when a Confluence page's like count changes (someone likes or unlikes).

Configuración

  • intervalnumber

    Periodic Interval to Check for Updates & Send a Trigger in Minutes

  • page_idstringObligatorio

    The unique ID of the Confluence page to monitor for like count changes. Use CONFLUENCE_GET_PAGES to find page IDs.

Payload del evento

  • change_deltaintegerObligatorio

    The change in like count (positive for likes, negative for unlikes)

  • current_countintegerObligatorio

    Current number of likes after the change

  • event_typestring

    Type of event that occurred

  • page_idstringObligatorio

    The ID of the page whose like count changed

  • previous_countintegerObligatorio

    Previous number of likes before the change

Instrucciones

**Instructions for Setting Up the Trigger:** - This trigger monitors a specific Confluence page for changes in like count. - You must provide the page ID. Use CONFLUENCE_GET_PAGES to find it. - Detects both likes (count increases) and unlikes (count decreases). The payload includes the page ID, previous count, current count, and change_delta (positive = likes, negative = unlikes).

Page MovedCONFLUENCE_PAGE_MOVED_TRIGGERTrigger

Triggers when a Confluence page is moved to a different location in the page hierarchy.

Configuración

  • intervalnumber

    Periodic Interval to Check for Updates & Send a Trigger in Minutes

  • page_idstringObligatorio

    The ID of the Confluence page to monitor for moves (e.g., '66304'). Use CONFLUENCE_GET_PAGES to find page IDs.

Payload del evento

  • event_typestring

    Type of event that occurred

  • new_ancestorsobject[]Obligatorio

    New ancestor chain (ordered from root to immediate parent)

  • old_ancestorsobject[]Obligatorio

    Previous ancestor chain (ordered from root to immediate parent)

  • page_idstringObligatorio

    ID of the page that was moved

Instrucciones

**Instructions for Setting Up the Trigger:** - This trigger monitors a specific Confluence page to detect when it's moved in the page hierarchy. - You must provide the page ID. Use CONFLUENCE_GET_PAGES to find it. - Detects when the page is moved to a different parent, moved from root to having a parent (or vice versa), or any ancestor in the chain is relocated. The payload includes the page ID, the previous ancestor chain, and the new ancestor chain.

Page UpdatedCONFLUENCE_PAGE_UPDATED_TRIGGERTrigger

Triggers when a Confluence page is updated (any edit that creates a new version).

Configuración

  • intervalnumber

    Periodic Interval to Check for Updates & Send a Trigger in Minutes

  • page_idstringObligatorio

    The unique ID of the Confluence page to monitor for updates. Use CONFLUENCE_GET_PAGES to find page IDs.

Payload del evento

  • current_versionintegerObligatorio

    Current version number after the update

  • event_typestring

    Type of event that occurred

  • pageobjectObligatorio

    The updated page

  • previous_versionintegerObligatorio

    Previous version number before the update

Instrucciones

**Instructions for Setting Up the Trigger:** - This trigger monitors a specific Confluence page for updates. - You must provide the page ID. Use CONFLUENCE_GET_PAGES to find it. - Fires when any edit increments the version number (content, title, formatting changes). The payload includes the full page object with version info, plus the previous and current version numbers.

Page Version CreatedCONFLUENCE_PAGE_VERSION_CREATED_TRIGGERTrigger

Triggers when a new version is created for a specific Confluence page.

Configuración

  • intervalnumber

    Periodic Interval to Check for Updates & Send a Trigger in Minutes

  • limitinteger

    Maximum number of versions to fetch in each poll (1-200). Default is 25.

  • page_idstringObligatorio

    The ID of the page to monitor for new versions.

Payload del evento

  • event_typestring

    Type of event that occurred

  • versionobjectObligatorio

    The newly created page version

Instrucciones

**Instructions for Setting Up the Trigger:** - This trigger monitors a specific Confluence page for newly created versions. - You must provide the page_id of the page to monitor. The payload includes the version number, creation timestamp, author ID, version message, and whether it was a minor edit.

New Space Content AddedCONFLUENCE_SPACE_CONTENT_ADDED_TRIGGERTrigger

Triggers when new content (pages or blog posts) is added to a Confluence space. Attachments are not supported at space level; use the 'New Attachment Added' trigger instead.

Configuración

  • intervalnumber

    Periodic Interval to Check for Updates & Send a Trigger in Minutes

  • limitinteger

    Maximum number of items to check in each poll (1-200). Default is 25.

  • space_idinteger

    Numeric ID of the Confluence space to monitor for new content. Leave empty to monitor all spaces.

  • statusstring

    Status of the content to monitor ('current', 'trashed', 'draft', 'historical'). Default is 'current'.

  • typestring

    Type of content to monitor: 'page' or 'blogpost'. Leave empty to monitor all types (pages and blogposts). Note: Attachments are not supported at space level; use the 'New Attachment Added' trigger instead.

Payload del evento

  • contentobjectObligatorio

    The newly added Confluence content

  • event_typestring

    Type of event that occurred

Instrucciones

**Instructions for Setting Up the Trigger:** - This trigger monitors Confluence for newly added pages and blog posts. - You can optionally provide a numeric `space_id` to narrow monitoring to one space. - You can optionally filter by content type (page or blogpost) and status (current, draft, trashed, or historical). - Note: Attachments are not supported at the space level. Use the 'New Attachment Added' trigger to monitor attachments on a specific page. The payload includes the content ID, title, status, space ID, creation timestamp, author, and parent info.

New Space CreatedCONFLUENCE_SPACE_CREATED_TRIGGERTrigger

Triggers when a new Confluence space is created. Optionally filters by space type or status.

Configuración

  • intervalnumber

    Periodic Interval to Check for Updates & Send a Trigger in Minutes

  • limitinteger

    Maximum number of spaces to check in each poll (1-200). Default is 25.

  • space_typestring

    Filter by space type: 'global', 'personal', or 'collaboration'. Leave empty to monitor all types.

  • statusstring

    Filter by space status: 'current' or 'archived'. Leave empty to monitor all statuses.

Payload del evento

  • event_typestring

    Type of event that occurred

  • spaceobjectObligatorio

    The newly created Confluence space

Instrucciones

**Instructions for Setting Up the Trigger:** - This trigger monitors Confluence for newly created spaces. - You can optionally filter by space type (global, personal, collaboration) or status (current, archived). The payload includes the space ID, key, name, type, status, creation timestamp, author, owner, and homepage ID.

Space Details ChangedCONFLUENCE_SPACE_DETAILS_CHANGED_TRIGGERTrigger

Triggers when a Confluence space's details change (name, description, status, owner, icon, etc.).

Configuración

  • intervalnumber

    Periodic Interval to Check for Updates & Send a Trigger in Minutes

  • space_idstringObligatorio

    The numeric ID of the Confluence space to monitor for changes (e.g., '196612'). Use CONFLUENCE_GET_SPACES to find space IDs.

Payload del evento

  • changed_fieldsobjectObligatorio

    Dictionary of changed fields with 'old' and 'new' values

  • event_typestring

    Type of event that occurred

  • spaceobjectObligatorio

    The updated Confluence space details

Instrucciones

**Instructions for Setting Up the Trigger:** - This trigger monitors a specific Confluence space for changes to its details. - You must provide the numeric space ID (not the space key). Use CONFLUENCE_GET_SPACES to find it. - Detects changes to: name, description, status (current/archived), type, key, owner, homepage ID, icon, and active alias. The payload includes the full updated space details and a changed_fields dictionary mapping each modified field to its old and new values.

Space Properties ChangedCONFLUENCE_SPACE_PROPERTIES_CHANGED_TRIGGERTrigger

Triggers when properties on a Confluence space are added, removed, or updated.

Configuración

  • intervalnumber

    Periodic Interval to Check for Updates & Send a Trigger in Minutes

  • limitinteger

    Maximum number of properties to fetch in each poll (1-200). Default is 100.

  • space_idstringObligatorio

    The ID of the Confluence space to monitor for property changes. Use CONFLUENCE_GET_SPACES to find space IDs.

Payload del evento

  • added_propertiesobject[]

    List of properties that were added

  • event_typestring

    Type of event that occurred

  • removed_propertiesobject[]

    List of properties that were removed

  • space_idstringObligatorio

    ID of the space whose properties changed

  • updated_propertiesobject[]

    List of properties that were updated with old and new values

Instrucciones

**Instructions for Setting Up the Trigger:** - This trigger monitors properties on a specific Confluence space. - You must provide the space ID. Use CONFLUENCE_GET_SPACES to find it. - Detects properties added, removed, or updated (value or version changes). The payload includes the space ID and lists of added, removed, and updated properties with old/new values.