For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
LoginStart trialGet a demo
  • Welcome
    • Getting Started
    • Create an API Key
    • Pagination
    • Rate Limiting
    • No-Code Integrations
  • Webhooks
      • POSTPost Sent
      • POSTPost Updated
      • POSTPost Scheduled
  • OAuth2
  • API Reference
LogoLogo
LoginStart trialGet a demo
WebhooksPost

Post Scheduled

Payload
1{
2 "data": {
3 "audience": "free",
4 "authors": [
5 "Clark Kent"
6 ],
7 "content_tags": [
8 "news"
9 ],
10 "created": 1666800076,
11 "id": "post_00000000-0000-0000-0000-000000000000",
12 "preview_text": "More news on the horizon",
13 "slug": "more_news",
14 "split_tested": true,
15 "status": "confirmed",
16 "subject_line": "Check this out",
17 "subtitle": "New post subtitle",
18 "thumbnail_url": "https://example.com/pictures/thumbnail.png",
19 "title": "New Post Title",
20 "platform": "both",
21 "hidden_from_feed": false,
22 "enforce_gated_content": false,
23 "email_capture_popup": false,
24 "displayed_date": 1666800076,
25 "web_url": "https://example.com/more_news",
26 "meta_default_description": "A description for SEO",
27 "meta_default_title": "SEO Title"
28 },
29 "event_timestamp": 1666800076,
30 "event_type": "post.scheduled",
31 "uid": "evt_00000000-0000-0000-0000-000000000000"
32}
Was this page helpful?
Previous

Subscription Created

Next
Built with

Payload

The payload of this webhook request is an object.
dataobjectOptional
event_timestampintegerOptional
The date the event was created. Measured in seconds since the Unix epoch.
event_typestringOptional
The event type.
uidstringOptional
The prefixed event ID, unique to each webhook event.

Response

200
any
Return a 200 status to indicate that the data was received successfully.