POST
/
{workspaceId}
/
projects
/
{projectName}
/
queues

Authorizations

x-api-key
string
headerrequired

API Key used to authenticate your requests. How to create one.

Path Parameters

workspaceId
string
required

Your workspace ID. How to find it?

projectName
string
required

Your project name. It is the name you provide when creating a project.

Body

application/json
configuration
object | null
required

The configuration of the queue. Configure retries, rate limits, execution schedules and waits between items.

authSession
object | null

Auth session configurations

id
string

The queue ID. Has to be a valid URL slug.

metadata
object | null

Additional metadata to associate with the queue. It does not affect the behavior of the queue.

name
string

The queue name.

sink
object | null

Webhook sink configuration

Response

201 - application/json
id
string