How to Automate Content Deployment Using Nimvio Webhooks
June 19, 2023
Rudy Prihantoro
Website Development
Learn how to automate your content deployment process by using webhooks. It provides instructions on how to generate webhook URLs and register them with Nimvio for popular deployment platforms like Netlify, Amplify, and Vercel. This feature will surely save your time and simplify the workflow for updating website content.
How to Automate Content Deployment Using Nimvio Webhooks
Website Development
When we publish or unpublish content to a website, we typically want our website to update its contents automatically by rebuilding them. In this post, we will be going over Nimvio's webhooks feature, which allows us to automate the content rebuilding or deployment process. The way is Nimvio will send HTTP post requests after a user publishes or unpublish content in Nimvio. The request will be received by any deployment platform your website uses to trigger a new build. Once updated, your website will automatically reflect the changes.
Now the question is how to set up this helpful feature? Actually, the webhook is fairly straightforward to set up, though it does require some configurations within Nimvio and some others within your deployment platform. In this post, we will show you the way by using Amplify, Vercel, and Netlify as our deployment platform for an example.
Generate Webhook URL
First off, we need to generate our webhook URL that will be used as the target for Nimvio to send the HTTP request. Be noted that in Nimvio, each project has its own webhook settings, so you will need to select the same project within your deployment platform as in Nimvio's
Using Netlify
Follow these steps to generate a webhook URL using Netlify:
After having a webhook URL, you need to register it to Nimvio. To do so, you can just follow these simple steps.
Once you're logged in, select the project to register the webhook. It should be the same project as the generated webhook URL in your deployment platform.
If you want to make sure that the Webhook URL is correct and working properly, you can click the Test Connection button, and Nimvio will send an HTTP request to the inputted Webhook URL. If the Webhook URL is working, it will trigger new builds in your deployment platform, as you can check on its dashboard. Else, it will show an error telling you what's wrong with the Webhook URL based on the received response. Below is an example.
https://media.nimvio.com/Project_df5ac510-ce03-4775-9cb4-8550253254df/Media/blog/webhook/nimvio-webhook-failed_published.png
Now, each time you publish or unpublish content in Nimvio, you'll see a new build happening within the deployment platform dashboard, pulling in your content and publishing it to your website automatically!
This is how Nimvio streamlines the content deployment process so that it can save your time to focus on your primary tasks and more important matters. If you are not using Nimvio, you can use it today to make this easiness happens. Please visit us at nimvio.com.