Notificações Inteligentes icon

Notificações Inteligentes

NI Integration

Overview

The "Access Granted" operation of the Event resource in this node is designed to send access-related event data, typically when a user gains access to a members-only area or service. This operation is useful for tracking and managing user access events, such as logging when a customer first accesses a platform, creates a password, or logs into a members page.

Practical scenarios include:

  • Sending an event notification when a user successfully logs into a membership site.
  • Tracking first-time access to trigger welcome emails or onboarding workflows.
  • Integrating with CRM or marketing platforms to update user status based on access events.

Properties

Name Meaning
Members Page URL Redirect URL for the members page where the user will be directed after access.
Customer First Access URL URL for the customer’s first access to create a password (used during initial setup).
Login The username or login identifier used by the user on the members page.
Password The password associated with the user’s login on the members page.

These properties are required inputs for the "Access Granted" operation and represent the key data points needed to register or log the access event.

Output

The node outputs JSON data representing the response from the external API after sending the access event. The structure typically includes confirmation of the event being recorded or any relevant metadata returned by the API.

No binary data output is involved in this operation.

Dependencies

  • Requires an API key credential for authentication with the external service at https://api.notificacoesinteligentes.com.
  • The node uses HTTP requests to communicate with the external API endpoint.
  • Proper configuration of the API credentials within n8n is necessary for successful execution.

Troubleshooting

  • Common Issues:

    • Authentication failures due to missing or invalid API keys.
    • Network timeouts or connectivity issues with the external API.
    • Missing required input properties causing validation errors.
  • Error Messages:

    • Errors related to HTTP request failures usually indicate network or credential problems.
    • Validation errors if required fields like "Members Page URL", "Login", or "Password" are not provided.
  • Resolutions:

    • Verify that the API key credential is correctly set up and has the necessary permissions.
    • Ensure all required fields are filled out before executing the node.
    • Check network connectivity and API endpoint availability.

Links and References

Discussion