Payload
Send flexible content fields.
zedgad supports jobs, articles, events, products, listings, announcements, and custom updates.
Fields
Content Fields
external_idYour app's stable ID for the content.
typejob, article, event, product, listing, announcement, or custom.
titleThe headline used in the default post text.
summaryShort text displayed below the title.
urlThe public link attached to the social post.
metadataExtra 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"
}
}