Example Payload

This is an example payload of what MeldAPI will send when a sync has completed and webhooks are enabled for that Meld.

{
  id: "12",
  status: "completed",
  meld: "Example Airtable -> Example Webflow",
  changes: "3",
  errors: "0",
  deleted: "0",
  published: "3",
  meldUrl: "https://us.meldapi.io/portal/melds/3",
  syncUrl: "https://us.meldapi.io/portal/dashboard/syncs?id=12"
}

Last updated