Tag Zapier resource
Reference the Zapier resource fields GovTribe sends for tag records.
The Tag resource is the Zapier representation of GovTribe tag records. Use this reference when you need to understand which Tag fields a Zap can receive from GovTribe.
Hooks and triggers
No visible Zapier triggers return this resource.
Fields
| Field | Type | Attribute |
|---|---|---|
resource_type | string | GovTribe type |
id | string | GovTribe ID |
name | string | Name |
creator__resource_type | string | GovTribe type |
creator__id | string | GovTribe ID |
creator__name | string | Name |
creator__email | string | |
workspace__resource_type | string | GovTribe type |
workspace__id | string | GovTribe ID |
Example resource
{
"resource_type": "tag",
"id": "TAG_ID",
"name": "tag",
"creator": {
"resource_type": "user",
"id": "USER_ID",
"name": "GovTribe User",
"email": "contact@example.com"
},
"workspace": {
"resource_type": "workspace",
"id": "WORKSPACE_ID"
}
}Related articles
- Tag: Review the GovTribe data type behind Tag resource payloads.