The plugin can be used for sending many kinds of notifications such as emails or SMS notifications. It can be easily integrated in one of your business processes.
KAFKA_TOPIC_NOTIFICATION_INTERNAL_IN
- topic used to trigger the request to send a notificationKAFKA_TOPIC_NOTIFICATION_INTERNAL_OUT
- topic used for sending replies after sending the notificationKey | Definition | |
---|---|---|
language | The language that should be used | Mandatory |
templateName | The name of the notification template that is used | Mandatory |
channel | Notification channel: SMS/MAIL | Mandatory |
receivers | Notification receivers: email/phone number | Mandatory |
senderEmail | Notification sender email | Optional |
senderName | Notification sender name | Optional |
attachments | Attachments that are sent with the notification template (only used for MAIL notifications) | Optional |
KAFKA_TOPIC_NOTIFICATION_INTERNAL_IN
- (in our example, flowx-notifications-qa
){"processInstanceId": ${processInstanceId}}
KAFKA_TOPIC_NOTIFICATION_INTERNAL_OUT
- (in our example, ai.flowx.updates.qa.notification.request.v1
).KAFKA_TOPIC_NOTIFICATION_INTERNAL_OUT
variable.KAFKA_TOPIC_NOTIFICATION_INTERNAL_OUT
: