Skip to main content
Best answer

Outlook Contact Update Birthday


Does Zapier allow the Birthday/DOB field to be updated in Outlook Contacts?  If not, why not, since I believe the API allows for it?

Best answer by ForYourITBest answer by ForYourIT

Hi @CamAU ,

If you are looking for something the Zapier app doesn’t support yet, you can always go with the more coding way. If you take a look at the Contacts API  you are able to update contacts with sending a PATCH request to a webhook with some json data.

Otherwise, like @Troy Tessalone it’s most of the time maintained by the creator and sometimes by Zapier. You can always hire a Zapier expert if you need assistance with setting up something like this. This is the most efficient way since it takes knowledge and time to set it up. Feel free to message me or any other expert if you like.

Hope this helps you!
~Bjorn

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

ForYourIT
Forum|alt.badge.img+7
  • Tinkerer
  • 259 replies
  • Answer
  • August 24, 2020

Hi @CamAU ,

If you are looking for something the Zapier app doesn’t support yet, you can always go with the more coding way. If you take a look at the Contacts API  you are able to update contacts with sending a PATCH request to a webhook with some json data.

Otherwise, like @Troy Tessalone it’s most of the time maintained by the creator and sometimes by Zapier. You can always hire a Zapier expert if you need assistance with setting up something like this. This is the most efficient way since it takes knowledge and time to set it up. Feel free to message me or any other expert if you like.

Hope this helps you!
~Bjorn


Troy Tessalone
Forum|alt.badge.img+14

The Zapier integrations for each app are maintained by the app maker not Zapier.

That means it’s up to the app maker to expose the endpoints of their API.