Queue APIs
Create Queue
Creates a new queue.
POST
Authorizations
API Key used to authenticate your requests. How to create one.
Path Parameters
Your workspace ID. How to find it?
Your project name. It is the name you provide when creating a project.
Body
application/json
The configuration of the queue. Configure retries, rate limits, execution schedules and waits between items.
The queue ID. Has to be a valid URL slug.
The queue name.
Webhook sink configuration
Auth session configurations
Additional metadata to associate with the queue. It does not affect the behavior of the queue.
Response
201
application/json