📦 Orders::Invoice
now shows a fulfillment_status
property:
This gives you the information on whether all the line items of an invoice were fulfilled.
🪝 You can also get this information in real-time by listening for the orders/invoice.fulfilled
webhook.
🗞️ We added relevant blog post webhook events so customers can now build automations based on blog post lifecycle happenings: blogs/post.published
, blogs/post.created
, blogs/post.updated
, blogs/post.deleted
with the following payload:
{
"data": {
"id": 715154,
"url": "https://yoursubdomain.myclickfunnels.com/iguides/wufri",
"tags": [
{
"name": "bubba"
}
],
"title": "New bloggo title",
"authors": [
{
"last_name": "Doe",
"first_name": "Joe",
"email_address": "joe@clickfunnels.com"
}
],
"image_url": null,
"public_id": "jVElnZ",
"seo_title": "Smart SEO title",
"categories": [
{
"name": "knowledge"
},
{
"name": "sharing"
}
],
"created_at": "2025-01-31T11:08:33.768+01:00",
"updated_at": "2025-01-31T11:08:33.819+01:00",
"visibility": "draft",
"published_at": null,
"excerpt_content": "wuuuf summary (excerpt)",
"seo_description": "Smart SEO description"
},
"page": null,
"funnel": null,
"event_id": "338ebc24-78ee-4cc4-9b67-77bd3c0a996c",
"created_at": "2025-01-31T11:08:33.872+01:00",
"event_type": "blogs/post.created",
"subject_id": 715154,
"api_version": 2,
"subject_type": "Blogs::Post",
"workspace_id": 152039
}
Event type | Versions available | Description |
---|---|---|
Contact | ||
blogs/post.created | V2 | Sent when a Blogs::Post is created. |
blogs/post.updated | V2 | Sent when a Blogs::Post is updated. |
blogs/post.deleted | V2 | Sent when a Blogs::Post is deleted. |
blogs/post.published | V2 | Sent when a Blogs::Post is published (e.g., created in published state or moved out of draft). |
🕒 We have added a guide describing how you can work with the human-friendly timezones returned by the ClickFunnels API here.
📩 Did you know that you can subscribe to all the API changelog updates via RSS? Just plug this link into your RSS feed and connect your RSS app to a notification system like email: