accelo_create_signoff_recipient
Add an affiliation or staff recipient to an Accelo signoff, optionally granting approval rights, by providing the signoff ID, recipient ID, and recipient type.
Instructions
Add a recipient to a signoff.
Args: signoff_id: The signoff to add the recipient to (required) recipient_id: ID of the recipient object (required) recipient_type: Object type of the recipient — "affiliation" or "staff" (required) approver: Whether this recipient can approve the signoff fields: Additional fields to return
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | ||
| approver | No | ||
| signoff_id | Yes | ||
| recipient_id | Yes | ||
| recipient_type | Yes |