List Publish Payload Samples
Returns recent article publishes rendered as contract v1 payload samples (used by the Temso Zapier app so fields can be mapped in the Zap editor without a real publish). Falls back to a static sample when the project has no publishes yet.
Returns recent article publishes rendered as contract v1 payload samples (used by the Temso Zapier app so fields can be mapped in the Zap editor without a real publish). Falls back to a static sample when the project has no publishes yet.
Path Parameters
Project ID (see List Projects)
Response Body
application/json
curl -X GET "https://example.com/projects/string/zapier/publish-samples"{
"data": [
{
"property1": null,
"property2": null
}
]
}Delete Publish Subscription DELETE
Removes a publish subscription (used by the Temso Zapier app when a Zap is turned off). Publish payloads stop being delivered to the subscribed URL.
Confirm Publish POST
Confirms that a delivered publish payload was applied at the destination (used by the Temso Zapier app's Confirm publication action). Drives the publication to succeeded and records the external post. Replays with the same idempotency key are no-ops.