Federal grant opportunity Zapier resource
Reference the Zapier resource fields GovTribe sends for federal grant opportunity records.
The Federal Grant Opportunity resource is the Zapier representation of GovTribe federal grant opportunity records. Use this reference when you need to understand which Federal Grant Opportunity fields a Zap can receive from GovTribe.
Hooks and triggers
| Trigger | Source | Event or input | What it returns |
|---|---|---|---|
| New Results for Federal Grant Opportunity Saved Search | Federal Grant Opportunity saved-search trigger | Requires saved_search_model_id | Federal Grant 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 |
assistance_type | string | Assistance type |
award_ceiling | number | Award ceiling |
award_floor | number | Award floor |
solicitation_number | string | Solicitation number |
created_at | datetime | Created at |
due_date | datetime | Due date |
forecast_posting_date | datetime | Forecast posting date |
forecast_due_date | datetime | Forecast due date |
funding_description_link | string | Source URL |
applicant_types[] | string | Applicant types |
funding_activity_categories[] | string | Funding activity categories |
funding_instruments[] | string | Funding instruments |
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_grant_programs[]resource_type | string | GovTribe type |
federal_grant_programs[]id | string | GovTribe ID |
federal_grant_programs[]name | string | Name |
federal_grant_programs[]government_description | string | Description |
federal_grant_programs[]ai_description | string | GovTribe AI summary |
federal_grant_programs[]url | string | GovTribe URL |
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-grant-opportunity",
"id": "FEDERAL_GRANT_OPPORTUNITY_ID",
"name": "Fiscal Year (FY) 2023 Democratic Republic of the Congo (DRC) Resilience Food Security Activity (RFSA)",
"opportunity_type": "Posted",
"government_description": "Representative description text.",
"ai_description": null,
"additional_information_url": "http://www.grants.gov/view-opportunity.html?oppId=345209",
"url": "https://govtribe.com/opportunity/federal-grant-opportunity/fiscal-year-fy-2023-democratic-republic-of-the-congo-drc-resilience-food-security-activity-rfsa-720bha23rfa00001",
"source_url": "https://www.grants.gov/web/grants/view-opportunity.html?oppId=345209",
"assistance_type": null,
"applicant_types": [
"Unrestricted"
],
"award_ceiling": 317000000,
"award_floor": 102000000,
"solicitation_number": "720BHA23RFA00001",
"created_at": "2023-01-03T05:00:00+00:00",
"due_date": "2023-04-17T04:00:00+00:00",
"forecast_posting_date": "2023-01-03T19:20:22+00:00",
"forecast_due_date": "2023-01-03T19:20:22+00:00",
"funding_activity_categories": [
"Food and Nutrition"
],
"funding_description_link": null,
"funding_instruments": [
"Cooperative Agreement"
],
"federal_agency": {
"resource_type": "federal-agency",
"id": "FEDERAL_AGENCY_ID",
"name": "Federal Agency",
"url": "https://govtribe.com/agency/federal-agency/federal-agency"
},
"federal_grant_programs": [
{
"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"
}
],
"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 grant opportunity: Review the GovTribe data type behind Federal Grant Opportunity resource payloads.