I am looking for a way to automatically check contacts in Dynamics 365 CRM and sync them to mailcontacts in Exchange online distribution lists.
Does anyone have suggestions on where to start with this?
I was thinking of trying to use python scripts with the exchangelib library to connect to the CRM via API, check the CRM contacts, then connect to Exchange online with API to update the mailcontacts in specific distribution lists if needed.
Does this sound plausible? Are their more efficient ways of accomplishing this?
Any suggestions are greatly appreciated, thanks.