Workflow automation5 minutes setup

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

The short answer

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
Setup

Connect Zapier in 5 minutes

  1. Create an API key

    Settings → API Keys in Schedule & Chill.

  2. Add a Webhooks by Zapier action

    Choose the Custom Request event. Set Method to POST and URL to https://schedulenchill.com/api/posts.

  3. 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.

  4. Map your trigger fields

    Insert trigger values into content, and hardcode social_account_ids for the accounts this Zap should reach.

  5. 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.

Copy this

Webhooks by Zapier — Data field

json
{
    "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 it does

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.
Use cases

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.

FAQ

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.

Last reviewed July 26, 2026

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 free

Free · No credit card · No trial timer