Prerequisites
- Confluence must be connected as a datasource with the Confluence action pack enabled.
- The connected account must have permission to view blog posts in the relevant spaces.
Supported parameters
| Parameter | Type | Description |
|---|---|---|
| Cursor | String | Opaque pagination cursor for fetching the next page of results from a previous call. |
| Post limit | Integer | Maximum number of blog posts to return per page. |
Usage examples
- “Show me the latest 10 Confluence blog posts.”
- “List all recent blog posts from our Confluence.”
- “What are the most recent Confluence blog posts in our company announcements space?”
Troubleshooting
Action returns no blog posts
Action returns no blog posts
- Possible cause: There are no blog posts visible to the connected Confluence account, or you have paginated past the end of the available results.
- Fix: Confirm that there are blog posts in the relevant Confluence spaces and that the connected account has permission to view them.
Permission or access errors
Permission or access errors
- Possible cause: The Confluence action pack is not fully configured, or the connected account is missing, inactive, or lacks the required scopes to read blog posts.
- Fix: Ask an admin to verify that the Confluence action pack is enabled for your deployment and that the user has an active connected account with the right scopes. Have the user reconnect their Confluence account if the token has expired.
FAQs
Does this action modify Confluence content?
Does this action modify Confluence content?
No. Get blog posts is a read-only action that lists existing blog posts and does not create, edit, or delete any Confluence data.
How is this different from Get pages?
How is this different from Get pages?
Get blog posts lists Confluence blog posts, while Get pages lists Confluence pages. Use this action when you specifically want to work with blog content instead of page content.
How do I retrieve more than one page of results?
How do I retrieve more than one page of results?
Use the Cursor parameter returned in the response from a previous call. Pass this cursor value in subsequent calls to retrieve the next page of blog posts.