- AI request — Sends a request to a large language model (LLM).
- aws lambda — Node publishes messages to AWS Lambda, a service that lets you run code without provisioning or managing servers.
- aws sns — Node publish messages to AWS SNS (Amazon Simple Notification Service).
- aws sqs — Node publish messages to the AWS SQS (Amazon Simple Queue Service).
- azure iot hub — Node will send full Message payload to the Azure IoT Hub device.
- gpc pubsub — Publish message to the Google Cloud PubSub.
- kafka — Kafka Node sends messages to Kafka brokers. Expects messages with any message type. Will send record via Kafka producer to Kafka server
- mqtt — Publish incoming message payload to the topic of the configured MQTT broker with QoS AT_LEAST_ONCE.
- rabbbitmq — Publish incoming message payload to the RabbitMQ.
- rest api call — Invoke REST API calls to the external REST server.
- send email — Node sends incoming message using configured Mail Server.
- send notification — The node can send notification to recipients group using the template.
- send sms — Node is able to construct SMS message based on the metadata fields from the incoming message and send it using AWS SNS or Twilio SMS providers.
- send to slack — The node create a message based on the incoming data and metadata, and send it via Slack to a public channel, private channel or direct message.
- twilio sms — Sends incoming message payload as SMS message via Twilio service.
- twilio voice — Sends voice message via Twilio.