Webhook integrations

Paste a webhook URL from Zapier, Buffer, Make or any tool that accepts JSON POSTs. When a scheduled post is due, MEM sends the payload below — your Zap publishes it.

Payload sent

{
  "id": "uuid",
  "channel": "instagram",
  "caption": "Your caption",
  "image_url": "https://.../scheduled-post-images/...png",
  "scheduled_at": "2026-06-01T09:00:00Z",
  "template_id": "...",
  "user_id": "..."
}

Loading…