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
integer
required
Post ID
boolean
required
false clears auto plug. true requires the fields below.string
Optional rule identifier; generated if omitted when enabling.
string
required
Required when
enabled is true. Label for this rule.boolean
required
Required when
enabled is true.string
required
Required when
enabled is true. Text of the automatic reply.object
required
Required when
enabled is true. { "enabled": boolean, "count": integer (min 0) } - trigger when likes reach count (if enabled).object
required
Same shape as
likes.object
required
Same shape as
likes.object
required
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.