Add items to an intake
add_itemsAdd missing items to an existing intake to request additional assets like favicons or credentials, notifying the client while preserving current submissions.
Instructions
Add new items to an already-sent intake — for example, when you realise mid-project that you also need a favicon, social media assets, or additional credentials.
The client is notified about the new items. Existing items and their submitted values are not affected. Returns the updated intake object.
Items must follow the same key/type/label rules as define_intake (snake_case keys, type-specific constraints).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | New items to add. Same schema as define_intake items. | |
| intake_id | Yes | Intake ID returned by define_intake. |