Skip to main content
PATCH

Update post contact collection

Configures contact_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

integer
required
Post ID
boolean
required
false stores collection as disabled.
object
Required when enabled is true.
For add all mode, use "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.