- Monitor user authentication activities across multiple platforms.
- Generate reports on sign-in IPs for security audits.
- Automate the process of sending IP information to users.
- Remove duplicate IP entries for cleaner data analysis.
User submits a form requesting sign-in IP data. The workflow sets date and API key variables. Multiple HTTP requests fetch login event data from different sources. The data is combined and filtered to include relevant fields. Duplicates are removed to ensure data accuracy. The results are converted into a CSV file format. The CSV file is encoded in base64 and emailed to the user.
- 1Import the workflow template into your n8n instance.
- 2Fill out the authentication request form with your name, email, and API key.
- 3Trigger the workflow to start processing the request.
- 4Receive the email with the attached CSV file containing sign-in IPs.