All integrations
Live
Push every published article to any endpoint you control
Rankdesk posts a signed JSON payload to your URL the moment an article goes live, with HTML, markdown, excerpt, SEO fields and the featured image. Use it with Zapier, Make, n8n or your own backend when there is no native integration for your stack.
Setup in three steps
- 1Paste the endpoint URL that should receive the articles
- 2Add a signing secret and send a test payload
- 3Handle the JSON on your side and you are live
What you get
- HMAC SHA-256 signature on every call
- HTML and markdown in one payload
- Resend all published articles in one click
Workflow
Approve once, then it lands in Webhook
Choose auto publish and articles go live on the schedule you set. Choose review first and nothing moves until a team member signs off.
Draft→
Review→
Published
Week 14
3/weekMon
Best coffee cart software for accounting
BlogTue
Coffee Cart Texas
PageWed
Coffee cart pricing explained
BlogThu
no post
Fri
Coffee cart Texas: full guide
BlogHire Coffee Cart Wedding
PageSat
no post
How the connection works
What Rankdesk does inside Webhook
Push based. Rankdesk posts a signed JSON payload to a URL you control.
What you need first
- A public endpoint that accepts POST requests
- Signature verification on your side
Good to know
- Failed deliveries are retried a few times, then reported by email.
- What happens with the payload is entirely up to your endpoint.
Field mapping to Webhook
| Rankdesk | Webhook |
|---|---|
| post.published event | Full article payload with HTML, markdown and meta |
| Signature header | HMAC of the raw body with your secret |
FAQ
