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
| Trigger | Source | Event or input | What it returns |
|---|---|---|---|
| New Results for Federal Forecast Saved Search | Federal Forecast saved-search trigger | Requires saved_search_model_id | Federal Forecast records from the selected saved search. |
Fields
| Field | Type | Attribute |
|---|---|---|
resource_type | string | GovTribe type |
id | string | GovTribe ID |
name | string | Name |
forecast_type | string | Forecast type |
government_description | string | Description |
ai_description | string | GovTribe AI summary |
url | string | GovTribe URL |
source_url | string | Source URL |
set_aside_type | string | Set-aside type |
original_forecast_number | string | GovTribe ID |
created_at | datetime | Created at |
updated_at | datetime | Updated at |
estimated_award_value_max | integer | Estimated award value |
estimated_award_value_min | integer | Estimated award value |
anticipated_award_start_date | datetime | Estimated award start date |
anticipated_award_end_date | datetime | Completion date |
estimated_solicitation_release_date | datetime | Estimated solicitation release date |
federal_agency__resource_type | string | GovTribe type |
federal_agency__id | string | GovTribe ID |
federal_agency__name | string | Name |
federal_agency__url | string | GovTribe URL |
naics_category__resource_type | string | GovTribe type |
naics_category__id | string | GovTribe ID |
naics_category__name | string | Name |
naics_category__government_description | string | Description |
naics_category__ai_description | string | GovTribe AI summary |
naics_category__url | string | GovTribe URL |
naics_category__code | string | Code |
location__resource_type | string | GovTribe type |
location__id | string | GovTribe ID |
location__name | string | Name |
contacts[]resource_type | string | GovTribe type |
contacts[]id | string | GovTribe ID |
contacts[]name | string | Name |
contacts[]email | string | |
contacts[]title | string | Title |
contacts[]phone | string | Phone |
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"
}
]
}Related articles
- Federal forecast: Review the GovTribe data type behind Federal Forecast resource payloads.