Spam signup monitoring
Copied link
A task that looks for signups from suspicious domains and flags those users for suspension.

Task
Spam signup monitoringPY
Pairs well with
1# Template: Spam signup monitoring23This task will query a database to get all users who were created in the last 24 hours.4If the user's email is from a suspcicious domain, the task will ask the user to confirm and suspend the users.56## Next steps7- Replace `isSuspiciousEmail` with your own logic for detecting suspicious users.8- Navigate to the spam_signup_monitoring directory: `cd spam_signup_monitoring`9- Develop your template locally: `airplane dev`10- Deploy your tasks and view: `airplane deploy --yes`11- Visit the docs to learn more about how to build views: https://docs.airplane.dev/views/getting-started
Have a template suggestion? Let us know!