Posts
Update post auto plug
Enable or disable automatic replies when engagement thresholds (likes, reposts, replies, views) are met.
PATCH
Update post auto plug
Configures auto plug on an existing post: when enabled, replies automatically after configured engagement is reached. Disabled posts returnauto_plug: null on get / list.
Repeat scheduling is not handled here; use repeatable fields on create/update or update post.
Requires bearer token with the posts ability. Returns the full post object (same shape as GET /posts/{post}).
Request
Post ID
false clears auto plug. true requires the fields below.Optional rule identifier; generated if omitted when enabling.
Required when
enabled is true. Label for this rule.Required when
enabled is true.Required when
enabled is true. Text of the automatic reply.Required when
enabled is true. { "enabled": boolean, "count": integer (min 0) } — trigger when likes reach count (if enabled).Same shape as
likes.Same shape as
likes.Same shape as
likes.Response
200 — full post resource including auto_plug (object or null).
404 — post not found or not in a workspace you can access.
422 — validation error.
See also: Comment moderation, Contact collection.