Skip to main content
Cuerpo: content y opcionales (private, attachments, etc.). Requiere userApiKey o agentBotApiKey.
account_id
integer
required
ID de la cuenta.
conversation_id
integer
required
ID de la conversación.
curl -X POST 'https://app.yampi.ai/api/v1/accounts/1/conversations/100/messages' \
  -H 'api_access_token: TU_TOKEN' -H 'Content-Type: application/json' \
  -d '{"content":"Hola, en qué puedo ayudarte?"}'