Actions64
- Instance Actions
- Message Actions
- Group Actions
- Profile Actions
- Event Actions
- Integration Actions
- Chat Actions
Overview
This node interacts with the Evolution API to set behavior configurations for an instance. It allows users to customize how the instance handles calls, messages, group mentions, online status, message reading, and history synchronization. This is useful for automating instance management and customizing user interaction settings in scenarios such as customer support automation or communication management.
Use Case Examples
- Setting the instance to reject calls with a custom message.
- Configuring the instance to always appear online.
- Enabling full history synchronization for message tracking.
Properties
| Name | Meaning |
|---|---|
| Instance Name | The name of the instance to configure. |
| Reject Calls | Whether the instance should reject incoming calls. |
| Call Message | The message sent when calls are rejected. |
| Ignore Groups | Whether to ignore group mentions or not. |
| Always Online | Whether the instance should always appear online. |
| Read Messages | Whether the instance should mark messages as read. |
| Sync Full History | Whether to synchronize the full message history. |
| Read Status | Whether the instance should read status updates. |
Output
JSON
result- The response from the Evolution API after setting the instance behavior.
Dependencies
- Evolution API with required API key credential
Troubleshooting
- Unsupported operation error if the specified resource or operation is not implemented. Ensure the resource is 'Instance' and operation is 'Set Behavior'.
- API authentication errors if the Evolution API credentials are missing or invalid.
- Network or connectivity issues when calling the Evolution API endpoint.
Links
- Evolution API Documentation - Official documentation for the Evolution API used by this node.