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 deletes an automation rule from a specified account using the Konverte Digital API. It is useful for managing automation rules by removing those that are no longer needed or relevant. For example, if an automation rule is outdated or incorrect, this node can be used to delete it from the account to maintain clean and efficient automation workflows.
Use Case Examples
- Deleting an automation rule by providing the account ID and the rule ID to remove obsolete automation.
- Automating cleanup of automation rules in bulk by iterating over rule IDs and deleting them using this node.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account from which the automation rule will be deleted. |
| Id | The ID of the automation rule to be deleted. |
| Request Options | Additional options for the HTTP request such as batching, SSL certificate validation, proxy settings, and timeout configuration. |
Output
JSON
success- Indicates whether the deletion of the automation rule was successful.message- A message providing additional information about the deletion operation, such as confirmation or error details.
Dependencies
- Requires an API key credential for authentication with the 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.
- Check network connectivity and proxy settings if requests fail to reach the API server.
- If SSL certificate validation fails, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
- Timeout errors may occur if the server is slow to respond; increase the timeout setting if necessary.
Links
- Konverte Digital API Documentation - Delete Automation Rule - Official API documentation for deleting automation rules from an account.