Skip to content

devkimchi/Microsoft-Flow-and-Wordpress-Integration-Sample

Repository files navigation

Microsoft Flow and Wordpress Integration Sample

This provides a sample code to show how to integrate Microsoft Flow with Wordpress through Azure Functions.

Sample Scenario

There's a tech community running a Wordpress blog. It's a team blog that many team members have contributed over time. The community manager has been struggling for statistics. She wants to count number of blog posts based on author name and give contribution points as a reward.

Posts written in the past can be easily fetched and counted by using Wordpress REST API. From now on, she wants to monitor all blog posts as soon as they are published and also record this information so somewhere in data store in Azure.

Microsoft Flow is designed for non-IT team members to handle workflow by integrating all services out there. Therefore, she wants to use Microsoft Flow for those logging job.

Prerequisites

  • Microsoft Flow account – FREE
  • Microsoft Azure subscription – FREE with Dev Essentials Program
  • Wordpress.com site and account – FREE

License

This code sample is released under MIT License

The MIT License (MIT)

Copyright (c) 2017 DevKimchi

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

This provides a sample code to show how to integrate Microsoft Flow with Wordpress through Azure Functions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages