GovTribe

Contact Zapier resource

Reference the Zapier resource fields GovTribe sends for contact records.

The Contact resource is the Zapier representation of GovTribe contact records. Use this reference when you need to understand which Contact fields a Zap can receive from GovTribe.

Hooks and triggers

TriggerSourceEvent or inputWhat it returns
New or Updated ContactContact resource hookSubscribes to new_or_updated_contactContact records sent from GovTribe.
New Results for Contact Saved SearchContact saved-search triggerRequires saved_search_model_idContact records from the selected saved search.

Fields

FieldTypeAttribute
resource_typestringGovTribe type
idstringGovTribe ID
namestringName
emailstringEmail
titlestringTitle
rolestringRole
types[]stringTypes
referenceTypes[]stringTypes
phonestringPhone
first_seendatetimeCreated at
last_seendatetimeUpdated at
ai_descriptionstringGovTribe AI summary
point_of_contact_references_countintegerContact attribute
description_references_countintegerDescription
government_file_references_countintegerGovernment files
transaction_contact_references_countintegerContact attribute
contact_groups[]resource_typestringGovTribe type
contact_groups[]idstringGovTribe ID
contact_groups[]namestringName
contact_groups[]descriptionstringDescription
contact_groups[]urlstringGovTribe URL
tags[]resource_typestringGovTribe type
tags[]idstringGovTribe ID
tags[]namestringName
organization__resource_typestringGovTribe type
organization__idstringGovTribe ID
organization__namestringName
organization__urlstringGovTribe URL

Example resource

{
  "resource_type": "contact",
  "id": "CONTACT_ID",
  "name": "A Person",
  "email": "contact@example.com",
  "title": "Contracting Officer",
  "role": "Information Technology",
  "types": [
    "Government"
  ],
  "referenceTypes": [
    "Opportunity Description",
    "Government File",
    "Opportunity POC",
    "Award POC"
  ],
  "phone": "555-555-5555",
  "first_seen": "2025-01-01T00:00:00-05:00",
  "last_seen": "2025-01-01T00:00:00-05:00",
  "ai_description": "Representative description text.",
  "point_of_contact_references_count": 2,
  "description_references_count": 3,
  "government_file_references_count": 6,
  "transaction_contact_references_count": 6,
  "contact_groups": [
    {
      "resource_type": "contact-group",
      "id": "CONTACT_GROUP_ID",
      "name": "My Contact Group",
      "description": "Representative description text.",
      "url": "https://govtribe.com/workspace/WORKSPACE_ID/contact-group/CONTACT_GROUP_ID"
    }
  ],
  "tags": [
    {
      "resource_type": "tag",
      "id": "TAG_ID",
      "name": "tag"
    }
  ],
  "organization": {
    "resource_type": "federal-agency",
    "id": "FEDERAL_AGENCY_ID",
    "name": "Federal Agency",
    "url": "https://govtribe.com/agency/federal-agency/federal-agency"
  }
}