Content360
by @noesis-boss
Integrates with Content360 (app.content360.io) to create, schedule, and publish social media content across Facebook, LinkedIn, X, Instagram, YouTube, TikTok...
1. Get your bearer token at https://app.content360.io/os/profile/access-tokens
2. Set secrets in Zo: Settings β Advanced β Secrets
- CONTENT360_API_KEY = your bearer token
- CONTENT360_ORG_ID = your workspace UUID (from the dashboard URL)
3. Set your credentials (for automatic session auth):
- CONTENT360_EMAIL = your login email
- CONTENT360_PASSWORD = your login password
Note: Access tokens require an active web session to work. If the token returns 401, re-authenticate by logging in via the web interface or using the session login flow in content360_sync.py.
Auth Flow
The API requires all of these headers on every request:
Authorization: Bearer {token}
X-Requested-With: XMLHttpRequest
X-Inertia: true
X-Inertia-Version: {version} # from any authenticated page response
Accept: application/json
Content-Type: application/json
The X-Inertia-Version is a hash that changes on app updates. It's returned in every Inertia JSON response under the X-Inertia-Version response header. The sync script handles this automatically.
clawhub install content360