Delete Publish Subscription
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.
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.
Path Parameters
Project ID (see List Projects)
Subscription ID returned when subscribing.
Response Body
application/json
curl -X DELETE "https://example.com/projects/string/zapier/subscriptions/string"{
"success": true
}Create Publish Subscription POST
Subscribes a webhook URL to article publishes in a project (used by the Temso Zapier app when a Zap is turned on). Publish payloads are POSTed to the URL as contract v1. Returns the subscription ID needed to unsubscribe.
List Publish Payload Samples GET
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.