FEMA Disaster Declarations
Fetch FEMA disaster declaration summaries from the OpenFEMA API.
Custom Streaming + One-shot
Fetch FEMA disaster declaration summaries from the OpenFEMA API.
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: Streaming + One-shot
Tools exposed (2) ▾
fema/get_disaster_declarations
Fetch FEMA disaster declaration summaries from the OpenFEMA API.
upsert_bento_get_fema_disaster_declarations
Create or update a recurring FEMA disaster declarations connector.
Inputs ▾
fema/get_disaster_declarations
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| state | string | no | Optional two-letter state or territory abbreviation, e.g. 'NY'. |
| designatedArea | string | no | Optional designated area name, typically a county name with '(County)' suffix, e.g. 'Whatcom (County)'. |
| incidentType | string | no | Optional FEMA incident type, e.g. 'Flood' or 'Hurricane'. |
| declarationType | string | no | Optional declaration type, e.g. 'DR' or 'EM'. |
| startDate | string | no | Optional inclusive declaration start date in ISO 8601 format. |
| endDate | string | no | Optional inclusive declaration end date 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 'declarationDate 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_disaster_declarations
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| state | string | no | Optional two-letter state or territory abbreviation, e.g. 'NY'. |
| designatedArea | string | no | Optional designated area name, typically a county name with '(County)' suffix, e.g. 'Whatcom (County)'. |
| incidentType | string | no | Optional FEMA incident type, e.g. 'Flood' or 'Hurricane'. |
| declarationType | string | no | Optional declaration type, e.g. 'DR' or 'EM'. |
| startDate | string | no | Optional inclusive declaration start date in ISO 8601 format. |
| endDate | string | no | Optional inclusive declaration end date 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 'declarationDate 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 declarations endpoint. |
| connectorId | string | no | If provided, updates an existing connector. |