levelupaik / referbot

A slack integration to refer people as future employees
0 stars 2 forks source link

Bot asks for contact details #6

Open hezus opened 8 years ago

hezus commented 8 years ago

Bot asks for email and in a second question the phone number (optional) once one or more vancancies were selected.

levelupaik commented 8 years ago

Bot ask for email and phone number in 2 separate questions. Even though the phone number is stated as optional, the email essentially is as well (but we don't want lazy employees to not fill it in).

ramonavic commented 8 years ago

The bot can ask for contact details and post them to a specific API. However both email and phone number are required in the public API. The bot asks for them separately but you cannot fill in a blank.

levelupaik commented 8 years ago

maybe default for now is notprovided@referrerofcandidate.com and all zero's or the number

ramonavic commented 8 years ago

We just found out that Recruitee admins can make phone numbers and emails optional. If they do that we can let the bot pass an empty string and it will accept that.