Automate schedule ineterview

In excel there is email id & i want schedule interview can anyone tell me how i do it automate ineterview schedule.

Hi @Yogita_Gaikwad1

You need to get the cell value for the email id, and then
Prepare a event body which you want to send to the interviewee,

You can schedule the bot to run every 30 mins or something,
The bot can read the excel file and send the event.
You can create the event using Create Event from Office365 Package.
image

T

can u send sample workflow for this

Hi @Yogita_Gaikwad1

Use Send Calendar Invite activity

@Yogita_Gaikwad1

After reading the email id from excel use below activity to create calendar event.

Cheers !