Skip to main content
Requiere userApiKey. Puedes crear más de un inbox web por cuenta.
account_id
integer
required
ID de la cuenta.
curl -X POST 'https://app.yampi.ai/api/v1/accounts/1/inboxes' \
  -H 'api_access_token: TU_TOKEN' -H 'Content-Type: application/json' \
  -d '{"name":"Website","channel_type":"Channel::WebWidget"}'