Post to social media from Zapier
Zapier can publish to social media through the Schedule & Chill REST API using the Webhooks by Zapier action. Send a custom POST request to https://schedulenchill.com/api/posts with a bearer token and one action step reaches LinkedIn, Bluesky, Mastodon and YouTube — instead of adding a separate app connection per network.
Free · No credit card · No trial timer
Webhooks by Zapier → Custom Request → POST. One step, one task, every connected platform.
- How it connects
- REST API via Webhooks by Zapier
- Publishes to
- LinkedIn, Bluesky, Mastodon and YouTube
Connect Zapier in 5 minutes
Create an API key
Settings → API Keys in Schedule & Chill.
Add a Webhooks by Zapier action
Choose the Custom Request event. Set Method to POST and URL to https://schedulenchill.com/api/posts.
Set headers and data
Headers: Authorization = Bearer YOUR_API_KEY, Content-Type = application/json, Accept = application/json. Put the JSON body in the Data field.
Map your trigger fields
Insert trigger values into content, and hardcode social_account_ids for the accounts this Zap should reach.
Test the Zap
A successful test returns a 201 with the created post. Check it in the Schedule & Chill queue before turning the Zap on.
Webhooks by Zapier — Data field
{
"content": "New on the blog: {{title}} — {{link}}",
"social_account_ids": [789, 790],
"scheduled_at": "2026-08-01T14:00:00Z",
"platform_content": [
{ "account_id": 790, "content": "{{summary}}\n\nFull post: {{link}}" }
]
}What Zapier can and cannot do
What you can do
- Publish now or schedule for later
- One Zapier task covers all connected platforms
- Per-platform copy overrides with platform_content
- Attach media library assets with media_ids
- Works on every Zapier plan that includes Webhooks
- Response includes per-account delivery status
Where it stops
- There is no official Schedule & Chill app in the Zapier directory yet — you use Webhooks by Zapier, which is a premium action on some Zapier plans.
- Zapier has no built-in retry logic for a partially failed post; check the response and handle failures with a follow-up step.
- Media must already exist in the media library, and account connections happen in the dashboard.
What people build with it
Blog RSS to social
An RSS trigger fires on each new post and the webhook announces it everywhere in one task.
CRM milestones
A closed-won deal in your CRM triggers a customer-win post, drafted from deal fields, scheduled for business hours.
Form submissions to testimonials
A Typeform response containing a testimonial becomes a scheduled social post for review before it goes live.
Zapier questions
Add a Webhooks by Zapier action with the Custom Request event, POST to https://schedulenchill.com/api/posts, set an Authorization: Bearer header with your API key, and send content plus social_account_ids as JSON. One action reaches every connected platform.
Yes. Native apps consume one task per network per Zap run. A single webhook to Schedule & Chill fans out to every connected account and counts as one task.
Webhooks by Zapier is a premium action, so it requires a paid Zapier plan. If you are on the free tier, n8n or Make are cheaper routes to the same API.
Not yet. Webhooks by Zapier covers the full API today, and it works with any trigger in the Zapier catalogue.
Yes. Include a future scheduled_at timestamp. Schedule & Chill queues and publishes it, so the Zap completes right away rather than using a delay step.
A 201 with the created post, including every targeted account and its own delivery status. Use a filter or path step to react when an account reports a failure.
Last reviewed July 26, 2026
Connect a different tool
Wire Zapier up in 5 minutes
It is free — no card, no trial timer. Make real API calls, connect your account, and see it work.
Start freeFree · No credit card · No trial timer