Actions115
- Teams Actions
- Account Users Actions
- Custom Attributes Actions
- Contacts Actions
- Conversation Labels Actions
- Reports Actions
- Accounts Actions
- Contact Actions
- Agent Bots Actions
- Users Actions
- Inbox API Actions
- Contacts API Actions
- Conversations API Actions
- Messages API Actions
- CSAT Survey Page Actions
- Account Agent Bots Actions
- Agents Actions
- Canned Responses Actions
- Canned Response Actions
- Messages Actions
- Automation Rule Actions
- Help Center Actions
- Conversations Actions
- Conversation Assignment Actions
- Inboxes Actions
- Integrations Actions
- Profile Actions
- Custom Filters Actions
- Webhooks Actions
Overview
This node operation retrieves detailed information about a single automation rule from the Konverte Digital API. It is useful for scenarios where you need to fetch specific automation rule details by providing the account ID and the automation rule ID. For example, it can be used to monitor or audit automation rules configured in an account or to integrate automation rule data into other workflows.
Use Case Examples
- Fetch details of a specific automation rule by its ID to display or process in a workflow.
- Retrieve automation rule information for auditing or reporting purposes.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account to which the automation rule belongs. |
| Id | The ID of the automation rule to retrieve details for. |
| Request Options | Additional options to customize the HTTP request such as batching, SSL certificate validation, proxy settings, and timeout duration. |
Output
JSON
id- The unique identifier of the automation rule.name- The name of the automation rule.conditions- The conditions that trigger the automation rule.actions- The actions performed by the automation rule when triggered.created_at- Timestamp when the automation rule was created.updated_at- Timestamp when the automation rule was last updated.
Dependencies
- Konverte Digital API
Troubleshooting
- Ensure the provided Account Id and Automation Rule Id are correct and exist in the system to avoid 'not found' errors.
- If SSL certificate validation fails and you trust the source, enable 'Ignore SSL Issues' to bypass SSL errors.
- Check proxy settings if requests fail due to network restrictions.
- Adjust the timeout setting if the server response is slow to prevent premature request abortion.
Links
- Konverte Digital API Documentation - Get Single Automation Rule - Official API documentation for retrieving details of a single automation rule.