Added

WhatsApp Notifications

Starting from v11.4, pipelines can send WhatsApp messages directly to one or more recipients using the new WHATSAPP alert type — no external integrations required.

def notify_oven_anomaly(context: wizata_dsapi.Context):
    context.api.send_alerts(
        recipients=["+1234567890"],
        alert_type=wizata_dsapi.AlertType.WHATSAPP,
        message="Oven temperature exceeded threshold — immediate attention required."
    )

Messages are delivered from the Wizata business account and can be triggered from any pipeline transformation, making it easy to set up real-time operational alerts based on sensor data, model predictions, or custom logic.

For more information, you can look at our dedicated article on Send Alerts by SMS, Emails, Teams, Slack