Notificações Inteligentes icon

Notificações Inteligentes

Integração do NI

Overview

This node is designed to remove one or more lists from a specified lead. It is useful in scenarios where you need to manage the association between leads and their lists, such as cleaning up outdated or irrelevant list memberships for a lead in a marketing or CRM system.

For example, if a lead was previously added to multiple mailing lists but should no longer receive communications from some of them, this node allows you to specify which lists to disassociate from that lead.

Properties

Name Meaning
ID Do Lead The unique identifier of the lead from which lists will be removed.
ID(s) Da(s) Lista(s) One or more list IDs (comma-separated) to be removed from the lead's associated lists.

Output

The output JSON typically contains information about the result of the removal operation, such as confirmation of which lists were successfully removed from the lead. The exact structure depends on the underlying API response but generally includes status or updated lead data.

No binary data output is indicated.

Dependencies

  • Requires an API key or authentication token to access the external service managing leads and lists.
  • The node depends on the external service's API to perform the removal of lists from leads.
  • Proper configuration of credentials within n8n is necessary to authenticate requests.

Troubleshooting

  • Invalid Lead ID: If the provided lead ID does not exist, the node may return an error indicating the lead was not found. Verify the lead ID is correct.
  • Invalid List IDs: Providing non-existent or incorrectly formatted list IDs can cause errors or partial failures. Ensure list IDs are valid and comma-separated without extra spaces.
  • Authentication Errors: Missing or invalid API credentials will prevent the node from executing successfully. Confirm that the API key or token is correctly configured.
  • API Rate Limits: If the external service enforces rate limits, excessive requests may cause temporary failures. Implement retry logic or reduce request frequency.

Links and References

  • Refer to the external service's API documentation for details on managing leads and lists.
  • Consult n8n documentation on setting up API credentials and handling node errors.

Discussion