Wasapi icon

Wasapi

Integration oficial of Wasapi API for n8n

Overview

This node integrates with the Wasapi API to manage various resources, including custom fields. Specifically, the "Delete" operation for the "Custom Field" resource allows users to remove a custom field by its ID. This is useful in scenarios where obsolete or incorrect custom fields need to be cleaned up from the system to maintain data integrity and relevance.

Practical examples:

  • Removing a deprecated custom field that is no longer used in customer profiles.
  • Cleaning up test or temporary custom fields created during development or testing phases.

Properties

Name Meaning
Custom Field ID The unique identifier of the custom field to delete

Output

The output JSON typically contains the response from the Wasapi API confirming the deletion status of the custom field. It may include success confirmation or details about the deleted entity. There is no indication that binary data is returned by this operation.

Dependencies

  • Requires an active connection to the Wasapi API.
  • Needs an API authentication token configured in n8n credentials to authorize requests.
  • The base URL for API requests is https://api-ws.wasapi.io/api/v1.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent Custom Field ID will likely result in an error from the API indicating the field was not found.
    • Missing or incorrect API credentials will cause authentication failures.
    • Network connectivity problems can prevent successful API calls.
  • Error messages and resolutions:

    • "Resource 'customFields' with operation 'delete' is not supported": This indicates the node configuration might be incorrect or the operation is not implemented; verify the resource and operation names.
    • Authentication errors: Ensure the API key credential is correctly set up in n8n.
    • Field not found errors: Double-check the Custom Field ID input for correctness.

Links and References

Discussion