← Back to the Developer Tools category

Receive Queue Message

This node extracts the message payload from a queue-triggered workflow, providing access to the data sent when the message was published.

DataParameterQueue
Try this node

Inputs

NameTypeRequiredDescription
queueIdqueueYesThe queue ID to listen to for messages.
schemaschemaNoOptional schema to validate and coerce the received message payload.

Outputs

NameTypeDescription
payloadjsonThe queue message payload
queueIdstringThe ID of the queue this message came from
timestampnumberThe timestamp when the message was published

Related Nodes in Developer Tools