
How to set-up a GitHub webhook to WordPress REST API endpoint
In this post I detail how to set-up a GitHub webhook to call a WordPress REST API endpoint that can be used to run a task whenever the GitHub repository is pushed to.
Everything "rest api" related lives here. Enjoy my archives, but use them wisely, some content might be out of date and very old, always check the post dates. If you have any questions or are concerned about the contents of my posts, feel free to leave a comment on the post.
In this post I detail how to set-up a GitHub webhook to call a WordPress REST API endpoint that can be used to run a task whenever the GitHub repository is pushed to.
This post details how to register a new WordPress REST API route and endpoint. Once the route is registered and the endpoint is created, you can do whatever you want with it.