Instantly icon

Instantly

Interact with Instantly API

Overview

This node interacts with the Instantly API to manage accounts, campaigns, and leads. Specifically for the Account Delete operation, it deletes an account identified by its email address. This is useful in scenarios where you want to programmatically remove user accounts from your Instantly system, such as cleaning up inactive or invalid accounts.

Practical example: Automatically deleting accounts that have been flagged as spam or no longer meet your criteria, helping maintain a clean and updated database.

Properties

Name Meaning
Email The email of the account to delete

Output

The output is a JSON array representing the response from the Instantly API after attempting to delete the specified account. Typically, this will include confirmation of deletion or relevant status information returned by the API.

No binary data output is produced by this operation.

Dependencies

  • Requires an active Instantly API key credential configured in n8n.
  • Uses the Instantly REST API endpoints for account management.
  • Network access to Instantly's API service is necessary.

Troubleshooting

  • Common issues:

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

    • "Account not found" — Verify the email address is correct and exists in Instantly.
    • Authentication errors — Check that the API key credential is correctly set up and has proper permissions.
    • Rate limiting or server errors — Retry after some time or check Instantly's service status.

Links and References

Discussion