How to Use Webhooks with RightBlogger
Are you a developer looking to automate your publishing workflow? RightBlogger now supports outbound Webhooks, so you can send your AI-generated articles anywhere like Zapier, Make, your own server without copy and pasting.
No more copy-paste or manual exports! Imagine creating a post in RightBlogger and instantly triggering an automation that publishes it to any platform you like.
Sounds good, right?
This guide shows you how to set up Webhooks in RightBlogger.
RightBlogger + Webhooks
What does the Webhook integration actually do? Simple: every time you click Send To → Webhook, RightBlogger fires a POST request to the URL you provide, containing two fields as JSON:
| Field | Description |
|---|---|
title | The post title (text) |
content | Full post body in HTML |
That’s it, clean, predictable data you can pipe into Zapier, Make, n8n, or your own endpoint. We are also working on more fields being added so if you’d like to see anything specific just send us an email.
Setting Up a Webhook: Step-by-Step
Like our other integrations, Webhooks live inside Projects.
Step 1: Go to Projects
Head to the “Projects” section in RightBlogger.
No project yet? Click Add Project, give it a name, and add your site URL.
Step 2: Open the Integrations Tab
On your project page, click the Integrations tab.
Step 3: Choose Webhook
You’ll see WordPress, Ghost, Webflow… and now Webhook. Click it.
Step 4: Paste Your Webhook URL
- Grab a Webhook endpoint from your service of choice:
- Zapier → “Catch Hook” trigger
- Make → “Custom Webhook”
- Your own server → any route that accepts POST
- Paste the URL into the Webhook URL field.
Step 5: Save Changes
Click Save Changes. Your Webhook integration is now active.
Sending Content via Webhook
Ready to test? Use any content tool—Article Writer, Video to Blog, or the RightBlogger Editor.
- Create or edit your post.
- Scroll to the bottom bar and click Send To.
- Choose your Webhook (it’ll show the name you set).
- Watch the status message. You’ll see “Success” plus the raw server response; perfect for debugging.
Once you’ve learned the basics of your project, you can fully automate the process with the content automation tools in RightBlogger.
Verifying the Payload (Example: Zapier)
If you’re using Zapier:
- In Zapier, set Trigger → Webhooks by Zapier → Catch Hook.
- Copy the generated URL and paste it into RightBlogger (Step 4 above).
- Send a test article.
- Back in Zapier, click Test Trigger → you’ll see two variables:
title— “10 Quick SEO Wins”content— full HTML body
From here you can route the post to WordPress, Notion, Google Docs, or anywhere Zapier supports.

You can also use tools like webhook.site to test webhooks. This is my favorite way to see what data you will be sent from a webhook.
Along with the content and title, we also include the options used in the request. These options cover writing style, language, point of view, audience, main keyword, and any extra instructions. This helps you fully customize your workflow.
Tips & Best Practices
- Validate your endpoint: Return a
200 OKto prevent issues. We currently do not support retries. - Limit size: Large articles? Make sure your service can handle the payload.
- Add fields (optional): Today we send
titleandcontentand some option fields. Need more? Let us know, we’re listening!
Keep in mind also the user-agent sent from RightBlogger will be RightBlogger/1.0 (https://rightblogger.com)
This is useful if you have security filters set up and want to make sure RightBlogger can communicate with your webhook.
Conclusion
The RightBlogger Webhook integration unlocks endless possibilities: publish to custom CMSs, trigger email campaigns, syndicate to social platforms—anything that speaks HTTP.
Give it a spin and show us what you build. We can’t wait to see your automations in action!
What does RightBlogger send in a webhook payload?
RightBlogger sends a simple JSON payload when you choose Send To → Webhook.
The core fields are:
title: the post title (text)content: the full post body (HTML)
RightBlogger also includes the options used to generate the content, like writing style, language, point of view, audience, main keyword, and extra instructions. This helps your automation keep the same settings later.
If you want a quick reference for what webhooks do in RightBlogger, see the RightBlogger Webhooks overview.
How do I set up a webhook in RightBlogger?
You set up webhooks inside a Project in RightBlogger.
Open Projects, pick your project, then go to the Integrations tab and choose Webhook. Paste your webhook URL (from Zapier, Make, or your own server route) into the Webhook URL field.
Click Save Changes to activate it. After that, any time you create content you can send it with Send To → Webhook.
If you get stuck, the Webhooks help center article walks through the same steps.
How can I test my webhook to make sure it is working?
The fastest way to test is to send a real post and check what your webhook tool received.
For Zapier, use Webhooks by Zapier → Catch Hook, copy the URL into RightBlogger, then send a test article. Zapier should show title and content as separate fields so you can map them into the next steps.
You can also use webhook.site to view the raw request and confirm the JSON looks right. In RightBlogger, the send status shows “Success” and includes the raw server response, which makes debugging easier.
A good test post can come from the RightBlogger AI Article Writer so you can see a full HTML article in the payload.
What response should my endpoint return, and will RightBlogger retry if it fails?
Your endpoint should return a 200 OK response to confirm the webhook was received.
RightBlogger currently does not support automatic retries. If your endpoint is down or returns an error, you may need to resend the content after you fix the issue.
Also make sure your endpoint can handle larger posts, since content contains full HTML. If you have security rules, allow the user-agent: RightBlogger/1.0 (https://rightblogger.com).
How can I use RightBlogger webhooks to automate publishing and content workflows?
Webhooks let you send RightBlogger content to almost any tool that can accept an HTTP POST, like Zapier, Make, or your own CMS.
A common workflow is: generate a post in RightBlogger, send it by webhook, then have your automation publish it to WordPress, save it to Google Docs, add it to Notion, or trigger a Slack message for review.
If you want more hands-off publishing, combine webhooks with RightBlogger’s built-in automation features. The RightBlogger Autoblogging tools can help you create and move content faster, while webhooks handle the “send it anywhere” step.
If you are choosing between webhooks and direct publishing, it can help to review CMS integrations in RightBlogger to see what is supported natively.
New:Autoblogging + Scheduling
Automated SEO Blog Posts That Work
Try RightBlogger for free, we know you'll love it.
- Automated Content
- Blog Posts in One Click
- Unlimited Usage




