GovTribe

State and local contract opportunity Zapier resource

Reference the Zapier resource fields GovTribe sends for state and local contract opportunity records.

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

Hooks and triggers

TriggerSourceEvent or inputWhat it returns
New Results for State & Local Contract Opportunity Saved SearchState and Local Contract Opportunity saved-search triggerRequires saved_search_model_idState and Local Contract Opportunity records from the selected saved search.

Fields

FieldTypeAttribute
resource_typestringGovTribe type
idstringGovTribe ID
namestringName
government_descriptionstringDescription
ai_descriptionstringGovTribe AI summary
additional_information_urlstringSource URL
urlstringGovTribe URL
source_urlstringSource URL
solicitation_numberstringSolicitation number
created_atdatetimeCreated at
updated_atdatetimeUpdated at
due_datedatetimeDue date
state__resource_typestringGovTribe type
state__idstringGovTribe ID
state__namestringName
state__urlstringGovTribe URL
jurisdictions[]resource_typestringGovTribe type
jurisdictions[]idstringGovTribe ID
jurisdictions[]namestringName
jurisdictions[]urlstringGovTribe URL
unspsc_categories[]resource_typestringGovTribe type
unspsc_categories[]idstringGovTribe ID
unspsc_categories[]namestringName
unspsc_categories[]descriptionstringDescription
unspsc_categories[]ai_descriptionstringGovTribe AI summary
unspsc_categories[]urlstringGovTribe URL
unspsc_categories[]codestringCode
nigp_categories[]resource_typestringGovTribe type
nigp_categories[]idstringGovTribe ID
nigp_categories[]namestringName
nigp_categories[]ai_descriptionstringGovTribe AI summary
nigp_categories[]urlstringGovTribe URL
nigp_categories[]codestringCode
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": "state-local-contract-opportunity",
  "id": "STATE_LOCAL_CONTRACT_OPPORTUNITY_ID",
  "name": "Media Monitoring Suite (Public Info)",
  "government_description": "Representative description text.",
  "ai_description": "Representative description text.",
  "additional_information_url": "https://www.alabamabuys.gov/page.aspx/en/bpm/process_manage_extranet/27051",
  "url": "https://govtribe.com/opportunity/federal-contract-opportunity/media-monitoring-suite-public-info-src0000021370",
  "source_url": "https://www.alabamabuys.gov/page.aspx/en/bpm/process_manage_extranet/27051",
  "solicitation_number": "SRC0000021370",
  "created_at": "2024-03-15T01:34:19+00:00",
  "updated_at": "2024-03-15T01:34:19+00:00",
  "due_date": "2024-03-19T18:00:00+00:00",
  "state": {
    "resource_type": "state",
    "id": "STATE_ID",
    "name": "Virginia",
    "url": "https://govtribe.com/state/va"
  },
  "jurisdictions": [
    {
      "resource_type": "jurisdiction",
      "id": "JURISDICTION_ID",
      "name": "Virginia Beach City",
      "url": "https://govtribe.com/jurisdiction/va-county-virginia-beach-city-1"
    }
  ],
  "unspsc_categories": [
    {
      "resource_type": "unspsc-category",
      "id": "UNSPSC_CATEGORY_ID",
      "name": "Engineering and Research and Technology Based Services",
      "description": "Representative description text.",
      "ai_description": "Representative description text.",
      "url": "https://govtribe.com/category/unspsc/81000000-engineering-and-research-and-technology-based-services",
      "code": "81000000"
    }
  ],
  "nigp_categories": [
    {
      "resource_type": "nigp-category",
      "id": "NIGP_CATEGORY_ID",
      "name": "Data Processing, Computer, Programming, And Software Services",
      "url": "https://govtribe.com/category/nigp/920-data-processing-computer-programming-and-software-services",
      "ai_description": "Representative description text.",
      "code": "920"
    }
  ],
  "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"
    }
  ]
}