<- Adapters

Postiz

experimentalmessaging

Operate a self-hosted Postiz social scheduler via its Public API

not yet on PyPI — chp-adapter-postiz is not published

Auto-discovered through the chp.adapters entry point — no host config needed.

Capabilities

What this adapter exposes.

create_postv1.0.0

Create or schedule a post across one or more Postiz channels (publishes to social).

chp.adapters.postiz.create_post
delete_postv1.0.0

Delete a scheduled/published post by id.

chp.adapters.postiz.delete_post
list_channelsv1.0.0

List the connected Postiz integrations (social channels) available to post to.

chp.adapters.postiz.list_channels
list_postsv1.0.0

List posts known to Postiz (scheduled/published) within a date range.

chp.adapters.postiz.list_posts
preview_articlev1.0.0

Preview what publish_article WOULD schedule — resolve channels, derive the slug

chp.adapters.postiz.preview_article
publish_articlev1.0.0

Publish a blog article (and optionally a matching LinkedIn teaser) from SIMPLE

chp.adapters.postiz.publish_article
See the full capability catalog →