Permission: Write · Workspace: required (from goody_workspaces_list)
Pauses an active rule so no further gifts are scheduled against its contact list. Reversible via goody_autogift_rules_activate .
Parameters
Workspace UUID — from goody_workspaces_list. The rule must belong to this workspace.
Returns
The now-paused rule. The occasion that triggers a send.
The contact list the rule watches. The greeting card chosen for the rule.
The “From” name recipients see.
The gift-card message template.
Lowest years of service the rule applies to.
Highest years of service the rule applies to.
When the rule was created.
Example
💬 Prompt
🔧 Tool call
↩️ Result
"Pause my Clients birthday autogift."
{
"name" : "goody_autogift_rules_pause" ,
"arguments" : { "workspace_id" : "3f8a…" , "autogift_rule_id" : "6d2a…" }
}
{
"autogift_rule" : {
"id" : "6d2a…" ,
"status" : "paused" ,
"event_type" : "birthday" ,
"contact_list" : { "id" : "d052…" , "name" : "Clients" },
"card_id" : "a7f9…" ,
"from_name" : "Jordan at Acme" ,
"message" : "Happy birthday, {{firstname}}!" ,
"tenure_min" : null ,
"tenure_max" : null ,
"created_at" : "2026-05-02T14:11:00Z"
}
}