Impersonator protection for your community

Every hour the scenario checks server members' names, flags suspicious name and nickname changes, and keeps a change history.

  • Checks members every hour
  • Catches renames mimicking admins or known members
  • Keeps a full history of changes
  • Reports anything suspicious straight to your chat

How it works

To connect Mattermost and Quick Base, you don't need a developer: a ready-made scenario links them in minutes.

  1. Starts when: Hourly Check Trigger
  2. Then: Configuration Settings
  3. Then: Get All Server Members
  4. Then: Edit Fields
  5. Check: Loop Over Items
  6. Then: If userID does not exist
  7. Check: If userid does not exist
  8. If yes: add new user to database
  9. If no: Get row(s) from main DB
  10. Check: Switch
  11. If yes: Get row(s) from new DB
  12. Check: Switch1
  13. If yes: nickname changed
  14. Then: insert user changes to new database
  15. If no: is the new change recorded already
  16. If no: nickname changed again
  17. Then: aggregate all necessary data
  18. Check: If username and nickname hasn't been changed
  19. If no: If both username and nickname was changed but user ID is the same
  20. If yes: update both column in records
  21. If no: if username is the same but nickname is diff
  22. If yes: update only username on record
  23. If no: if username is the same but nickname is diff1
  24. If yes: update only nickname column
  25. If no: error handling

You can launch this Mattermost + Quick Base integration in Scriptera: describe the task in plain words — the scenario is built, launched and monitored for you.