Spam signup monitoring

Copied link
A task that looks for signups from suspicious domains and flags those users for suspension.
template preview

Task

Spam signup monitoringPY

Pairs well with

README.md
Copied
1
# Template: Spam signup monitoring
2
3
This task will query a database to get all users who were created in the last 24 hours.
4
If the user's email is from a suspcicious domain, the task will ask the user to confirm and suspend the users.
5
6
## Next steps
7
- 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!