Integration · Ghost

Connect Meeeters to Ghost

Ghost has a proper Admin API, so drafts from your SEO audit can land as Ghost drafts automatically, or you copy markdown into the editor. Either way you review and publish.

1
1. Create a Custom Integration in Ghost
In Ghost open Settings → Advanced → Integrations → Add custom integration. Copy the Admin API key and API URL. These let your automation create posts on your behalf.
2
2. Automated: webhook to the Admin API
In Meeeters Settings choose Webhook and point it at a Make, Zapier or n8n webhook. Map the payload (title, meta_description, lang, markdown or html) to a Ghost Create post action with status: draft.
3
3. Or fastest: copy markdown
Generate the draft, click Copy markdown, and paste it into a new post in the Ghost editor as a markdown card. Save as draft. No API setup needed.
4
4. Verify the signature and review
Payloads are signed with X-Meeeters-Signature (HMAC-SHA256), see the webhook guide. Posts arrive as drafts in Ghost. Add a feature image, review, then hit Publish yourself.

Frequently asked questions

Quick answers to the questions people ask most about this topic.

?
Is there a native Ghost connector?

Not a one-click one yet. The clean path is the signed webhook feeding a small automation that calls the Ghost Admin API to create the post with status draft. Copy markdown into the Ghost editor works everywhere with zero setup.

?
What does the Ghost Admin API need?

A Custom Integration in Ghost, under Settings, Advanced, Integrations. It gives you an Admin API key and URL. Your automation uses them to create posts. Meeeters always sends status draft, so nothing publishes on its own.

?
Will formatting survive?

Yes. Send the article as HTML or Lexical to Ghost and headings, lists and links come through. If you copy markdown by hand, paste it into a markdown card in the editor.

Open Settings and connect →
All integrations: meeeters.com/seo-automation/integrations