Skip to main content
Version: Streamsheets 2.5

PRODUCE

Produces a message using the specified Producer and a JSON configuration. Use JSON to create a configuration object or reference an existing configuration from the outbox using the outbox function or from the inbox using INBOX.

Syntax

=PRODUCE(Producer, JSONConfiguration)

Arguments

NameDescription
ProducerProducer to use for producing.
JSONConfigurationA JSON that is either an existing message from the outbox or inbox, or created with JSON or DICTIONARY. A "message" field is required, all other fields depend on the used Producer.

Return

TRUE, if no error.

Examples

None