Skip to main content

Can I export my posts?

AnnounceKit does not currently have a built-in dashboard export feature for posts. However, you can use the GraphQL API to export your posts programmatically.


To do this, you can query the list of posts and then fetch each post's data using the API. The GraphQL API supports fetching post content, titles, dates, and other fields — giving you full control over the export format.


If you need help getting started with the API, refer to our GraphQL API documentation for available queries and examples.

Did this answer your question?