Skip to main content
POST
Setup Channel Provider

Autorizações

api_access_token
string
header
obrigatório

Parâmetros de caminho

id
string<uuid>
obrigatório

ID of the inbox

Corpo

application/json
provider
string
obrigatório

Provider name (twilio, whatsapp, evolution, etc.)

Exemplo:

"whatsapp"

provider_config
object

Provider-specific configuration

Resposta

Channel provider configured successfully

success
boolean
obrigatório
Exemplo:

true

data
object | null
obrigatório

Channel provider configuration data

meta
object
obrigatório
message
string
obrigatório

Success message

Exemplo:

"Channel provider configured successfully"