Posts
Update post contact collection
Add commenters to CRM lists via keyword rules or add-all mode.
PATCH
Update post contact collection
Configurescontact_collection_settings so replies can be added to workspace CRM lists: either keyword rules (each keyword maps to a list) or add all (single list). List IDs must belong to the post’s workspace.
Requires bearer token with the posts ability. Returns the full post object (same shape as GET /posts/{post}).
Request
Post ID
false stores collection as disabled.Required when
enabled is true."mode": "add_all" and "list_id": <crm_list_id> in settings (no keyword_rules).
Response
200 — full post resource including contact_collection_settings.
404 — post not found or not accessible.
422 — validation error.
See also: Auto plug, Comment moderation.