Create Social Channel
neuron_create_social_channelCreate a new social media channel with platform credentials. Supports Instagram and Twitter/X. Credentials should be the full session JSON including account, cookies, headers, and platform-specific tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Display name for the channel (e.g., 'Brand IG Account') | |
| platform | Yes | Social media platform: 'instagram' or 'twitter' | |
| username | No | Social media username (without @) | |
| credentials | No | Session credentials as JSON string with account, session.cookies, session.headers, etc. |