← Back to the Developer Tools category

Send Queue Message

Sends a message to a queue. The message will be delivered to all workflows subscribed to the queue, triggering their execution with the message payload as input.

QueueSendMessage
Try this node

Inputs

NameTypeRequiredDescription
queueIdqueueYesQueue ID
schemaschemaNoOptional schema to validate and coerce message payload before sending
messagejsonYesMessage payload (any JSON value)

Outputs

NameTypeDescription
successbooleanTrue if message was sent successfully
messageIdstringUnique identifier for the sent message

Related Nodes in Developer Tools