Skip to main content

Send Message

The Send Message activity sends a message to a messaging queue or topic.

Configuring the Send Message Activity

To configure the Send Message activity, fill in the required fields in the activity panel.

Configuration

FieldRequiredDescriptionExample
NameRequiredSpecify the name for this activity.MyActivity
DescriptionOptionalSpecify the description for this activity.Reads a file from S3
Channel TypeOptionalQueue delivers to one consumer. Topic broadcasts to all subscribers Options: Point to Point (Queue), Pub Sub (Topic).
Channel NameRequiredName of the message queue or topic.
Include ProfileOptionalPass the current profile to the receiver

Input

FieldRequiredData TypeDescriptionExample
Channel NameRequiredStringName of the channel or topic where the message will be published.
HeadersOptionalObjectMetadata headers that accompany the message.
PropertiesOptionalObjectCustom message properties for downstream processing.
BodyOptionalObjectActual content of the message to be sent.
ScheduleOptionalObjectSchedule settings for delayed delivery.

Output

FieldRequiredData TypeDescriptionExample
Message IdOptionalString