postiz_connect_integration
Generate an OAuth authorization URL to connect a new social channel. Returns a browser URL that completes the authentication flow via Postiz's callback, without requiring a local server.
Instructions
Generate the OAuth authorization URL for connecting a new social channel. Returns a url the user must open in a browser to finish the flow — Postiz redirects back to its own callback. This tool does NOT run a callback server. Requires enableWrite.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | Yes | Provider slug (e.g. 'x', 'linkedin'). | |
| refresh | No | Re-auth an existing integration. Default false. |