Skip to main content

Communication Connectors

Connect to messaging and notification services.

Available Channels

ChannelUse Cases
SMSOTP, alerts, notifications
EmailTransactional, statements
PushMobile app notifications

SMS Connector

  • OTP delivery
  • Transaction alerts
  • Marketing (opt-in)
  • Multi-provider support

Email Connector

  • Transactional emails
  • Account statements
  • Marketing campaigns
  • Template management

Push Notifications

  • iOS APNs
  • Android FCM
  • Web push

Integration

{
  "connector": "communication",
  "channel": "sms",
  "to": "+1234567890",
  "template": "otp_verification",
  "data": { "code": "123456" }
}

Delivery Tracking

  • Delivery status webhooks
  • Read receipts (email)
  • Failure handling