1
Select and connect your system
You will need the following things to set up and connect Confluence:
- Authentication type: choose between Token Authentication or Basic Authentication
- Server URL: the URL of your Confluence instance (e.g., https://company.atlassian.net/wiki)
- API Token
- User: the e-mail of the user associated with the API token. This is only required when you use Basic Authentication.
2
Select your scope
For this step a CQL statement is needed. They mostly consits of three parts:
You can extract your CQL statement after setting the filters from your url.
- Field: The item you want to search for (e.g., space, title, type).
- Operator: How to compare (e.g., =, ~ for “contains”).\
- Value: The term you’re looking for (e.g., “Meeting Notes”).
You can extract your CQL statement after setting the filters from your url.

