Create
Create Certified

Create Confluence page from Markdown

yaml
type: io.kestra.plugin.confluence.pages.Create
yaml
id: create
type: io.kestra.plugin.confluence.pages.Create
id: create-confluence-page
namespace: company.team

tasks:
  - id: create_page
    type: io.kestra.plugin.confluence.pages.Create
    serverUrl: https://your-domain.atlassian.net
    username: your-email@example.com
    apiToken: {{ secret('CONFLUENCE_API_TOKEN') }}
    spaceId: "123456"
    title: My New Page from Kestra
    markdown: |
      # Kestra-Generated Page
      This page was created automatically from a Kestra flow.
      - List item 1
      - List item 2
Properties