Bor1ss
Bor1ss

Reputation: 49

Adding contacts to outlook

I am using outlook rest api and need to add thousands contacts. So I am searching how to add range of contacts except adding each separately. Any idea?

Upvotes: 0

Views: 86

Answers (1)

Mostafa
Mostafa

Reputation: 3302

Yes you can do this by accessing batch endpoint in o365. Where you can post contacts as of 20 contacts in one batch.

Check out the details of batch endpoint in o365: https://msdn.microsoft.com/office/office365/api/batch-outlook-rest-requests

Hope this helps.

Upvotes: 1

Related Questions