Skip to main content
GET
Get quick send trigger status

Authorizations

Authorization
string
header
required

Noux API key from your integration settings

Headers

authorization
string
required

Bearer token with Noux API key

Path Parameters

id
string
required

The trigger id returned by POST /api/v1/quick-send/trigger

Response

Trigger status retrieved successfully

triggerId
string
required
status
enum<string>
required

Queued until the room exists, then RoomCreated or Failed

Available options:
Queued,
RoomCreated,
Failed
roomId
string | null
required

Set once the room has been created

scheduledSendAt
string
required

ISO timestamp when the invitations are sent

failureReason
string | null
required
deliveries
object[]
required