Actions64
- Instancia Actions
- Mensagem Actions
- Grupo Actions
- Chat Actions
- Perfil Actions
- Evento Actions
- Integração Actions
Overview
This node, named "Evolution API," allows users to interact with the Evolution API service. Specifically, for the resource "Mensagem" and operation "Enviar Contato," it sends one or more contact cards to a specified WhatsApp recipient number from a given instance name. This is useful in scenarios where automated sharing of contact information via WhatsApp is needed, such as customer support, marketing campaigns, or CRM integrations.
For example, a business could use this node to automatically send contact details of sales representatives to customers who request them through a chatbot or form submission.
Properties
| Name | Meaning |
|---|---|
| Nome Da Instância | The name of the instance that will send the contact message. |
| Número Do Destinatário | The WhatsApp number of the recipient who will receive the contact(s). |
| Contatos | A list of contacts to send. Each contact includes: |
| - Nome Completo: Full name of the contact. | |
| - Número Do WhatsApp: WhatsApp number (digits only, e.g., 559999999999). | |
| - Número Formatado: Formatted phone number (e.g., +55 99 9 9999-9999). | |
| - Organização: Organization or company name of the contact (optional). | |
| - Email: Contact's email address (optional). | |
| - URL: URL of the contact's webpage (optional). |
Output
The node outputs a JSON array containing the response from the Evolution API after attempting to send the contact(s). The exact structure depends on the API response but typically includes status information about the sent messages.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authenticating with the Evolution API.
- The node expects the Evolution API service to be accessible and properly configured.
- No additional environment variables are explicitly required beyond the API authentication.
Troubleshooting
Common Issues:
- Invalid or missing instance name or recipient number may cause the API call to fail.
- Incorrectly formatted WhatsApp numbers can lead to delivery errors.
- Network connectivity issues or invalid API credentials will prevent successful requests.
Error Messages:
"Operação não suportada."indicates that the requested operation is not implemented or recognized by the node.- API errors returned from the Evolution API will be propagated; check the API response for details.
Resolutions:
- Verify all required fields are correctly filled.
- Ensure WhatsApp numbers follow the expected format.
- Confirm API credentials are valid and have necessary permissions.
- Check network connectivity and API endpoint availability.
Links and References
- Evolution API official documentation (not provided here; consult your API provider)
- WhatsApp contact card formatting guidelines (consult WhatsApp Business API docs)