GovTribe

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

FieldTypeAttribute
resource_typestringGovTribe type
idstringGovTribe ID
namestringName
creator__resource_typestringGovTribe type
creator__idstringGovTribe ID
creator__namestringName
creator__emailstringEmail
workspace__resource_typestringGovTribe type
workspace__idstringGovTribe 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"
  }
}
  • Tag: Review the GovTribe data type behind Tag resource payloads.