GovTribe

Federal forecast Zapier resource

Reference the Zapier resource fields GovTribe sends for federal forecast records.

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

Hooks and triggers

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

Fields

FieldTypeAttribute
resource_typestringGovTribe type
idstringGovTribe ID
namestringName
forecast_typestringForecast type
government_descriptionstringDescription
ai_descriptionstringGovTribe AI summary
urlstringGovTribe URL
source_urlstringSource URL
set_aside_typestringSet-aside type
original_forecast_numberstringGovTribe ID
created_atdatetimeCreated at
updated_atdatetimeUpdated at
estimated_award_value_maxintegerEstimated award value
estimated_award_value_minintegerEstimated award value
anticipated_award_start_datedatetimeEstimated award start date
anticipated_award_end_datedatetimeCompletion date
estimated_solicitation_release_datedatetimeEstimated solicitation release date
federal_agency__resource_typestringGovTribe type
federal_agency__idstringGovTribe ID
federal_agency__namestringName
federal_agency__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
location__resource_typestringGovTribe type
location__idstringGovTribe ID
location__namestringName
contacts[]resource_typestringGovTribe type
contacts[]idstringGovTribe ID
contacts[]namestringName
contacts[]emailstringEmail
contacts[]titlestringTitle
contacts[]phonestringPhone

Example resource

{
  "resource_type": "federal-forecast",
  "id": "FEDERAL_FORECAST_ID",
  "name": "MARS Business Objects",
  "forecast_type": "Recompete",
  "government_description": "Representative description text.",
  "ai_description": "Representative description text.",
  "url": "https://govtribe.com/opportunity/federal-forecast/mars-business-objects-docforecast30002",
  "source_url": "https://www.commerce.gov/oam/vendors/procurement-forecasts",
  "set_aside_type": "No Set-Aside Used",
  "original_forecast_number": "DOC_FORECAST_30002",
  "created_at": "2023-12-11T14:04:01-08:00",
  "updated_at": "2024-06-11T01:04:00-08:00",
  "estimated_award_value_max": 2000000,
  "estimated_award_value_min": 1100000,
  "anticipated_award_start_date": "2022-08-14T20:00:00-08:00",
  "anticipated_award_end_date": "2023-08-14T20:00:00-08:00",
  "estimated_solicitation_release_date": "2022-05-15T16:00:00-08:00",
  "federal_agency": {
    "resource_type": "federal-agency",
    "id": "FEDERAL_AGENCY_ID",
    "name": "Funding Federal Agency",
    "url": "https://govtribe.com/agency/federal-agency/funding-federal-agency"
  },
  "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"
  },
  "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"
    }
  ]
}
  • Federal forecast: Review the GovTribe data type behind Federal Forecast resource payloads.