Federal grant award Zapier resource
Reference the Zapier resource fields GovTribe sends for federal grant award records.
The Federal Grant Award resource is the Zapier representation of GovTribe federal grant award records. Use this reference when you need to understand which Federal Grant Award fields a Zap can receive from GovTribe.
Hooks and triggers
| Trigger | Source | Event or input | What it returns |
|---|---|---|---|
| New Results for Federal Grant Award Saved Search | Federal Grant Award saved-search trigger | Requires saved_search_model_id | Federal Grant 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 |
updated_at | datetime | Updated at |
created_at | datetime | Created at |
ultimate_completion_date | datetime | Ultimate completion date |
completion_date | datetime | Completion date |
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 |
awarding_federal_agency__resource_type | string | GovTribe type |
awarding_federal_agency__id | string | GovTribe ID |
awarding_federal_agency__name | string | Name |
awarding_federal_agency__url | string | GovTribe URL |
federal_grant_program__resource_type | string | GovTribe type |
federal_grant_program__id | string | GovTribe ID |
federal_grant_program__name | string | Name |
federal_grant_program__government_description | string | Description |
federal_grant_program__ai_description | string | GovTribe AI summary |
federal_grant_program__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 |
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 |
Example resource
{
"resource_type": "federal-grant-award",
"id": "FEDERAL_GRANT_AWARD_ID",
"name": "Block Grant AIDFFPG1100062",
"government_description": "Representative description text.",
"ai_description": null,
"url": "https://govtribe.com/award/federal-grant-award/block-grant-aidffpg1100062",
"updated_at": "2012-02-13T05:00:00+00:00",
"created_at": "2011-09-23T04:00:00+00:00",
"ultimate_completion_date": "2012-03-23T04:00:00+00:00",
"completion_date": "2012-03-23T04:00:00+00:00",
"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"
},
"awarding_federal_agency": {
"resource_type": "federal-agency",
"id": "FEDERAL_AGENCY_ID",
"name": "Contracting Federal Agency",
"url": "https://govtribe.com/agency/federal-agency/contracting-federal-agency"
},
"federal_grant_program": {
"resource_type": "federal-grant-program",
"id": "FEDERAL_GRANT_PROGRAM_ID",
"name": "Support- Professional: Program Management/Support",
"government_description": "Representative description text.",
"ai_description": "Representative description text.",
"url": "https://govtribe.com/program/federal-grant-program/r408-program-managementsupport-services"
},
"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"
},
"location": {
"resource_type": "location",
"id": "LOCATION_ID",
"name": "Omaha, NE 68102, USA"
},
"financial_stats": {
"resource_type": "financial-stats",
"dollars_obligated": 23980.38
}
}Related articles
- Federal grant award: Review the GovTribe data type behind Federal Grant Award resource payloads.