FEMA Hazard Mitigation
Fetch FEMA hazard mitigation assistance mitigations from the OpenFEMA API.
Custom Streaming + One-shot
Fetch FEMA hazard mitigation assistance mitigations from the OpenFEMA API.
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: Streaming + One-shot
Tools exposed (2) ▾
fema/get_hazard_mitigation
Fetch FEMA hazard mitigation assistance mitigations from the OpenFEMA API.
upsert_bento_get_fema_hazard_mitigation
Create or update a recurring FEMA hazard mitigation connector.
Inputs ▾
fema/get_hazard_mitigation
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| state | string | no | Optional two-letter state abbreviation, e.g. 'NY'. Maps to subapplicantStateAbbreviation. |
| county | string | no | Optional county name to search in benefitingCounties, e.g. 'DAVIS COUNTY'. |
| subapplicationType | string | no | Optional subapplication type, e.g. 'Project' or 'Planning'. |
| status | string | no | Optional status, e.g. 'awarded', 'notSelected', 'withdrawn'. |
| startDate | string | no | Optional inclusive start date (on dateSubmittedToFema) in ISO 8601 format. |
| endDate | string | no | Optional inclusive end date (on dateSubmittedToFema) in ISO 8601 format. |
| filter | string | no | Optional raw OData filter appended to the generated filter. |
| select | string[] | no | Optional list of fields to keep from OpenFEMA. |
| orderBy | string | no | Optional OData order by clause. Default 'dateApproved desc'. |
| top | number | no | Page size. Default 100. |
| skip | number | no | One-shot pagination offset. Default 0. |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
upsert_bento_get_fema_hazard_mitigation
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| state | string | no | Optional two-letter state abbreviation, e.g. 'NY'. Maps to subapplicantStateAbbreviation. |
| county | string | no | Optional county name to search in benefitingCounties, e.g. 'DAVIS COUNTY'. |
| subapplicationType | string | no | Optional subapplication type, e.g. 'Project' or 'Planning'. |
| status | string | no | Optional status, e.g. 'awarded', 'notSelected', 'withdrawn'. |
| startDate | string | no | Optional inclusive start date (on dateSubmittedToFema) in ISO 8601 format. |
| endDate | string | no | Optional inclusive end date (on dateSubmittedToFema) in ISO 8601 format. |
| filter | string | no | Optional raw OData filter appended to the generated filter. |
| select | string[] | no | Optional list of fields to keep from OpenFEMA. |
| orderBy | string | no | Optional OData order by clause. Default 'dateApproved desc'. |
| top | number | no | Page size. Default 100. |
| skip | number | no | One-shot pagination offset. Default 0. |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
| polling_frequency | string | yes | How often to poll the OpenFEMA hazard mitigation endpoint. |
| connectorId | string | no | If provided, updates an existing connector. |