Overview
Add Hootsuite to any ModuleX agent or workflow. Social media management platform for scheduling posts and managing profiles via the Hootsuite REST API (platform.hootsuite.com/v1).
Categories: Social Media · Marketing · Auth: OAuth2 · Actions: 4
Authentication
OAuth2 Authentication
Connect using Hootsuite OAuth (recommended)Required Credentials
OAuth Configuration
- Authorization URL:
https://platform.hootsuite.com/oauth2/auth - Token URL:
https://platform.hootsuite.com/oauth2/token - Scopes:
offline
Available Actions
create_media_upload_job — Creates a new media upload job on Hootsuite by uploading a file from a public URL
create_media_upload_job — Creates a new media upload job on Hootsuite by uploading a file from a public URL
get_media_upload_status — Gets the status of a media upload job on Hootsuite
get_media_upload_status — Gets the status of a media upload job on Hootsuite
Limits & Quotas
- Hootsuite API rate limits vary by plan tier; consult your account’s developer dashboard for current limits.
- Free/Professional plans have lower API access thresholds than Enterprise plans.
- Error model: non-2xx responses and timeouts are caught and returned as
success=False+errorrather than raising.