Superchat icon

Superchat

Retrieve data from the Superchat API

Overview

This node integrates with the Superchat API to delete a specific contact by its ID. It is useful in scenarios where you need to programmatically remove contacts from your Superchat database, such as cleaning up outdated or invalid contact records, automating data management workflows, or syncing contact lists by removing entries no longer needed.

For example, if you have an automated process that identifies inactive contacts, this node can be used to delete those contacts automatically without manual intervention.

Properties

Name Meaning
ID The unique identifier of the contact to delete. This is a required string input specifying which contact will be removed from Superchat.

Output

The node outputs a JSON array containing the result of the delete operation for each input item. Typically, this output confirms whether the deletion was successful or provides details about the deleted contact. The exact structure depends on the Superchat API response but generally includes status information.

No binary data output is produced by this operation.

Dependencies

  • Requires an active connection to the Superchat API.
  • Needs an API authentication token or key configured in n8n credentials to authorize requests.
  • The node relies on the Superchat API endpoint responsible for deleting contacts.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent contact ID will likely cause the API to return an error indicating the contact could not be found.
    • Missing or incorrect API credentials will result in authentication errors.
    • Network connectivity problems may prevent the node from reaching the Superchat API.
  • Error messages and resolutions:

    • "Contact not found": Verify the contact ID is correct and exists in your Superchat account.
    • "Authentication failed": Check that your API key or token is valid and properly configured in n8n.
    • Timeout or network errors: Ensure your server has internet access and the Superchat API is reachable.

Links and References

Discussion