Skip to main content
PUT
Creates or updates one reply rule slot for the authenticated workspace. Use this route to configure when Fini sends no reply, writes an internal comment, or sends a direct reply.
Reply rules affect live channel behavior. Validate conditions with the fields context endpoint before enabling a rule.

Headers

string
required
Bearer token containing your Fini workspace API key. Format: Bearer fini_... The key needs write scope.
string
required
application/json

Path parameters

string
required
Reply slot to update. Supported values are NO_REPLY, INTERNAL_COMMENT, and DIRECT_REPLY.

Body parameters

array
required
Condition groups for this reply slot. Conditions use the same shape returned by Get reply rule fields context.
boolean
Whether Fini should evaluate this reply slot. Omit to preserve the service default for the upsert.

Response

Returns the updated reply rule slot.