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, specifically allowing you to update existing client information. It is useful in scenarios where you need to keep client data current, such as updating contact details or correcting information after initial entry.

For example, if a client's email address changes or their name needs correction, this node can be used to send an update request to the Wortic CRM system, ensuring your CRM data stays accurate and up-to-date.

Properties

Name Meaning
ID The unique identifier of the client record to update
Name The updated name of the client
Email The updated email address of the client

Output

The node outputs JSON data representing the response from the Wortic CRM API after attempting to update the client record. This typically includes the updated client information or an error message if the update failed.

No binary data output is produced by this node.

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 specified by the credential's URL.

Troubleshooting

  • Common issues:

    • Invalid or missing client ID will cause the update to fail.
    • Incorrect or expired API key will result in authentication errors.
    • Network connectivity problems may prevent successful API calls.
  • Error messages:

    • Errors returned from the API will be included in the node output under an error field if "Continue On Fail" is enabled.
    • Authentication failures typically indicate invalid API credentials; verify and update the API key.
    • Validation errors (e.g., missing required fields) should be resolved by providing all mandatory properties.

Links and References

Discussion