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.
Auth session configurations
The queue ID. Has to be a valid URL slug.
Additional metadata to associate with the queue. It does not affect the behavior of the queue.
The queue name.
Webhook sink configuration
Response
201 - application/json