Vasil is a nine-time Microsoft MVP and expert with over a decade of experience in Microsoft cloud, lifecycle management, migration, adoption, and automation.
Auto attendants in Microsoft Teams streamline call routing, enhance caller experience, and ensure that customers and colleagues reach the right person or department quickly. There are three ways to set up auto attendant in Microsoft Teams:
Method 1: Create a Teams Auto Attendant Using the Teams Admin Center
To set up an auto attendant in Microsoft Teams, follow these steps:
From the left-hand navigation menu, select “Voice > Auto attendants”.
Click on the “Add” button to create a new auto attendant.
Enter a name for your auto attendant and select the language you want to use.
Choose the type of call handling you want your auto attendant to use
Set up your greetings and prompts by recording your own or using the default ones.
Assign the auto attendant to a phone number or a specific user in your organization.
Save your changes and test your auto attendant to ensure it's working correctly.
To set up an auto attendant in Microsoft Teams, you must have an active Microsoft Teams Phone System license. If you do not have this license, you will not be able to access the auto attendant feature.
Method 2: Configure Teams Auto Attendant with PowerShell
You can create and configure a Teams auto attendant via PowerShell for advanced scenarios or automated deployment. The steps below use the MicrosoftTeams PowerShell module (v5.6 or later recommended):
Step 1: Connect to Microsoft Teams PowerShell
Connect-MicrosoftTeams
Step 2: Create a Resource Account for the Auto Attendant
Now, create the auto attendant and associate it with the resource account:
New-CsAutoAttendant -Name "Contoso Main AA" -ResourceAccountList aamain@contoso.com -CallFlows $callFlow
Step 5: (Optional) Configure Business Hours, After Hours, and Holiday Routing
You can further configure separate call flows for business, after hours, or holidays using additional New-CsAutoAttendantCallFlow and schedule objects.
Select “Actions > Management Actions > Teams > Create Teams auto attendant”
You will be presented with a screen where you will need to fill in all the details.
You can either play an audio file or type in a greeting message or choose no greetings.
On the next page you can select various options to route the call.
Next, you can set up call flows after hours and call flows during holidays based on your requirements.
You can set up the users or groups that will be listed and available in your organization’s directory when a caller dials into this auto attendant. When callers use dial by name and search for a person by their name using their voice or keypad, they will be then transferred to the user that has the Teams app installed.
You can finally review and submit to create the auto attendant.