Set or update Tata Smartflo credentials
Stores Tata Smartflo credentials for inbound and outbound BYOP WebSocket calling. Tata Smartflo authenticates with a panel email and password; Vocobase logs in with these to obtain short-lived API tokens (the password is stored encrypted and never returned). email, password, and from_number are required; base_url is optional and defaults to the Tata Smartflo API host. The from_number must be an E.164 DID returned by Smartflo GET /v1/my_number and is stored as the connection’s default outbound DID. Requires "tata_smartflo" in allowed_telephony_providers.
Authorizations
API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.
Body
Tata Smartflo panel email.
"ops@example.com"
Tata Smartflo panel password. Stored encrypted; never returned.
"your-smartflo-password"
Tata Smartflo DID used as the caller ID, in E.164 format. Stored as the connection's default DID.
"+918011223344"
Optional Tata Smartflo API base URL. Omit to use the default host.
"https://api-smartflo.tatateleservices.com"
Optional outbound agent leg number. Use only after Vocobase confirms the required Smartflo value for your account.