add_post_to_queue
Add content to a custom publishing queue. Pass media as HTTP(S) URLs (up to 500MB) or base64 data URLs (up to 75MB encoded, about 56MB decoded) in media_urls and they will be uploaded automatically. Supports custom options (use get_post_options) passed as a JSON-encoded object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | ||
| options | No | A JSON-encoded object of post option names and values, as returned by get_post_options. | {} |
| queue_id | Yes | ||
| media_urls | No |