Search code examples
pythonslackslack-api

How to test slack api team_join event


I'm trying to automate a few things when we have a new user join our slack - is there a way to test the team_join api without creating multiple new users? I'm running out of email addresses to use

https://api.slack.com/events/team_join


Solution

  • Nice thought! For now, I can suggest you to use disposable emails. You can have only one email say [email protected] and then you can use [email protected], [email protected] and so on. Also, If I came to know about event testing will let you know.