twprojects-create_link
Create a link in a Teamwork project by specifying its URL and optional title, description, tags, and notification settings.
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 to notify of the new link. | 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. |