The date the event was created. Measured in seconds since the Unix epoch.
The event type.
The prefixed event ID, unique to each webhook event.
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 "displayed_date": 1666800076,21 "web_url": "https://example.com/more_news"22 },23 "event_timestamp": 1666800076,24 "event_type": "post.sent",25 "uid": "evt_00000000-0000-0000-0000-000000000000"26}