Create a relationship between a source object and one or more destination objects. Note that the destination objects must be from the same collection.

External Documentation

To learn more, visit the ThreatQuotient documentation.

Parameters

ParameterDescription
Destination Object IDsA comma seperated list of the destination objects. The IDs can be obtained by the List Objects action.
Destination Object TypeThe type of the destination object.
Source Object IDThe ID of the source object.
Source Object TypeThe type of the source object.

Example Output

{
	"data": [
		{
			"pivot": {
				"id": 10,
				"created_at": "2021-07-29 13:58:03",
				"updated_at": "2022-04-12 08:32:16"
			},
			"id": 54,
			"name": "Sad Panda",
			"created_at": "2021-07-29 13:58:03",
			"updated_at": "2022-04-12 08:32:16",
			"touched_at": "2021-11-13 15:28:17"
		}
	],
	"total": 1
}

Workflow Library Example

Create Object Relationship with Threatquotient and Send Results Via Email

Preview this Workflow on desktop