
Manojit Ghosh • over 6 years ago
Is there any way to release a bot to a limited audience?
Hi,
Is there any way to release a bot to a limited audience? For instance, what are my options if I want to make a bot available only for the competition judges?
Comments are closed.
2 comments
Richard Murby Manager • over 6 years ago
Hi Manojit
You can make a bot with a private or limited audience, providing it's accessible to the judges and administrators of the hackathon. This is covered in the official rules, section 4 - "Submission Requirements":
https://ciscospark.devpost.com/rules
Thanks,
Richard
DJF3 • over 6 years ago
Manojit,
The incoming webhook for your bot will show who the message came from (email / orgID). Based on that you can only process messages from:
- certain email addresses
- certain email domains
- certain Orgs (by orgId).
Cheers
DJ