GovTribe

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

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

Fields

FieldTypeAttribute
resource_typestringGovTribe type
idstringGovTribe ID
namestringName
opportunity_typestringOpportunity type
government_descriptionstringDescription
ai_descriptionstringGovTribe AI summary
additional_information_urlstringSource URL
urlstringGovTribe URL
source_urlstringSource URL
assistance_typestringAssistance type
award_ceilingnumberAward ceiling
award_floornumberAward floor
solicitation_numberstringSolicitation number
created_atdatetimeCreated at
due_datedatetimeDue date
forecast_posting_datedatetimeForecast posting date
forecast_due_datedatetimeForecast due date
funding_description_linkstringSource URL
applicant_types[]stringApplicant types
funding_activity_categories[]stringFunding activity categories
funding_instruments[]stringFunding instruments
federal_agency__resource_typestringGovTribe type
federal_agency__idstringGovTribe ID
federal_agency__namestringName
federal_agency__urlstringGovTribe URL
federal_grant_programs[]resource_typestringGovTribe type
federal_grant_programs[]idstringGovTribe ID
federal_grant_programs[]namestringName
federal_grant_programs[]government_descriptionstringDescription
federal_grant_programs[]ai_descriptionstringGovTribe AI summary
federal_grant_programs[]urlstringGovTribe URL
contacts[]resource_typestringGovTribe type
contacts[]idstringGovTribe ID
contacts[]namestringName
contacts[]emailstringEmail
contacts[]titlestringTitle
contacts[]phonestringPhone
government_files[]resource_typestringGovTribe type
government_files[]idstringGovTribe ID
government_files[]namestringName
government_files[]government_descriptionstringDescription
government_files[]ai_descriptionstringGovTribe AI summary
government_files[]filefileGovernment files
government_files[]created_atdatetimeCreated 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"
    }
  ]
}