Deal REST
Generic deal update write-back
Lets Zapier or external systems write back arbitrary meta fields to a
deal. Reserved keys (deal_uuid, deal_id) are silently skipped.
Post-level fields (post_title, post_status, post_content) are
applied via wp_update_post(); all other keys become post-meta.
Requires the X-API-Key header.
PATCH
Authorizations
SageScreen API key stored in ss_zapier_api_key option
Path Parameters
Deal UUID (deal_uuid meta value)
Example:
"3d55ae7a-af8b-46c1-ae1c-09afa207ac7f"
Body
application/json
Arbitrary key-value pairs. Post-level fields (post_title, post_status,
post_content) update the post; all others become post-meta. Reserved
keys deal_uuid and deal_id are silently ignored.