Payload

Send flexible content fields.

zedgad supports jobs, articles, events, products, listings, announcements, and custom updates.

Fields

Content Fields

external_id

Your app's stable ID for the content.

type

job, article, event, product, listing, announcement, or custom.

title

The headline used in the default post text.

summary

Short text displayed below the title.

url

The public link attached to the social post.

metadata

Extra structured data from your app.

{
  "external_id": "job_123",
  "type": "job",
  "title": "Care Assistant",
  "summary": "We are hiring a care assistant with visa sponsorship.",
  "url": "https://example.com/jobs/care-assistant",
  "metadata": {
    "company": "Example Health",
    "location": "Toronto, Canada",
    "job_type": "Full-time"
  }
}