postiz_get_provider_settings_schema
Retrieve the settings schema for a Postiz provider (X, LinkedIn, etc.) to obtain the default settings template and __type value. Optionally includes full markdown reference. Use before post creation to prepare provider-specific fields.
Instructions
Look up the settings block schema for a Postiz provider (X, LinkedIn, Reddit, etc.) — bundled at build time from docs.postiz.com. Returns a default-settings template, the provider's __type value, and (by default) the full markdown reference. Call this before postiz_create_post when you need provider-specific fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | Yes | Provider slug or __type (e.g. 'x', 'linkedin'). | |
| includeMarkdown | No | Include full markdown reference. Default true. |