GovTribe

Federal contract opportunity Zapier resource

Reference the Zapier resource fields GovTribe sends for federal contract opportunity records.

The Federal Contract Opportunity resource is the Zapier representation of GovTribe federal contract opportunity records. Use this reference when you need to understand which Federal Contract Opportunity fields a Zap can receive from GovTribe.

Hooks and triggers

TriggerSourceEvent or inputWhat it returns
New Results for Federal Contract Opportunity Saved SearchFederal Contract Opportunity saved-search triggerRequires saved_search_model_idFederal Contract Opportunity records from the selected saved search.

Fields

FieldTypeAttribute
resource_typestringGovTribe type
idstringGovTribe ID
namestringName
opportunity_typestringOpportunity type
government_descriptionstringDescription
ai_descriptionstringGovTribe AI summary
additional_information_urlstringSource URL
urlstringGovTribe URL
source_urlstringSource URL
set_aside_typestringSet-aside type
solicitation_numberstringSolicitation number
created_atdatetimeCreated at
updated_atdatetimeUpdated at
due_datedatetimeDue date
award_datedatetimeAward date
federal_agency__resource_typestringGovTribe type
federal_agency__idstringGovTribe ID
federal_agency__namestringName
federal_agency__urlstringGovTribe URL
federal_contract_vehicle__resource_typestringGovTribe type
federal_contract_vehicle__idstringGovTribe ID
federal_contract_vehicle__namestringName
federal_contract_vehicle__urlstringGovTribe URL
naics_category__resource_typestringGovTribe type
naics_category__idstringGovTribe ID
naics_category__namestringName
naics_category__government_descriptionstringDescription
naics_category__ai_descriptionstringGovTribe AI summary
naics_category__urlstringGovTribe URL
naics_category__codestringCode
psc_category__resource_typestringGovTribe type
psc_category__idstringGovTribe ID
psc_category__namestringName
psc_category__government_descriptionstringDescription
psc_category__ai_descriptionstringGovTribe AI summary
psc_category__urlstringGovTribe URL
psc_category__codestringCode
location__resource_typestringGovTribe type
location__idstringGovTribe ID
location__namestringName
contacts[]resource_typestringGovTribe type
contacts[]idstringGovTribe ID
contacts[]namestringName
contacts[]emailstringEmail
contacts[]titlestringTitle
contacts[]phonestringPhone
government_files[]resource_typestringGovTribe type
government_files[]idstringGovTribe ID
government_files[]namestringName
government_files[]government_descriptionstringDescription
government_files[]ai_descriptionstringGovTribe AI summary
government_files[]filefileGovernment files
government_files[]created_atdatetimeCreated at

Example resource

{
  "resource_type": "federal-contract-opportunity",
  "id": "FEDERAL_CONTRACT_OPPORTUNITY_ID",
  "name": "Steel Ocean Buoys",
  "opportunity_type": "Award Notice",
  "government_description": "Representative description text.",
  "ai_description": null,
  "additional_information_url": null,
  "url": "https://govtribe.com/opportunity/federal-contract-opportunity/steel-ocean-buoys-70z08423rwopl0001-1",
  "source_url": "https://sam.gov/opp/1b488ecd-51b1-4ed9-b16a-4b825feff153/view",
  "set_aside_type": "Total Small Business",
  "solicitation_number": "70Z08423RWOPL0001",
  "created_at": "2025-02-07T15:03:08-05:00",
  "updated_at": "2025-02-07T15:03:08-05:00",
  "due_date": "2025-02-07T15:03:08-05:00",
  "award_date": "2025-02-07T15:03:08-05:00",
  "federal_agency": {
    "resource_type": "federal-agency",
    "id": "FEDERAL_AGENCY_ID",
    "name": "Federal Agency",
    "url": "https://govtribe.com/agency/federal-agency/federal-agency"
  },
  "federal_contract_vehicle": {
    "resource_type": "federal-contract-vehicle",
    "id": "FEDERAL_CONTRACT_VEHICLE_ID",
    "name": "Food for Peace Development Assistance Program (DAP)",
    "url": "https://govtribe.com/award/federal-vehicle/98-dot-007-food-for-peace-development-assistance-program-dap"
  },
  "naics_category": {
    "resource_type": "naics-category",
    "id": "NAICS_CATEGORY_ID",
    "name": "Administrative Management and General Management Consulting Services",
    "government_description": "Representative description text.",
    "ai_description": "Representative description text.",
    "url": "https://govtribe.com/category/naics/541611-administrative-management-and-general-management-consulting-services",
    "code": "541611"
  },
  "psc_category": {
    "resource_type": "psc-category",
    "id": "PSC_CATEGORY_ID",
    "name": "Support- Professional: Program Management/Support",
    "government_description": "Representative description text.",
    "ai_description": "Representative description text.",
    "url": "https://govtribe.com/category/psc/r408-program-managementsupport-services",
    "code": "R408"
  },
  "location": {
    "resource_type": "location",
    "id": "LOCATION_ID",
    "name": "Omaha, NE 68102, USA"
  },
  "contacts": [
    {
      "resource_type": "contact",
      "id": "CONTACT_ID",
      "name": "A Person",
      "email": "contact@example.com",
      "title": "Contracting Officer",
      "phone": "555-555-5555"
    }
  ],
  "government_files": [
    {
      "resource_type": "government-file",
      "id": "GOVERNMENT_FILE_ID",
      "name": "C-5 Attachment Lakeview Asbestos Survey.pdf",
      "government_description": null,
      "ai_description": null,
      "file": "(File) C-5 Attachment Lakeview Asbestos Survey.pdf",
      "created_at": "2023-07-07T06:53:35+00:00"
    }
  ]
}