Microsoft Exchange Online Spoke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
We have a requirement that with the help of Outlook's Bot Scheduling- there is an appointment has been setup, Once the user select any appointment then a meeting invite has been sent to tech guy and the user for that particular slot.
Ask is - Once the meeting is set up, a servicenow Request has to be created.
I don't know if it would be possible with the MS Exchange online spoke or not. Please suggest if this is possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hi @MohitSaxena ,
The MS Exchange Online Spoke in ServiceNow can send or get meeting info if ServiceNow starts the action.
It cannot just “notice” that a meeting was booked in Outlook and create a request by itself.
You need something between Outlook and ServiceNow that reacts when a meeting is booked.
The simplest way is Power Automate (Microsoft’s workflow tool):
Trigger: “When a new event is created in Outlook Calendar”
Check: Is it from the bot scheduler?
Action: Call ServiceNow (through Power Automate’s ServiceNow connector or REST API) to create the request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hi,
Could you Please mark the solution as accepted if it solves your question.