Infrastructure low complexity backend
0
Dependencies
0
Dependents
0
Entities
0
Integrations

Description

Wraps the Twilio or Link Mobility REST API to dispatch SMS messages, abstracting provider authentication, response parsing, and error normalization behind a single typed interface.

Feature: Email/SMS Notifications

sms-provider-connector

Responsibilities

  • Authenticate against the configured SMS provider using environment credentials
  • Submit SMS payloads to the provider API and extract the message SID for status tracking
  • Map provider error codes to internal retry-safe exceptions for upstream handling

Interfaces

sendSms(to, body)
getMessageStatus(messageSid)