Federal contract award Zapier resource
Reference the Zapier resource fields GovTribe sends for federal contract award records.
The Federal Contract Award resource is the Zapier representation of GovTribe federal contract award records. Use this reference when you need to understand which Federal Contract Award fields a Zap can receive from GovTribe.
Hooks and triggers
| Trigger | Source | Event or input | What it returns |
|---|---|---|---|
| New Results for Federal Contract Award Saved Search | Federal Contract Award saved-search trigger | Requires saved_search_model_id | Federal Contract Award records from the selected saved search. |
Fields
| Field | Type | Attribute |
|---|---|---|
resource_type | string | GovTribe type |
id | string | GovTribe ID |
name | string | Name |
government_description | string | Description |
ai_description | string | GovTribe AI summary |
url | string | GovTribe URL |
set_aside_type | string | Set-aside type |
updated_at | datetime | Updated at |
created_at | datetime | Created at |
ultimate_completion_date | datetime | Ultimate completion date |
completion_date | datetime | Completion date |
contract_type | string | Contract type |
pricing_type | string | Pricing type |
extent_competed | string | Extent competed |
funding_federal_agency__resource_type | string | GovTribe type |
funding_federal_agency__id | string | GovTribe ID |
funding_federal_agency__name | string | Name |
funding_federal_agency__url | string | GovTribe URL |
contracting_federal_agency__resource_type | string | GovTribe type |
contracting_federal_agency__id | string | GovTribe ID |
contracting_federal_agency__name | string | Name |
contracting_federal_agency__url | string | GovTribe URL |
awardee__resource_type | string | GovTribe type |
awardee__id | string | GovTribe ID |
awardee__name | string | Name |
awardee__url | string | GovTribe URL |
ultimate_awardee__resource_type | string | GovTribe type |
ultimate_awardee__id | string | GovTribe ID |
ultimate_awardee__name | string | Name |
ultimate_awardee__url | string | GovTribe URL |
major_defense_program__resource_type | string | GovTribe type |
major_defense_program__id | string | GovTribe ID |
major_defense_program__name | string | Name |
major_defense_program__government_description | string | Description |
major_defense_program__ai_description | string | GovTribe AI summary |
major_defense_program__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 |
federal_contract_idv__resource_type | string | GovTribe type |
federal_contract_idv__id | string | GovTribe ID |
federal_contract_idv__name | string | Name |
federal_contract_idv__url | string | GovTribe URL |
federal_contract_idv__government_description | string | Description |
federal_contract_idv__ai_description | string | GovTribe AI summary |
federal_contract_idv__set_aside_type | string | Set-aside type |
federal_contract_idv__updated_at | datetime | Updated at |
federal_contract_idv__created_at | datetime | Created at |
federal_contract_idv__contract_type | string | Contract type |
federal_contract_idv__pricing_type | string | Pricing type |
federal_contract_idv__extent_competed | string | Extent competed |
location__resource_type | string | GovTribe type |
location__id | string | GovTribe ID |
location__name | string | Name |
financial_stats__resource_type | string | GovTribe type |
financial_stats__dollars_obligated | number | Dollars obligated |
financial_stats__current_value | number | Base and exercised options value |
financial_stats__potential_value | number | Ceiling value |
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-contract-award",
"id": "FEDERAL_CONTRACT_AWARD_ID",
"name": "Delivery Order 47QSWA23D001X-140R2023F0082",
"government_description": "Representative description text.",
"ai_description": null,
"url": "https://govtribe.com/award/federal-contract-award/delivery-order-47qswa23d001x-140r2023f0082",
"updated_at": "2023-08-21T04:00:00+00:00",
"set_aside_type": "No Set-Aside Used",
"created_at": "2023-08-21T04:00:00+00:00",
"ultimate_completion_date": "2023-09-22T04:00:00+00:00",
"completion_date": "2023-09-22T04:00:00+00:00",
"contract_type": "Delivery Order",
"pricing_type": "Firm Fixed Price",
"extent_competed": "Full and Open Competition",
"federal_contract_idv": {
"resource_type": "federal-contract-idv",
"id": "FEDERAL_CONTRACT_IDV_ID",
"name": "Federal Supply Schedule 47QSWA23D001X",
"url": "https://govtribe.com/award/federal-idv-award/federal-supply-schedule-47qswa23d001x",
"government_description": "Representative description text.",
"ai_description": "Representative description text.",
"updated_at": "2024-12-31T05:00:00+00:00",
"created_at": "2022-12-14T05:00:00+00:00",
"set_aside_type": "No Set-Aside Used",
"contract_type": "Federal Supply Schedule",
"pricing_type": "Fixed Price with Economic Price Adjustment",
"extent_competed": "Full and Open Competition"
},
"funding_federal_agency": {
"resource_type": "federal-agency",
"id": "FEDERAL_AGENCY_ID",
"name": "Funding Federal Agency",
"url": "https://govtribe.com/agency/federal-agency/funding-federal-agency"
},
"contracting_federal_agency": {
"resource_type": "federal-agency",
"id": "FEDERAL_AGENCY_ID",
"name": "Contracting Federal Agency",
"url": "https://govtribe.com/agency/federal-agency/contracting-federal-agency"
},
"awardee": {
"resource_type": "vendor",
"id": "VENDOR_ID",
"name": "Awardee",
"url": "https://govtribe.com/vendors/awardee"
},
"ultimate_awardee": {
"resource_type": "vendor",
"id": "VENDOR_ID",
"name": "Ultimate Awardee",
"url": "https://govtribe.com/vendors/ultimate-awardee"
},
"major_defense_program": {
"resource_type": "major-defense-program",
"id": "MAJOR_DEFENSE_PROGRAM_ID",
"name": "Major Defense Program",
"government_description": "Representative description text.",
"ai_description": "Representative description text.",
"url": "https://govtribe.com/program/major-defense-program/major-defense-program"
},
"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"
},
"financial_stats": {
"resource_type": "financial-stats",
"current_value": 23980.38,
"potential_value": 23980.38,
"dollars_obligated": 23980.38
},
"contacts": [
{
"resource_type": "contact",
"id": "CONTACT_ID",
"name": "A Person",
"email": "contact@example.com",
"title": "Contracting Officer",
"phone": "555-555-5555"
}
]
}Related articles
- Federal contract award: Review the GovTribe data type behind Federal Contract Award resource payloads.