# Executors

# SMS-Executor

Integrated with our SMS service this executor sends the message as an SMS to the provided phone-numbers.

Note: Sending SMS might add additional costs depending on the contract.

# Configuration

To configure an output correctly for use with the SMS-executor the following parameters must be set in the output-configuration.

Name Description
recipients A comma-separated list of phone numbers.

# SMTP-Executor

This executor allows messages to be delivered using email. Messages that have a longer body and are not as important is better to send as an email.

# Configuration

To configure an output correctly for use with the SMTP-Executor the following parameters must be set in the output-configuration.

Name Description
subject The subject row of the email, supports templating.
recipients A comma-separated list of email addresses that the message will be delivered to.

# Firebase Executor

Firebase is a Google Service that can handle push message delivery to both Android and iOS phones. Each user have to be registered with a valid firebase-token to the backend using the Mobile endpoint before push messages can be sent. The app also need to have the same authentication and account for Firebase as the backend service.

# Configuration

To configure an output correctly for use with the Firebase executor the following parameters must be set in the output-configuration.

Name Description
user_ids A comma-separated list of user ID:s registered in Lynx platform to receive the push notification.