> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Add Object Tag

Add one or more tags to a given object.

<Note>
  External Documentation

  To learn more, visit the [ThreatQuotient documentation](https://docs.threatq.com/rest_api#tag/Object-Tags/paths/~1%7Bobject_type%7D~1%7Bobject_type_id%7D~1tags/post).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter   | Description                                              |
  | ----------- | -------------------------------------------------------- |
  | Object ID   | The ID of the object to add the tags to.                 |
  | Object Type | The type of the object to add the tag to.                |
  | Tags        | A comma-separated list of the tags to add to the object. |
</div>

## Example Output

```json theme={"dark"}
{
	"data": [
		{
			"pivot": {
				"tag_id": 81,
				"object_id": 3,
				"created_at": "2021-07-29 13:58:03",
				"updated_at": "2022-04-12 08:32:16"
			},
			"id": 81,
			"name": "Ominous"
		}
	],
	"total": 1
}
```

## Workflow Library Example

[Add Object Tag with Threatquotient and Send Results Via Email](https://library.blinkops.com/workflows/add-object-tag-with-threatquotient-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/add-object-tag-with-threatquotient-and-send-results-via-email/canvas" />
</div>
