twprojects-create_link
Create a link in a Teamwork project by providing its URL, title, and optional description. Control notifications and tags to keep your team informed.
Instructions
Create link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The URL of the link. This is the actual web address that the link points to. | |
| description | No | The description of the link. Longer text that provides detailed information about the link. | |
| notify | No | Who should be notified about the new link. Accepts either 'all' or an object specifying user, team, or company IDs. By default, all project members are notified. | all |
| notify_current_user | No | Whether the current user should be notified about the new link. | |
| project_id | Yes | The ID of the project to create the link in. | |
| tag_ids | No | A list of tag IDs to associate with the link. | |
| title | No | The title of the link, which provides a brief summary of the purpose of the link. |