Confluence
confluenceA tool for team collaboration and knowledge management.
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ónTool to add labels to a piece of content. use after obtaining the content id to tag pages or blog posts with metadata labels.
CONFLUENCE_ADD_CONTENT_LABELAcciónTool 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
idstringObligatorioIdentifier of the Confluence content (page or blog post) to label.
labelsobject[]ObligatorioList of labels to add to the content.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Space by IDCONFLUENCE_CONFLUENCE_GET_SPACE_BY_IDAcciónTool to retrieve a confluence space by its id. use when you need detailed metadata of a specific space.
CONFLUENCE_CONFLUENCE_GET_SPACE_BY_IDAcciónTool to retrieve a confluence space by its id. use when you need detailed metadata of a specific space.
Parámetros de entrada
idstringObligatorioThe ID of the space to be returned.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create BlogpostCONFLUENCE_CREATE_BLOGPOSTAcciónTool to create a new confluence blog post. use when you need to publish content in a specific space.
CONFLUENCE_CREATE_BLOGPOSTAcciónTool to create a new confluence blog post. use when you need to publish content in a specific space.
Parámetros de entrada
bodyobjectObligatorioContent body of the blog post.
titlestringObligatorioThe title of the new blog post.
labelsobject[]Optional list of labels to add to the blog post.
statusstringObligatorioenumStatus of the blog post.
currentdrafttrashedspaceIdstringObligatorioID of the space where the blog post will be created.
metadataobjectOptional key-value metadata for the blog post.
parentIdstringOptional parent page or blog post ID.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Blogpost PropertyCONFLUENCE_CREATE_BLOGPOST_PROPERTYAcciónTool to create a property on a specified blog post. use when you need to add custom metadata to a blog post.
CONFLUENCE_CREATE_BLOGPOST_PROPERTYAcciónTool 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
idstringObligatorioIdentifier of the Confluence blog post to add the property to.
keystringObligatorioUnique key for the blog post property.
valueobjectObligatorioJSON object representing the value of the blog post property.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Whiteboard PropertyCONFLUENCE_CREATE_CONTENT_PROPERTY_FOR_WHITEBOARDAcciónTool to create a new content property on a whiteboard. use when you need to attach custom metadata to a confluence whiteboard.
CONFLUENCE_CREATE_CONTENT_PROPERTY_FOR_WHITEBOARDAcciónTool 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
keystringObligatorioKey/name of the property to create.
valueobjectObligatorioJSON object representing the value of the content property.
whiteboard_idstringObligatorioID of the whiteboard to add the property to.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create PageCONFLUENCE_CREATE_PAGEAcciónTool to create a new confluence page in a specified space. use when you need to create new documentation or content.
CONFLUENCE_CREATE_PAGEAcciónTool to create a new confluence page in a specified space. use when you need to create new documentation or content.
Parámetros de entrada
bodyobjectObligatorioContent body of the page.
typestringContent type. Must be 'page'.
titlestringObligatorioTitle of the new page.
spaceIdstringObligatorioID of the space where the page will be created.
parentIdstringID of the parent page (if creating as a child page).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Page PropertyCONFLUENCE_CREATE_PAGE_PROPERTYAcciónTool to create a property on a confluence page. use when you need to add custom metadata or settings to a page.
CONFLUENCE_CREATE_PAGE_PROPERTYAcciónTool 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
keystringObligatorioKey/name of the property to create.
valueanyObligatorioValue of the property. Can be any JSON type (string, number, object, array).
page_idstringObligatorioID of the page to create a property for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Private SpaceCONFLUENCE_CREATE_PRIVATE_SPACEAcciónTool to create a private confluence space. use when you need an isolated workspace viewable only by its creator.
CONFLUENCE_CREATE_PRIVATE_SPACEAcciónTool to create a private confluence space. use when you need an isolated workspace viewable only by its creator.
Parámetros de entrada
keystringObligatorioA unique key for the private space; must be unique and <=255 characters.
namestringObligatorioThe name of the private space, visible only to its creator.
descriptionobjectContainer for the plain-text description.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create SpaceCONFLUENCE_CREATE_SPACEAcciónTool to create a new confluence space. use when setting up a new knowledge area for organization.
CONFLUENCE_CREATE_SPACEAcciónTool to create a new confluence space. use when setting up a new knowledge area for organization.
Parámetros de entrada
keystringObligatorioA unique key for the space. Must be uppercase, alphanumeric, and may include underscores or hyphens.
namestringObligatorioHuman-readable name for the space.
typestringenumType of the space, either 'global' or 'personal'.
globalpersonalmetadataobjectOptional metadata for the space.
descriptionobjectDescription object for a Confluence space.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Space PropertyCONFLUENCE_CREATE_SPACE_PROPERTYAcciónTool to create a new property on a confluence space. use after confirming the space id when adding custom metadata.
CONFLUENCE_CREATE_SPACE_PROPERTYAcciónTool to create a new property on a confluence space. use after confirming the space id when adding custom metadata.
Parámetros de entrada
keystringObligatorioUnique key for the space property.
valueobjectObligatorioJSON object representing the value of the space property.
spaceIdstringObligatorioID of the space to add the property to.
versionobjectOptional version metadata for the new property.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create WhiteboardCONFLUENCE_CREATE_WHITEBOARDAcciónTool to create a new confluence whiteboard. use when you need to start a collaborative whiteboard session.
CONFLUENCE_CREATE_WHITEBOARDAcciónTool to create a new confluence whiteboard. use when you need to start a collaborative whiteboard session.
Parámetros de entrada
titlestringTitle of the whiteboard.
spaceIdstringObligatorioID of the space where the whiteboard will be created.
parentIdstringID of the parent content under which the whiteboard will be created.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Blogpost PropertyCONFLUENCE_DELETE_BLOGPOST_PROPERTYAcciónTool to delete a blog post property. use when you need to remove custom metadata from a specified blog post.
CONFLUENCE_DELETE_BLOGPOST_PROPERTYAcciónTool to delete a blog post property. use when you need to remove custom metadata from a specified blog post.
Parámetros de entrada
idstringObligatorioID of the Confluence blog post containing the property.
propertyKeystringObligatorioKey of the property to delete from the blog post.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Page Content PropertyCONFLUENCE_DELETE_CONTENT_PROPERTY_FOR_PAGE_BY_IDAcciónTool 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.
CONFLUENCE_DELETE_CONTENT_PROPERTY_FOR_PAGE_BY_IDAcciónTool 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
pageIdstringObligatorioID of the Confluence page from which to delete the property.
propertyIdstringObligatorioID of the content property to delete from the page.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Whiteboard Content PropertyCONFLUENCE_DELETE_CONTENT_PROPERTY_FOR_WHITEBOARD_BY_IDAcciónTool to delete a content property from a whiteboard by property id. use when you need to remove custom metadata from a whiteboard.
CONFLUENCE_DELETE_CONTENT_PROPERTY_FOR_WHITEBOARD_BY_IDAcciónTool 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
propertyIdstringObligatorioID of the property to delete from the whiteboard.
whiteboardIdstringObligatorioID of the whiteboard from which to delete the property.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete PageCONFLUENCE_DELETE_PAGEAcciónTool to delete a confluence page. use with caution as this will permanently remove the page from the space.
CONFLUENCE_DELETE_PAGEAcciónTool to delete a confluence page. use with caution as this will permanently remove the page from the space.
Parámetros de entrada
idstringObligatorioID of the page to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete SpaceCONFLUENCE_DELETE_SPACEAcciónTool to delete a confluence space by its key. use when you need to permanently remove a space.
CONFLUENCE_DELETE_SPACEAcciónTool to delete a confluence space by its key. use when you need to permanently remove a space.
Parámetros de entrada
space_keystringObligatorioKey of the space to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Space PropertyCONFLUENCE_DELETE_SPACE_PROPERTYAcciónTool to delete a space property. use when you need to remove a property from a confluence space after review.
CONFLUENCE_DELETE_SPACE_PROPERTYAcciónTool to delete a space property. use when you need to remove a property from a confluence space after review.
Parámetros de entrada
propertyKeystringObligatorioThe key of the space property to delete.
spaceIdOrKeystringObligatorioThe ID or key of the space containing the property.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Attachment LabelsCONFLUENCE_GET_ATTACHMENT_LABELSAcciónTool to list labels on an attachment. use after confirming the attachment id to fetch its labels.
CONFLUENCE_GET_ATTACHMENT_LABELSAcciónTool to list labels on an attachment. use after confirming the attachment id to fetch its labels.
Parámetros de entrada
idstringObligatorioIdentifier of the Confluence attachment to retrieve labels for.
limitintegerMaximum number of labels to return per page.
startintegerZero-based index of the first label to return (pagination offset).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get AttachmentsCONFLUENCE_GET_ATTACHMENTSAcciónTool to retrieve attachments of a confluence page. use after confirming page id to list its attachments (supports pagination).
CONFLUENCE_GET_ATTACHMENTSAcciónTool to retrieve attachments of a confluence page. use after confirming page id to list its attachments (supports pagination).
Parámetros de entrada
limitintegerMaximum number of attachments to return per page. Confluence caps at 200.
startintegerZero-based index of the first item to return (pagination offset).
pageIdstringObligatorioID of the Confluence page whose attachments will be retrieved.
mediaTypestringFilter attachments by MIME type (e.g., 'image/png', 'application/pdf').
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Audit LogsCONFLUENCE_GET_AUDIT_LOGSAcciónTool to retrieve confluence audit records. use when you need to fetch and filter audit logs for compliance or troubleshooting.
CONFLUENCE_GET_AUDIT_LOGSAcciónTool to retrieve confluence audit records. use when you need to fetch and filter audit logs for compliance or troubleshooting.
Parámetros de entrada
tostringEnd of the audit record timestamp range (ISO 8601 format).
from_stringStart of the audit record timestamp range (ISO 8601 format).
limitintegerMaximum number of audit records to return per page.
startintegerZero-based index of the first audit record to return (pagination offset).
searchStringstringFree-text search to filter audit records by summary or category.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Blogpost by IDCONFLUENCE_GET_BLOGPOST_BY_IDAcciónTool to retrieve a specific confluence blog post by its id. use when you have a blog post id and need detailed metadata and content.
CONFLUENCE_GET_BLOGPOST_BY_IDAcciónTool 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
idstringObligatorioUnique identifier of the Confluence blog post to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Blogpost LabelsCONFLUENCE_GET_BLOGPOST_LABELSAcciónTool to retrieve labels of a specific confluence blog post by id. use after obtaining the blog post id to list its labels.
CONFLUENCE_GET_BLOGPOST_LABELSAcciónTool 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
idstringObligatorioIdentifier of the Confluence blog post to retrieve labels for.
limitintegerMaximum number of labels to return per page.
startintegerZero-based index of the first label to return (pagination offset).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Blogpost Like CountCONFLUENCE_GET_BLOGPOST_LIKE_COUNTAcciónTool to get like count for a confluence blog post. use after confirming the blog post id to retrieve total likes.
CONFLUENCE_GET_BLOGPOST_LIKE_COUNTAcciónTool to get like count for a confluence blog post. use after confirming the blog post id to retrieve total likes.
Parámetros de entrada
idstringObligatorioIdentifier of the Confluence blog post to retrieve like count for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Blogpost OperationsCONFLUENCE_GET_BLOGPOST_OPERATIONSAcciónTool to retrieve permitted operations for a confluence blog post. use after confirming the blog post id to see allowed actions.
CONFLUENCE_GET_BLOGPOST_OPERATIONSAcciónTool to retrieve permitted operations for a confluence blog post. use after confirming the blog post id to see allowed actions.
Parámetros de entrada
idstringObligatorioIdentifier of the Confluence blog post to query operations for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get BlogpostsCONFLUENCE_GET_BLOGPOSTSAcciónTool to retrieve a list of blog posts. use when you need blog post ids.
CONFLUENCE_GET_BLOGPOSTSAcciónTool to retrieve a list of blog posts. use when you need blog post ids.
Parámetros de entrada
limitintegerMaximum number of blog posts to return per page.
cursorstringCursor for pagination. Use value from previous response to fetch the next page.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Blog PostsCONFLUENCE_GET_BLOG_POSTSAcciónTool to retrieve a list of blog posts. use when you need a paginated list of confluence blog posts.
CONFLUENCE_GET_BLOG_POSTSAcciónTool to retrieve a list of blog posts. use when you need a paginated list of confluence blog posts.
Parámetros de entrada
limitintegerMaximum number of items to return per page.
cursorstringOpaque pagination cursor for fetching the next page of results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Blog Posts For LabelCONFLUENCE_GET_BLOG_POSTS_FOR_LABELAcciónTool to list all blog posts under a specific label. use when you have a label id and need to retrieve associated blog posts.
CONFLUENCE_GET_BLOG_POSTS_FOR_LABELAcciónTool 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
idstringObligatorioID of the label to retrieve blog posts for.
limitintegerMaximum number of items to return per page.
cursorstringOpaque pagination cursor for fetching the next page of results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Blogpost Version DetailsCONFLUENCE_GET_BLOGPOST_VERSION_DETAILSAcciónTool 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.
CONFLUENCE_GET_BLOGPOST_VERSION_DETAILSAcciónTool 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
blogpostIdstringObligatorioUnique identifier of the Confluence blog post.
versionNumberintegerObligatorioVersion number of the blog post to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Blogpost VersionsCONFLUENCE_GET_BLOGPOST_VERSIONSAcciónTool to retrieve all versions of a specific blog post. use when you have a blogpostid and need to list version numbers.
CONFLUENCE_GET_BLOGPOST_VERSIONSAcciónTool 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
limitintegerMaximum number of version items to return per page.
cursorstringCursor for pagination. Use value from previous response to fetch next page.
blogpostIdstringObligatorioThe unique identifier of the Confluence blog post.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Child PagesCONFLUENCE_GET_CHILD_PAGESAcciónTool 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.
CONFLUENCE_GET_CHILD_PAGESAcciónTool 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
idstringObligatorioID of the Confluence page to retrieve child pages for.
limitintegerMaximum number of items to return per page. Confluence caps at 100.
startintegerZero-based index of the first item to return (pagination offset).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Blog Post Content PropertiesCONFLUENCE_GET_CONTENT_PROPERTIES_FOR_BLOG_POSTAcciónTool to retrieve all content properties on a blog post. use when you need to list metadata properties set on a specific confluence blog post.
CONFLUENCE_GET_CONTENT_PROPERTIES_FOR_BLOG_POSTAcciónTool 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
limitintegerMaximum number of properties to return per page.
startintegerZero-based index of the first property to return (pagination offset).
blogpost_idstringObligatorioIdentifier of the Confluence blog post to retrieve properties for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Page Content PropertiesCONFLUENCE_GET_CONTENT_PROPERTIES_FOR_PAGEAcciónTool to retrieve all content properties on a page. use when you need to list metadata properties set on a specific confluence page.
CONFLUENCE_GET_CONTENT_PROPERTIES_FOR_PAGEAcciónTool 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
limitintegerMaximum number of properties to return per page (max 200).
cursorstringOpaque pagination cursor for fetching the next page of results.
page_idstringObligatorioIdentifier of the Confluence page to retrieve properties for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Content RestrictionsCONFLUENCE_GET_CONTENT_RESTRICTIONSAcciónTool to retrieve restrictions on a confluence content item. use when you need to see who can view or edit a page or blog post.
CONFLUENCE_GET_CONTENT_RESTRICTIONSAcciónTool 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
idstringObligatorioID 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Current UserCONFLUENCE_GET_CURRENT_USERAcciónTool to get information about the currently authenticated user. use when you need to check user details or permissions.
CONFLUENCE_GET_CURRENT_USERAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Inline Comments for Blog PostCONFLUENCE_GET_INLINE_COMMENTS_FOR_BLOG_POSTAcciónTool to retrieve inline comments for a confluence blog post. use when you need inline comment details by blog post id.
CONFLUENCE_GET_INLINE_COMMENTS_FOR_BLOG_POSTAcciónTool to retrieve inline comments for a confluence blog post. use when you need inline comment details by blog post id.
Parámetros de entrada
idstringObligatorioUnique identifier of the blog post to retrieve inline comments for.
limitintegerMaximum number of inline comments to return per page (default 25).
startintegerIndex of the first inline comment to return (0-based).
expandstringComma-separated list of properties to expand in the response (e.g., 'body,author').
locationstringReturn comments for a specific location within the blog post content.
parentVersionintegerReturn comments relevant to a specific version of the blog post.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get LabelsCONFLUENCE_GET_LABELSAcciónTool to retrieve all labels in a confluence site. use when you need to list or page through labels.
CONFLUENCE_GET_LABELSAcciónTool to retrieve all labels in a confluence site. use when you need to list or page through labels.
Parámetros de entrada
limitintegerMaximum number of labels to return per page.
startintegerZero-based index of the first label to return (pagination offset).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Page LabelsCONFLUENCE_GET_LABELS_FOR_PAGEAcciónTool to retrieve labels of a specific confluence page by id. use after obtaining the page id to list its labels.
CONFLUENCE_GET_LABELS_FOR_PAGEAcciónTool to retrieve labels of a specific confluence page by id. use after obtaining the page id to list its labels.
Parámetros de entrada
idstringObligatorioIdentifier of the Confluence page to retrieve labels for.
limitintegerMaximum number of labels to return per page.
startintegerZero-based index of the first label to return (pagination offset).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Labels for SpaceCONFLUENCE_GET_LABELS_FOR_SPACEAcciónTool to list labels on a space. use when you need to retrieve labels for a specific space.
CONFLUENCE_GET_LABELS_FOR_SPACEAcciónTool to list labels on a space. use when you need to retrieve labels for a specific space.
Parámetros de entrada
idstringObligatorioID or key of the space to retrieve labels for.
limitintegerMaximum number of labels to return per page.
startintegerZero-based index of the first label to return (pagination offset).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Labels for Space ContentCONFLUENCE_GET_LABELS_FOR_SPACE_CONTENTAcciónTool 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.
CONFLUENCE_GET_LABELS_FOR_SPACE_CONTENTAcciónTool 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
idstringObligatorioThe ID of the space to list content labels for.
limitintegerMaximum number of labels to return per page.
startintegerZero-based index of the first label to return (pagination offset).
prefixstringFilter labels by this prefix (e.g., 'global', 'page-').
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Page AncestorsCONFLUENCE_GET_PAGE_ANCESTORSAcciónTool to retrieve all ancestors for a given confluence page by its id. use when you need the full page hierarchy.
CONFLUENCE_GET_PAGE_ANCESTORSAcciónTool to retrieve all ancestors for a given confluence page by its id. use when you need the full page hierarchy.
Parámetros de entrada
idstringObligatorioID of the Confluence page to retrieve ancestors for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Page by IDCONFLUENCE_GET_PAGE_BY_IDAcciónTool to retrieve a confluence page by its id. use when you have a page id and need its detailed metadata and content.
CONFLUENCE_GET_PAGE_BY_IDAcciónTool 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
idstringObligatorioID of the Confluence page to retrieve.
draftbooleanWhether to return the draft version (default: false).
versionintegerSpecific page version to retrieve (default: latest).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Page Like CountCONFLUENCE_GET_PAGE_LIKE_COUNTAcciónTool to get like count for a confluence page. use after confirming the page id to retrieve total likes.
CONFLUENCE_GET_PAGE_LIKE_COUNTAcciónTool to get like count for a confluence page. use after confirming the page id to retrieve total likes.
Parámetros de entrada
idstringObligatorioIdentifier of the Confluence page to retrieve like count for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get PagesCONFLUENCE_GET_PAGESAcciónTool to retrieve a list of pages. use when you need a paginated list of confluence pages.
CONFLUENCE_GET_PAGESAcciónTool to retrieve a list of pages. use when you need a paginated list of confluence pages.
Parámetros de entrada
sortstringField to sort by (e.g., 'created', 'modified').
typestringFilter by content type (e.g., 'page').
labelstring[]Filter by labels; pages must have at least one of these labels.
limitintegerMaximum number of pages to return per page. Confluence caps at 200.
startintegerZero-based index of the first item to return (pagination offset).
expandstring[]Properties to expand in response (e.g., 'body.storage', 'metadata.labels').
statusstringFilter by page status (e.g., 'current').
spaceIdstringFilter by the ID of the space.
authorIdstringFilter by the author's account ID.
directionstringenumSort direction: 'asc' or 'desc'.
ascdesc
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Page VersionsCONFLUENCE_GET_PAGE_VERSIONSAcciónTool to retrieve all versions of a specific confluence page. use after confirming the page id to audit its edit history.
CONFLUENCE_GET_PAGE_VERSIONSAcciónTool to retrieve all versions of a specific confluence page. use after confirming the page id to audit its edit history.
Parámetros de entrada
idstringObligatorioThe unique identifier of the Confluence page.
limitintegerMaximum number of versions to return per page (pagination limit).
startintegerZero-based index of the first version to return (pagination offset).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Space by IDCONFLUENCE_GET_SPACE_BY_IDAcciónTool to retrieve a confluence space by its id. use when you need detailed metadata of a specific space.
CONFLUENCE_GET_SPACE_BY_IDAcciónTool to retrieve a confluence space by its id. use when you need detailed metadata of a specific space.
Parámetros de entrada
idstringObligatorioThe ID of the space to be returned.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Space ContentsCONFLUENCE_GET_SPACE_CONTENTSAcciónTool to retrieve content in a confluence space. use when you need to list pages, blogposts, or attachments of a specific space key.
CONFLUENCE_GET_SPACE_CONTENTSAcciónTool 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
typestringenumType of content to return (e.g., 'page', 'blogpost', 'attachment').
pageblogpostattachmentlimitintegerMaximum number of items to return per page. Confluence caps at 200.
startintegerZero-based index of the first item to return (pagination offset).
statusstringenumStatus of the content to return ('current', 'trashed', 'draft', 'historical').
currenttrasheddrafthistoricalspaceKeystringObligatorioKey of the space to retrieve content from.
postingDaystringdateFor blogposts, filter by publish date (ISO date, yyyy-MM-dd).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Space PropertiesCONFLUENCE_GET_SPACE_PROPERTIESAcciónTool to get properties of a confluence space. use when you need to retrieve custom metadata or settings stored as space properties.
CONFLUENCE_GET_SPACE_PROPERTIESAcciónTool 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
idstringObligatorioID of the space to get properties for.
keystring[]Filter by property key(s). If not provided, returns all properties.
limitintegerMaximum number of properties to return per page. Confluence caps at 200.
startintegerZero-based index of the first item to return (pagination offset).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get SpacesCONFLUENCE_GET_SPACESAcciónTool to retrieve a list of confluence spaces. use when you need a paginated list of spaces with optional filtering.
CONFLUENCE_GET_SPACESAcciónTool to retrieve a list of confluence spaces. use when you need a paginated list of spaces with optional filtering.
Parámetros de entrada
typestringenumType of space: 'global' or 'personal'.
globalpersonallabelstring[]Filter by labels; spaces must have at least one of these labels.
limitintegerMaximum number of spaces to return per page. Confluence caps at 200.
startintegerZero-based index of the first item to return (pagination offset).
expandstring[]Properties to expand in response (e.g., 'description', 'icon', 'metadata').
statusstringenumStatus of space: 'current' (active) or 'archived'.
currentarchivedspaceKeystring[]Filter by space key(s); accepts one or more space keys.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Anonymous UserCONFLUENCE_GET_USER_ANONYMOUSAcciónTool to retrieve information about the anonymous user. use when you need to obtain guest user details before unauthenticated interactions.
CONFLUENCE_GET_USER_ANONYMOUSAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search ContentCONFLUENCE_SEARCH_CONTENTAcciónSearches 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.
CONFLUENCE_SEARCH_CONTENTAcciónSearches 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
limitintegerMaximum number of results to return
querystringObligatorioSearch 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.
startintegerStarting index for pagination
expandstringComma-separated list of properties to expand in the response
spaceKeystringLimit search to a specific space by space key (will be added to CQL query)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search UsersCONFLUENCE_SEARCH_USERSAcciónSearches for users using user-specific queries from the confluence query language (cql).
CONFLUENCE_SEARCH_USERSAcciónSearches for users using user-specific queries from the confluence query language (cql).
Parámetros de entrada
limitintegerMaximum number of users per result to return
cursorstringUsed for pagination. The cursor for the next page of results.
accountIdstringFilter by user account ID
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update BlogpostCONFLUENCE_UPDATE_BLOGPOSTAcciónTool 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.
CONFLUENCE_UPDATE_BLOGPOSTAcciónTool 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
idstringObligatorioID of the blog post to update.
bodyobjectObligatorioNew 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'}}``.
typestringContent type, must be 'blogpost'.
titlestringObligatorioNew title for the blog post.
statusstringenumStatus of the blog post. Defaults to 'current' if not provided.
currentdraftarchivedspaceIdstringObligatorioID of the space containing the blog post.
versionobjectObligatorioVersion object containing the new version number and optional metadata.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Blogpost PropertyCONFLUENCE_UPDATE_BLOGPOST_PROPERTYAcciónTool to update a property of a specified blog post. use when you need to modify custom metadata on a blog post.
CONFLUENCE_UPDATE_BLOGPOST_PROPERTYAcciónTool 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
idstringObligatorioID of the Confluence blog post to update.
valueobjectObligatorioNew JSON-serializable value for the specified property.
propertyKeystringObligatorioKey of the property to update on the blog post.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Page Content PropertyCONFLUENCE_UPDATE_CONTENT_PROPERTY_FOR_PAGE_BY_IDAcciónTool to update a content property on a confluence page. use when you need to modify an existing metadata property by its id.
CONFLUENCE_UPDATE_CONTENT_PROPERTY_FOR_PAGE_BY_IDAcciónTool 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
valueobjectObligatorioNew JSON-serializable value for the specified property.
pageIdstringObligatorioID of the Confluence page to update the property on.
propertyIdstringObligatorioID of the content property to update on the page.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Whiteboard Content PropertyCONFLUENCE_UPDATE_CONTENT_PROPERTY_FOR_WHITEBOARD_BY_IDAcciónTool to update a content property on a whiteboard. use when you need to modify metadata on a confluence whiteboard.
CONFLUENCE_UPDATE_CONTENT_PROPERTY_FOR_WHITEBOARD_BY_IDAcciónTool to update a content property on a whiteboard. use when you need to modify metadata on a confluence whiteboard.
Parámetros de entrada
valueobjectObligatorioNew JSON object value for the specified content property.
propertyIdstringObligatorioID of the content property to update on the whiteboard.
whiteboardIdstringObligatorioID of the Confluence whiteboard containing the property to update.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update PageCONFLUENCE_UPDATE_PAGEAcciónTool to update an existing confluence page. use when you need to modify existing documentation or content.
CONFLUENCE_UPDATE_PAGEAcciónTool to update an existing confluence page. use when you need to modify existing documentation or content.
Parámetros de entrada
idstringObligatorioID of the page to update.
bodyobjectObligatorioUpdated content body of the page.
typestringContent type. Must be 'page'.
titlestringObligatorioUpdated title of the page.
spaceIdstringObligatorioID of the space containing the page.
versionobjectObligatorioVersion information for the update.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Space PropertyCONFLUENCE_UPDATE_SPACE_PROPERTYAcciónTool 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).
CONFLUENCE_UPDATE_SPACE_PROPERTYAcciónTool 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
valueobjectObligatorioNew JSON-serializable value for the specified space property.
spaceKeystringObligatorioKey of the space containing the property.
propertyKeystringObligatorioKey of the space property to update.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
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_TRIGGERTriggerTriggers when a new attachment is uploaded to a Confluence page.
Optionally filters by media type.
CONFLUENCE_ATTACHMENT_ADDED_TRIGGERTriggerTriggers when a new attachment is uploaded to a Confluence page. Optionally filters by media type.
Configuración
intervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
limitintegerMaximum number of attachments to check in each poll (1-200). Default is 25.
mediaTypestringFilter attachments by MIME type (e.g., 'image/png', 'application/pdf'). Leave empty to monitor all types.
pageIdstringObligatorioID of the Confluence page to monitor for new attachments.
Payload del evento
attachmentobjectObligatorioThe newly added Confluence attachment
event_typestringType 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_TRIGGERTriggerTriggers when a new blog post is added to a specific label in Confluence.
CONFLUENCE_BLOG_POST_ADDED_TO_LABEL_TRIGGERTriggerTriggers when a new blog post is added to a specific label in Confluence.
Configuración
intervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
label_idstringObligatorioID of the label to monitor for new blog posts.
limitintegerMaximum number of blog posts to fetch in each poll. Default is 25, max is 250.
Payload del evento
blog_postobjectObligatorioThe newly added blog post to the label
event_typestringType 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_TRIGGERTriggerTriggers when a new inline comment is added to a Confluence blog post.
CONFLUENCE_BLOGPOST_INLINE_COMMENT_ADDED_TRIGGERTriggerTriggers when a new inline comment is added to a Confluence blog post.
Configuración
blog_post_idstringObligatorioThe ID of the blog post to monitor for new inline comments
body_formatstringenumThe content format type for the comment body. Valid values: storage, atlas_doc_format.
storageatlas_doc_formatintervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
limitintegerMaximum number of inline comments to fetch per poll (default 25, max 250)
Payload del evento
commentobjectObligatorioThe newly added inline comment
event_typestringType 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_TRIGGERTriggerTriggers when a Confluence blog post's like count changes (someone likes or unlikes).
CONFLUENCE_BLOGPOST_LIKE_COUNT_CHANGED_TRIGGERTriggerTriggers when a Confluence blog post's like count changes (someone likes or unlikes).
Configuración
blogpost_idstringObligatorioThe unique ID of the Confluence blog post to monitor for like count changes. Use CONFLUENCE_GET_BLOG_POSTS to find blog post IDs.
intervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
Payload del evento
blogpost_idstringObligatorioThe ID of the blog post
changeintegerObligatorioThe change in like count (positive for likes, negative for unlikes)
current_like_countintegerObligatorioCurrent like count after the change
event_typestringType of event that occurred
previous_like_countintegerObligatorioPrevious 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_TRIGGERTriggerTriggers when a Confluence blog post is updated (any edit that creates a new version).
CONFLUENCE_BLOGPOST_UPDATED_TRIGGERTriggerTriggers when a Confluence blog post is updated (any edit that creates a new version).
Configuración
blogpost_idstringObligatorioThe unique ID of the Confluence blog post to monitor for updates. Use CONFLUENCE_GET_BLOG_POSTS to find blog post IDs.
intervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
Payload del evento
blog_postobjectObligatorioThe updated blog post
current_versionintegerObligatorioCurrent version number after the update
event_typestringType of event that occurred
previous_versionintegerObligatorioPrevious 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_TRIGGERTriggerTriggers when view or edit restrictions change on a Confluence page or blog post.
Detects user/group restrictions being added, removed, or modified.
CONFLUENCE_CONTENT_RESTRICTIONS_CHANGED_TRIGGERTriggerTriggers 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_idstringObligatorioThe 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.
intervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
Payload del evento
content_idstringObligatorioID of the content whose restrictions changed
current_hashstringCurrent restrictions hash
current_restrictionsobject[]ObligatorioCurrent restriction state
event_typestringType of event that occurred
previous_hashstringPrevious restrictions hash
previous_restrictionsobject[]ObligatorioPrevious restriction state
restrictions_hash_changedbooleanObligatorioWhether 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_TRIGGERTriggerTriggers when a new footer comment is added to a Confluence page.
CONFLUENCE_FOOTER_COMMENT_ADDED_TRIGGERTriggerTriggers when a new footer comment is added to a Confluence page.
Configuración
body_formatstringenumThe content format type for the comment body. Valid values: storage, atlas_doc_format.
storageatlas_doc_formatintervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
limitintegerMaximum number of footer comments to fetch per poll (default 25, max 250)
page_idstringObligatorioThe ID of the page to monitor for new footer comments
Payload del evento
commentobjectObligatorioThe newly added footer comment
event_typestringType 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_TRIGGERTriggerTriggers when a new audit log record is created in Confluence.
Requires Confluence Standard/Premium/Enterprise plan and 'Confluence Administrator' permission.
CONFLUENCE_NEW_AUDIT_LOG_TRIGGERTriggerTriggers when a new audit log record is created in Confluence. Requires Confluence Standard/Premium/Enterprise plan and 'Confluence Administrator' permission.
Configuración
intervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
limitintegerMaximum number of audit records to check in each poll (1-1000)
search_stringstringOptional search string to filter audit records by summary or category. Leave empty to monitor all audit records.
Payload del evento
audit_recordobjectObligatorioThe newly created audit log record
event_typestringType 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_TRIGGERTriggerTriggers when a new blog post is created in Confluence.
Optionally filters by space or status.
CONFLUENCE_NEW_BLOG_POST_CREATED_TRIGGERTriggerTriggers when a new blog post is created in Confluence. Optionally filters by space or status.
Configuración
intervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
limitintegerMaximum number of blog posts to fetch in each poll (1-250). Default is 25.
space_idstringFilter blog posts by specific space ID. Leave empty to monitor all spaces.
statusstringFilter blog posts by status (e.g., 'current', 'archived'). Leave empty to monitor all statuses.
Payload del evento
blog_postobjectObligatorioThe newly created blog post
event_typestringType 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_TRIGGERTriggerTriggers when a new child page is created under a specific parent page in Confluence.
CONFLUENCE_NEW_CHILD_PAGE_TRIGGERTriggerTriggers when a new child page is created under a specific parent page in Confluence.
Configuración
intervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
limitintegerMaximum number of child pages to check in each poll (1-250). Default is 25.
parent_page_idstringObligatorioID of the parent Confluence page to monitor for new child pages.
Payload del evento
child_pageobjectObligatorioThe newly created child page
event_typestringType of event that occurred
parent_page_idstringObligatorioID 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_TRIGGERTriggerTriggers when new Confluence content appears that matches a user-provided CQL query.
CONFLUENCE_NEW_CQL_CONTENT_MATCH_TRIGGERTriggerTriggers when new Confluence content appears that matches a user-provided CQL query.
Configuración
cql_querystringObligatorioConfluence 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.
expandstringComma-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.
includeArchivedSpacesbooleanWhether to include results from archived spaces
intervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
limitintegerMaximum number of results to fetch in each poll (1-250). Default is 25.
Payload del evento
event_typestringType of event that occurred
resultobjectObligatorioThe 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_TRIGGERTriggerTriggers when a new task (action item) is created in Confluence.
CONFLUENCE_NEW_TASK_CREATED_TRIGGERTriggerTriggers when a new task (action item) is created in Confluence.
Configuración
blogpost_idintegerFilter tasks by specific blog post ID. Leave empty to monitor all blog posts.
intervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
limitintegerMaximum number of tasks to fetch in each poll. Confluence caps at 250.
page_idintegerFilter tasks by specific page ID. Leave empty to monitor all pages.
space_idintegerFilter tasks by specific space ID. Leave empty to monitor all spaces.
statusstringFilter tasks by status (e.g., 'complete', 'incomplete'). Leave empty to monitor all statuses.
Payload del evento
event_typestringType of event that occurred
taskobjectObligatorioThe 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_TRIGGERTriggerTriggers when content properties on a Confluence page are added, removed, or updated.
CONFLUENCE_PAGE_CONTENT_PROPERTIES_CHANGED_TRIGGERTriggerTriggers when content properties on a Confluence page are added, removed, or updated.
Configuración
intervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
limitintegerMaximum number of properties to fetch in each poll (1-200). Default is 100.
page_idstringObligatorioThe 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_typestringType of event that occurred
page_idstringObligatorioID 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_TRIGGERTriggerTriggers when a new page is created in Confluence.
Optionally filters by space or status.
CONFLUENCE_PAGE_CREATED_TRIGGERTriggerTriggers when a new page is created in Confluence. Optionally filters by space or status.
Configuración
intervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
limitintegerMaximum number of pages to fetch in each poll (1-250). Default is 25.
space_idintegerFilter pages by specific space ID. Leave empty to monitor all spaces.
statusstringFilter pages by status (e.g., 'current', 'archived', 'deleted', 'trashed'). Leave empty to monitor all statuses.
Payload del evento
event_typestringType of event that occurred
pageobjectObligatorioThe 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_TRIGGERTriggerTriggers when a new inline comment is added to a Confluence page.
CONFLUENCE_PAGE_INLINE_COMMENT_ADDED_TRIGGERTriggerTriggers when a new inline comment is added to a Confluence page.
Configuración
body_formatstringenumThe content format type for the comment body. Valid values: storage, atlas_doc_format.
storageatlas_doc_formatintervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
limitintegerMaximum number of inline comments to fetch per poll (default 25, max 250)
page_idintegerObligatorioThe ID of the page to monitor for new inline comments
Payload del evento
commentobjectObligatorioThe newly added inline comment
event_typestringType 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_TRIGGERTriggerTriggers when a Confluence page's like count changes (someone likes or unlikes).
CONFLUENCE_PAGE_LIKE_COUNT_CHANGED_TRIGGERTriggerTriggers when a Confluence page's like count changes (someone likes or unlikes).
Configuración
intervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
page_idstringObligatorioThe unique ID of the Confluence page to monitor for like count changes. Use CONFLUENCE_GET_PAGES to find page IDs.
Payload del evento
change_deltaintegerObligatorioThe change in like count (positive for likes, negative for unlikes)
current_countintegerObligatorioCurrent number of likes after the change
event_typestringType of event that occurred
page_idstringObligatorioThe ID of the page whose like count changed
previous_countintegerObligatorioPrevious 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_TRIGGERTriggerTriggers when a Confluence page is moved to a different location in the page hierarchy.
CONFLUENCE_PAGE_MOVED_TRIGGERTriggerTriggers when a Confluence page is moved to a different location in the page hierarchy.
Configuración
intervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
page_idstringObligatorioThe ID of the Confluence page to monitor for moves (e.g., '66304'). Use CONFLUENCE_GET_PAGES to find page IDs.
Payload del evento
event_typestringType of event that occurred
new_ancestorsobject[]ObligatorioNew ancestor chain (ordered from root to immediate parent)
old_ancestorsobject[]ObligatorioPrevious ancestor chain (ordered from root to immediate parent)
page_idstringObligatorioID 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_TRIGGERTriggerTriggers when a Confluence page is updated (any edit that creates a new version).
CONFLUENCE_PAGE_UPDATED_TRIGGERTriggerTriggers when a Confluence page is updated (any edit that creates a new version).
Configuración
intervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
page_idstringObligatorioThe unique ID of the Confluence page to monitor for updates. Use CONFLUENCE_GET_PAGES to find page IDs.
Payload del evento
current_versionintegerObligatorioCurrent version number after the update
event_typestringType of event that occurred
pageobjectObligatorioThe updated page
previous_versionintegerObligatorioPrevious 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_TRIGGERTriggerTriggers when a new version is created for a specific Confluence page.
CONFLUENCE_PAGE_VERSION_CREATED_TRIGGERTriggerTriggers when a new version is created for a specific Confluence page.
Configuración
intervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
limitintegerMaximum number of versions to fetch in each poll (1-200). Default is 25.
page_idstringObligatorioThe ID of the page to monitor for new versions.
Payload del evento
event_typestringType of event that occurred
versionobjectObligatorioThe 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_TRIGGERTriggerTriggers 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.
CONFLUENCE_SPACE_CONTENT_ADDED_TRIGGERTriggerTriggers 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
intervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
limitintegerMaximum number of items to check in each poll (1-200). Default is 25.
space_idintegerNumeric ID of the Confluence space to monitor for new content. Leave empty to monitor all spaces.
statusstringStatus of the content to monitor ('current', 'trashed', 'draft', 'historical'). Default is 'current'.
typestringType 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
contentobjectObligatorioThe newly added Confluence content
event_typestringType 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_TRIGGERTriggerTriggers when a new Confluence space is created.
Optionally filters by space type or status.
CONFLUENCE_SPACE_CREATED_TRIGGERTriggerTriggers when a new Confluence space is created. Optionally filters by space type or status.
Configuración
intervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
limitintegerMaximum number of spaces to check in each poll (1-200). Default is 25.
space_typestringFilter by space type: 'global', 'personal', or 'collaboration'. Leave empty to monitor all types.
statusstringFilter by space status: 'current' or 'archived'. Leave empty to monitor all statuses.
Payload del evento
event_typestringType of event that occurred
spaceobjectObligatorioThe 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_TRIGGERTriggerTriggers when a Confluence space's details change (name, description, status, owner, icon, etc.).
CONFLUENCE_SPACE_DETAILS_CHANGED_TRIGGERTriggerTriggers when a Confluence space's details change (name, description, status, owner, icon, etc.).
Configuración
intervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
space_idstringObligatorioThe 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_fieldsobjectObligatorioDictionary of changed fields with 'old' and 'new' values
event_typestringType of event that occurred
spaceobjectObligatorioThe 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_TRIGGERTriggerTriggers when properties on a Confluence space are added, removed, or updated.
CONFLUENCE_SPACE_PROPERTIES_CHANGED_TRIGGERTriggerTriggers when properties on a Confluence space are added, removed, or updated.
Configuración
intervalnumberPeriodic Interval to Check for Updates & Send a Trigger in Minutes
limitintegerMaximum number of properties to fetch in each poll (1-200). Default is 100.
space_idstringObligatorioThe 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_typestringType of event that occurred
removed_propertiesobject[]List of properties that were removed
space_idstringObligatorioID 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.