CRM and Sales tools
Microsoft 365 People
12min
the microsoft 365 people modules allow you to create, update, search, delete, and watch the contacts and contact folders in your microsoft 365 people account plutio docid\ ttfo wdgwdwatlgqs9dvq getting started with microsoft 365 people prerequisites a microsoft 365 account in order to use microsoft 365 people with make, it is necessary to have a microsoft 365 people account if you do not have one, you can create a microsoft 365 people account at office com https //www office com/ connecting the microsoft 365 people to {{product name}} go to make and open the microsoft 365 people module's create a connection dialog in the connection name field, enter a name for the connection and click continue optional click show advanced settings to enter your custom app client credentials, tenant id, and add additional scopes as needed if requested, use the following redirect uri when creating your custom app https //www integromat com/oauth/cb/azure enter your microsoft 365 people account login credentials and confirm the dialog by clicking yes the connection has been established contact watch contacts triggers when a contact is created or updated connection microsoft 365 people docid\ t8yhjtwbo4zsvhtr ttm3 contact folder id select the contact folder id whose contacts you want to watch watch contacts select the option to watch the contact by created date time by last updated date time limit set the maximum number of contacts make should return during one make execution cycle search contacts searches for contacts that match a specified text connection microsoft 365 people docid\ t8yhjtwbo4zsvhtr ttm3 contact folder id select the contact folder id whose contacts you want to watch query enter a keyword or phrase to search the contacts based on the specified query order by select the option to sort the contacts display name ascending order display name descending order created date time ascending order created date time descending order last modified date time ascending order last modified date time descending order limit set the maximum number of contacts make should return during one make execution cycle get contact gets the metadata of a specified contact connection microsoft 365 people docid\ t8yhjtwbo4zsvhtr ttm3 contact id select the contact id whose details you want to retrieve create a contact creates a new contact connection microsoft 365 people docid\ t8yhjtwbo4zsvhtr ttm3 title enter a title for the contact's name for example, mr given name enter the contact's given name middle name enter the contact's middle name surname enter the contact's surname suffix enter contact's suffix nickname enter the contact's nickname email addresses add the contact's email addresses email address enter the email address name enter the type of email address for example, work you can enter a maximum of three email addresses contact folder id select the contact folder id to which you add the contact mobile phone enter the contact's mobile number home phones enter the contact's home phone number you can add a maximum of two phone numbers business phones enter the contact's business phone number you can add a maximum of two phone numbers primary instant messaging address enter the details of the instant messaging address of the contact for example, skype business home page enter the website url address of the contact's business job title enter the position of the contact in the company company name enter the contact's company name department enter the contact's department name office location enter the contact's office location details assistant name enter the contact's assistant name if applicable name of the manager enter the contact's manager's name street enter the contact's home address enter the street name city enter the city name state enter the state name country or region enter the country name postal code enter the area postal code street enter the contact's business address enter the street name city enter the city name state enter the state name country or region enter the country name postal code enter the area postal code street enter the contact's alternate address if applicable enter the street name city enter the city name state enter the state name country or region enter the country name postal code enter the area postal code categories add the categories for the contact personal notes enter any additional information about the contact you would like to mention birthday enter the contact's date of birth spouse name enter the contact's spouse's name update a contact updates an existing contact connection microsoft 365 people docid\ t8yhjtwbo4zsvhtr ttm3 contact id select the contact id whose details you want to update title enter a title for the contact's name for example, mr given name enter the contact's given name middle name enter the contact's middle name surname enter the contact's surname suffix enter contact's suffix nickname enter the contact's nickname email addresses add the contact's email addresses email address enter the email address name enter the type of email address for example, work you can enter a maximum of three email addresses mobile phone enter the contact's mobile number home phones enter the contact's home phone number you can add a maximum of two phone numbers business phones enter the contact's business phone number you can add a maximum of two phone numbers primary instant messaging address enter the contact's instant messaging address for example, skype business home page enter the website url address of the contact's business job title enter the position of the contact in the company company name enter the contact's company name department enter the contact's department name office location enter the contact's office location details assistant name enter the contact's assistant name if applicable name of the manager enter the contact's manager's name street enter the contact's home address enter the street name city enter the city name state enter the state name country or region enter the country name postal code enter the area postal code street enter the contact's business address enter the street name city enter the city name state enter the state name country or region enter the country name postal code enter the area postal code street enter the contact's alternate address if applicable enter the street name city enter the city name state enter the state name country or region enter the country name postal code enter the area postal code categories add the categories for the contact personal notes enter any additional information about the contact you would like to mention birthday enter the contact's date of birth spouse name enter the contact's spouse's name delete a contact deletes a contact connection microsoft 365 people docid\ t8yhjtwbo4zsvhtr ttm3 contact id select the contact id you want to delete delete a contact deletes a contact connection microsoft 365 people docid\ t8yhjtwbo4zsvhtr ttm3 contact id select the contact id you want to delete contact folder list contact folders retrieves a list of all contact folders connection microsoft 365 people docid\ t8yhjtwbo4zsvhtr ttm3 contact id select the contact id you want to delete get a contact folder gets the metadata of a specified contact folder connection microsoft 365 people docid\ t8yhjtwbo4zsvhtr ttm3 contact folder id select the contact folder id whose details you want to retrieve create a contact folder creates a new contact folder connection microsoft 365 people docid\ t8yhjtwbo4zsvhtr ttm3 display name enter a name for the contact folder update a contact folder updates an existing contact folder connection microsoft 365 people docid\ t8yhjtwbo4zsvhtr ttm3 contact folder id select the contact folder id whose details you want to update display name enter a name for the contact folder delete a contact folder deletes a contact folder connection microsoft 365 people docid\ t8yhjtwbo4zsvhtr ttm3 contact folder id select the contact folder id you want to delete other make an api call performs an arbitrary authorized api call connection microsoft 365 people docid\ t8yhjtwbo4zsvhtr ttm3 url enter a path relative to https //graph microsoft com/ for example /v1 0/me/contacts for the list of available endpoints, refer to the microsoft api documentation https //docs microsoft com/en us/graph/api/resources/contact?view=graph rest 1 0 method select the http method you want to use get to retrieve information for an entry post to create a new entry put to update/replace an existing entry patch to make a partial entry update delete to delete an entry headers enter the desired request headers you don't have to add authorization headers; we already did that for you query string enter the request query string body enter the body content for your api call example of use list contact folders the following api call returns all tasks from your microsoft 365 people account url /v1 0/me/contactfolders method get matches of the search can be found in the module's output under bundle > body > value in our example, 3 contact folders were returned permissions information for microsoft 365 people watch contacts offline access, user read, contacts read search contacts offline access, user read, contacts read get a contact offline access, user read, contacts read create a contact offline access, user read, contacts readwrite update a contact offline access, user read, contacts readwrite delete a contact offline access, user read, contacts readwrite list contact folders offline access, user read, contacts read get a contact folder offline access, user read, contacts read create a contact folder offline access, user read, contacts readwrite update a contact folder offline access, user read, contacts readwrite delete a contact folder offline access, user read, contacts readwrite make an api call offline access, user read