GovTribe

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

TriggerSourceEvent or inputWhat it returns
New Results for Federal Grant Award Saved SearchFederal Grant Award saved-search triggerRequires saved_search_model_idFederal Grant Award records from the selected saved search.

Fields

FieldTypeAttribute
resource_typestringGovTribe type
idstringGovTribe ID
namestringName
government_descriptionstringDescription
ai_descriptionstringGovTribe AI summary
urlstringGovTribe URL
updated_atdatetimeUpdated at
created_atdatetimeCreated at
ultimate_completion_datedatetimeUltimate completion date
completion_datedatetimeCompletion date
funding_federal_agency__resource_typestringGovTribe type
funding_federal_agency__idstringGovTribe ID
funding_federal_agency__namestringName
funding_federal_agency__urlstringGovTribe URL
awarding_federal_agency__resource_typestringGovTribe type
awarding_federal_agency__idstringGovTribe ID
awarding_federal_agency__namestringName
awarding_federal_agency__urlstringGovTribe URL
federal_grant_program__resource_typestringGovTribe type
federal_grant_program__idstringGovTribe ID
federal_grant_program__namestringName
federal_grant_program__government_descriptionstringDescription
federal_grant_program__ai_descriptionstringGovTribe AI summary
federal_grant_program__urlstringGovTribe URL
awardee__resource_typestringGovTribe type
awardee__idstringGovTribe ID
awardee__namestringName
awardee__urlstringGovTribe URL
ultimate_awardee__resource_typestringGovTribe type
ultimate_awardee__idstringGovTribe ID
ultimate_awardee__namestringName
ultimate_awardee__urlstringGovTribe URL
location__resource_typestringGovTribe type
location__idstringGovTribe ID
location__namestringName
financial_stats__resource_typestringGovTribe type
financial_stats__dollars_obligatednumberDollars 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
  }
}
  • Federal grant award: Review the GovTribe data type behind Federal Grant Award resource payloads.