Runn: create placeholder
runn_create_placeholderCreate a placeholder to allocate external or contractor work. Provide only the role ID; the placeholder is auto-named after the role and can be updated to a real name later.
Instructions
Create a placeholder (POST /placeholders) for allocating external/contractor work. Only roleId is required; the placeholder is auto-named after the role (e.g. 'Content creator Placeholder NN'). To give it a real name, follow up with runn_update_person on the returned id. NOTE: a placeholder with no project/assignment is deleted by Runn within 24 hours.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| roleId | Yes | ||
| teamId | No | ||
| costPerHour | No | Defaults to the role's cost per hour. |