create_auth_url
Initiate OAuth connection for social media platforms like Instagram, TikTok, or X. Returns a URL to authorize an account; once approved, the account becomes available for management.
Instructions
Start the OAuth connect flow for a platform. Returns a URL — open it in a browser to authorize the account; once approved, it appears in list_social_accounts. Use this to connect a new Instagram/TikTok/X/etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | Yes | Platform to connect via OAuth. | |
| external_id | No | Your own reference id to correlate the resulting account on your side. | |
| redirect_url | No | Where to send the user after authorizing (overrides the workspace default). |