Wortic icon

Wortic

Interact with Wortic CRM API - Complete automation for leads, clients, projects, invoices, support tickets and calendar events

Actions12

Overview

This node integrates with the Wortic CRM API to manage client records among other resources like leads and calendar events. Specifically, for the Client - Delete operation, it deletes a client record identified by its unique ID from the CRM system.

Common scenarios where this node is useful include:

  • Automating cleanup of outdated or incorrect client records.
  • Integrating with workflows that remove clients after certain conditions are met (e.g., contract expiration).
  • Synchronizing client data by removing deleted clients from external systems.

Example: Automatically delete a client record when a related project is closed or cancelled in another system.

Properties

Name Meaning
ID The unique identifier of the client record to delete. This is required to specify which client to remove.

Output

The node outputs JSON data representing the response from the Wortic CRM API after attempting to delete the client. This typically includes confirmation of deletion or error details if the operation failed.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for authenticating with the Wortic CRM API.
  • The node expects the base URL of the Wortic API to be configured in the credentials.
  • HTTP POST requests are made to the API endpoint with JSON payloads specifying the action and data.

Troubleshooting

  • Missing or invalid ID: If the ID property is not provided or incorrect, the API will likely return an error indicating the record was not found.
  • Authentication errors: Ensure the API key credential is valid and has sufficient permissions to delete client records.
  • API URL misconfiguration: Verify the base URL in the credentials matches the correct Wortic API endpoint.
  • Network issues: Check connectivity to the Wortic API server.
  • Error messages: The node returns error messages from the API in the output JSON under an error field if the operation fails. Review these messages to identify issues such as permission denied or invalid parameters.

Links and References

Discussion