account_sid | Optional[str] | None | Twilio Account SID for authentication. |
auth_token | Optional[str] | None | Twilio Auth Token for authentication. |
api_key | Optional[str] | None | Twilio API Key for alternative authentication. |
api_secret | Optional[str] | None | Twilio API Secret for alternative authentication. |
region | Optional[str] | None | Optional Twilio region (e.g., au1). |
edge | Optional[str] | None | Optional Twilio edge location (e.g., sydney). |
debug | bool | False | Enable debug logging for troubleshooting. |
enable_send_sms | bool | True | Enable the send_sms functionality. |
enable_get_call_details | bool | True | Enable the get_call_details functionality. |
enable_list_messages | bool | True | Enable the list_messages functionality. |
all | bool | False | Enable all functionality. |