Update, pause or launch a play
gtm_update_playChange a play's own knobs — name, goal, voice — its two switches, and the ACCOUNT's pacing (daily action cap, working hours: shared by every play on the LinkedIn account, not per play). paused: true is the human's stop button (nothing runs, nothing is sent); paused: false resumes. status: 'active' LAUNCHES a draft; status: 'draft' takes it back off the road. Seat rule, enforced server-side: no live LinkedIn seat ⇒ neither launch nor resume makes it active — it stays/falls back to draft and the note says so. Launching or resuming kicks the play's due lanes at once. Only launch, resume or raise the cap when the human asked for it in this conversation: an active play spends the month's lead quota and acts from the human's own LinkedIn account. Does not touch the autonomy ladder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | What a conversation from this play should reach. | |
| name | No | ||
| voice | No | How the messages should sound. | |
| paused | No | true = stop everything; false = resume. | |
| playId | Yes | The play, from gtm_list_plays. | |
| status | No | 'active' launches; 'draft' un-launches. | |
| dailyCap | No | Actions per day, all kinds summed. ACCOUNT-level: the ceiling every play on this LinkedIn account shares. Defaults to the seat's full LinkedIn allowance (145). | |
| workingHours | No | e.g. { start: '09:00', end: '18:00', tz: 'Europe/Paris' }. ACCOUNT-level, like dailyCap. |