Adiciona um produto à conversa
cURL
curl --request POST \ --url https://your-chatwoot.aifocus.dev/api/v1/accounts/{account_id}/conversations/{conversation_id}/products \ --header 'Content-Type: application/json' \ --header 'api_access_token: <api-key>' \ --data ' { "product_name": "Plano Premium", "product_value": 299.9, "quantity": 1, "notes": "<string>" } '
Documentation IndexFetch the complete documentation index at: https://docs.aifocus.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.aifocus.dev/llms.txt
Use this file to discover all available pages before exploring further.
"Plano Premium"
299.9
1
Produto adicionado