MCPcopy Create free account
hub / github.com/Roy3838/Observer / TwilioConfig

Class TwilioConfig

api/messaging.py:445–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443 channel: str | None = Field(None, description="Optional channel to check ('whatsapp', 'sms', 'voice'). If 'whatsapp', checks only WhatsApp whitelist. Otherwise checks both.")
444
445class TwilioConfig(BaseModel):
446 account_sid: str
447 auth_token: str
448 from_number: str
449 whatsapp_from_number: str
450
451# Twilio Dependency
452def get_twilio_config():

Callers 1

get_twilio_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected