Add one or more tags to a given object.

External Documentation

To learn more, visit the ThreatQuotient documentation.

Parameters

ParameterDescription
Object IDThe ID of the object to add the tags to.
Object TypeThe type of the object to add the tag to.
TagsA comma-seperated list of the tags to add to the object.

Example Output

{
	"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

Preview this Workflow on desktop