Skip to main content
Back to API List Sends various types of messages to users via IVR, Google Chat, Webhook,msteam, and WhatsAppchannels. Use cases include:
  • Nudge employees to reset their passwords before expiry.
  • Remind users to submit expense reports.
  • Inform customers about their order status.
  • Send other defined reminders.
Webhook Proactive Notifications only support Asynchronous V2.

Path Parameters

Sample Requests

Static Text Message — Sends a non-personalized message to multiple users.
Channel-specific adjustment for Google Chat:
Custom Message — Sends a personalized message if customMessage is specified; otherwise uses the main message.
Parameterized Message — Personalizes the message using dynamic parameters.
Template-Based Message — Uses templates with optional parameter substitution.
WhatsApp:
MS-Teams:

Body Parameters

Identities Array

Schema Constraints

  • identities array: minimum 1 item, maximum 1000 items.
  • parameters object: maximum 20 properties; each value must be a string of 200 characters or fewer.
  • No additional properties are allowed at any level unless explicitly defined.

Sample Response