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
| Trigger | Source | Event or input | What it returns |
|---|---|---|---|
| New Results for Federal Contract Opportunity Saved Search | Federal Contract Opportunity saved-search trigger | Requires saved_search_model_id | Federal Contract Opportunity records from the selected saved search. |
Fields
| Field | Type | Attribute |
|---|---|---|
resource_type | string | GovTribe type |
id | string | GovTribe ID |
name | string | Name |
opportunity_type | string | Opportunity type |
government_description | string | Description |
ai_description | string | GovTribe AI summary |
additional_information_url | string | Source URL |
url | string | GovTribe URL |
source_url | string | Source URL |
set_aside_type | string | Set-aside type |
solicitation_number | string | Solicitation number |
created_at | datetime | Created at |
updated_at | datetime | Updated at |
due_date | datetime | Due date |
award_date | datetime | Award 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 |
federal_contract_vehicle__resource_type | string | GovTribe type |
federal_contract_vehicle__id | string | GovTribe ID |
federal_contract_vehicle__name | string | Name |
federal_contract_vehicle__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 |
psc_category__resource_type | string | GovTribe type |
psc_category__id | string | GovTribe ID |
psc_category__name | string | Name |
psc_category__government_description | string | Description |
psc_category__ai_description | string | GovTribe AI summary |
psc_category__url | string | GovTribe URL |
psc_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 |
government_files[]resource_type | string | GovTribe type |
government_files[]id | string | GovTribe ID |
government_files[]name | string | Name |
government_files[]government_description | string | Description |
government_files[]ai_description | string | GovTribe AI summary |
government_files[]file | file | Government files |
government_files[]created_at | datetime | Created 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"
}
]
}Related articles
- Federal contract opportunity: Review the GovTribe data type behind Federal Contract Opportunity resource payloads.