โ01-31-2022 08:27 PM
I have a need to copy Contacts from an application to Outlook 365. Wondering if anyone has done this, and how you did it? does this take a custom connector?
โ01-31-2022 09:47 PM
At the time when we needed to do it we had to build a custom connector to the Graph API. Now there is a Community Library Graph API connector you can use:
Hopefully this will help. Good Luck!
โ02-03-2022 06:31 AM
We currently do not have actions/triggers for outlook contacts, but it could be set up using the outlook connector and using custom actions in the API. Contacts triggers/actions in the outlook connector are planned for this year.
โ02-03-2022 04:51 PM
thank you.. After doing some research, it looks like Microsoft has moved outlook interface to their GRAPH API... I am not an expert in this, but that is what https://developer.microsoft.com/en-us/graph seems to suggest. It might be good if you are building out a new Connector to use this instead of the older APIs.