Employee Experience topic blocks
Summarize
Summary of Employee Experience Topic Blocks
The ITSM Virtual Agent, integrated with Microsoft Exchange Online, facilitates efficient meeting management by enabling users to schedule, reschedule, and cancel meetings directly through the Virtual Agent interface. This functionality is essential for improving employee experience by simplifying meeting logistics.
Show less
Key Features
- Cancel Meeting: Users can request to cancel a meeting, providing start and end times in UTC. The system returns a cancellation status and relevant status codes.
- Conference Room Availability: Users can find and book available conference rooms by entering room location, capacity, and meeting times. The output includes the name of the selected room and booking details.
- Get MS Teams Meeting Link: If the Microsoft Teams integration is enabled, users can generate a Teams meeting link by providing the organizer's email and meeting subject, with options for silent mode.
- Reschedule a Meeting: Users can reschedule by supplying current and new meeting times, receiving a status update and relevant codes.
- Schedule a Meeting: Users can schedule meetings by entering attendee emails, subject, date, time, duration, and resource requirements, with feedback on the scheduling status.
- Webex and Zoom Meeting Actions: Integrations with Cisco Webex and Zoom allow users to schedule, reschedule, or cancel meetings using specific commands, with feedback on the action status.
Key Outcomes
By leveraging these topic blocks, ServiceNow customers can streamline their meeting processes, reduce administrative overhead, and enhance collaboration within their teams. This leads to improved productivity and a better overall employee experience, as users can manage their meeting needs with minimal effort. Each action provides immediate feedback, ensuring users are informed about the status of their requests.
ITSM Virtual Agent helps you manage meetings in Microsoft Exchange Online. Using the Manage Meetings EXO v1.0 topic, you can schedule, reschedule, and cancel a meeting.
Use the Category list on the Topics page in Virtual Agent Designer to sort by Self Service to view all Employee Experience topics blocks.
For detailed information about topic blocks, see Maximizing code reuse with topic blocks.
Cancel Meeting EXO
Users can send a message to Virtual Agent requesting to cancel a meeting.
| Name | Description |
|---|---|
| Input parameters | |
| Start Date Time | Start date and time of the meeting in UTC. |
| End Date Time | End date and time of the meeting in UTC. |
| Output parameters | |
| status | Returns a cancel status for the meeting. |
| status_code | Returns one of the following status codes for the meeting:
|
Conference Room Availability
Users can choose an available conference room for their meeting.
| Name | Description |
|---|---|
| Input parameters | |
| Room Location | Location of the conference room. |
| Room Capacity | Number of people the conference room holds. |
| Start Date Time | Start date and time of the meeting in UTC. |
| Duration | Duration of the meeting in minutes. Values increment by 15 minute segments, from 15 to 1440 (1 day). |
| Output parameters | |
| selected_room_info | Name of the selected conference room. |
| booking_info | JSON string denoting additional booking information (location, start time, and duration of meeting). |
| status | Returns the status for the meeting. |
| status_code | Returns one of the following status codes for the meeting:
|
Get MS Teams Meeting Link
If the Microsoft Teams Communication spoke (sn_msteams_com_spk) is installed on the instance, users can send a Microsoft Teams meeting link with their invitation.
| Name | Description |
|---|---|
| Input parameters | |
| email_id | Email address of the meeting organizer. |
| meeting_subject | Subject of the meeting. |
| silent_mode | Determines whether the topic block produces a message output. When the value is true, the topic block doesn't produce an output message. |
| service_user_azure | Service account Azure ID for the user. This will be used to initiate the meeting in Microsoft Teams meetings. Use a script variable to pass the user ID. |
| Output parameters | |
| url | Microsoft Teams meeting URL. |
| meeting_id | Microsoft Teams meeting ID. |
| output_status | Indicates whether the action was successfully completed. |
| output_error_message | Error message indicating that the meeting link didn't get generated. |
Reschedule a Meeting EXO
Users can send a message to Virtual Agent requesting to reschedule a meeting, or the user can select the desired template and select Reschedule Meeting.
| Name | Description |
|---|---|
| Input parameters | |
| Start Date Time | Current start date and time of the meeting in UTC. |
| End Date Time | Current end date and time of the meeting in UTC. |
| Rescheduled Date | New date and time of the meeting in UTC. |
| Duration | Duration of the meeting in minutes. Values increment by 15 minute segments, from 15 to 1440 (1 day). |
| Output parameters | |
| status | Returns a rescheduled status for the meeting. |
| status_code | Returns one of the following status codes for the meeting:
|
Schedule a Meeting EXO
Users can send a message to Virtual Agent requesting to schedule a meeting, or the user can select the desired template and select Set up meeting.
| Name | Description |
|---|---|
| Input parameters | |
| Attendees | Email addresses of the people invited to the meeting. Multiple attendee email addresses are separated by a comma. |
| Subject | Subject of the meeting. |
| Meeting Date | Start date of the meeting in the user's time zone. |
| Meeting Time | Time of day for the meeting in minutes. For example, for 11:26 pm, the value is 1406. |
| Duration | Duration of the meeting in minutes. Values increment by 15 minute segments, from 15 to 1440 (1 day). |
| Resource Type | Resources required for the meeting. Values include:
|
| Meeting Application | Conferencing software tool for the meeting. Values include:
|
| Body | Meeting agenda. |
| Service User Azure ID | Service account Azure ID for the user in Microsoft Teams meetings. |
| Output parameters | |
| event_id | ID for the scheduled meeting. |
| status | Returns the status for the meeting. |
| status_code | Returns one of the following status codes for the meeting:
|
Webex Meeting Actions
If the Cisco Webex Teams spoke (sn_cisco_teams_spk) is installed on the instance, users can send a Webex meeting link with their invitation.
| Name | Description |
|---|---|
| Input parameters | |
| Action | The Webex action for the meeting. Values include:
|
| Start Date Time | Current start date and time of the meeting in UTC. |
| Duration | Duration of the meeting in minutes. Values increment by 15 minute segments, from 15 to 1440 (1 day). |
| User ID | Email address or user ID of the meeting organizer. |
| Meeting subject | Subject of the meeting. |
| Agenda | Meeting agenda. |
| Meeting URL | Join URL for the virtual meeting. |
| Meeting Invitees | Email addresses of the invited users, separated by commas. |
| Output parameters | |
| meeting_url | Join URL for the virtual meeting. |
| output_status | Returns the status for the meeting. |
| status_code | Returns one of the following status codes for the meeting:
|
Zoom Meeting Actions
If the Zoom spoke(com.sn.zoom.spoke) is installed on the instance, users can send a Zoom meeting link with their invitation.
| Name | Description |
|---|---|
| Input parameters | |
| Action | Zoom action for the meeting. Values are:
|
| User ID | Account user's ID or email address. |
| Start date time | Current start date and time of the meeting in UTC. |
| Duration | Duration of the meeting in minutes. Values increment by 15 minute segments, from 15 to 1440 (1 day). |
| Meeting subject | Subject of the meeting. |
| Agenda | Meeting agenda. |
| Meeting ID | Unique Zoom ID assigned to the virtual meeting. |
| Output parameters | |
| output_status | Returns the status for the meeting. |
| status_code | Returns one of the following status codes for the meeting:
|
| meeting_url | Join URL for the virtual meeting. |