Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.finhub.cloud/llms.txt

Use this file to discover all available pages before exploring further.

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