queues_create
Create scheduled posting queues with weekly timeslots for social media. Connect to a profile group and define posting times per day.
Instructions
Create a new posting queue with weekly timeslots. Use profiles.list to find the profile_group_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Queue name | |
| jitter | No | Random offset in minutes (0-60) applied to scheduled times for natural posting patterns. Default: 0 | |
| timezone | No | IANA timezone name (e.g. 'America/New_York'). Default: UTC | |
| timeslots | No | Initial weekly timeslots | |
| description | No | Optional description | |
| profile_group_id | Yes | Profile group ID to connect the queue to |