Funnel File Import Webhook API

The Funnel File Import Webhook API is a documented inbound HTTP endpoint that lets a customer hand Funnel links to data files for ingestion into a File Import data source. A per-source webhook URL and secret token are generated in the Funnel app; the consumer POSTs a JSON string or array of HTTPS links (publicly accessible or pre-signed) with the token in the x-funnel-fileimport-token header. Funnel then fetches and imports each file. CSV, TSV, XLSX and ZIP are supported, up to 1 GB per file, and published status codes cover 200, 400, 401 and 500. Funnel documents the older object-shaped request body as deprecated.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/funnel-file-import-webhook-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
name: Funnel File Import Webhook API
description: The Funnel File Import Webhook API is a documented inbound HTTP endpoint that lets a customer
  hand Funnel links to data files for ingestion into a File Import data source. A per-source webhook URL
  and secret token are generated in the Funnel app; the consumer POSTs a JSON string or array of HTTPS
  links (publicly accessible or pre-signed) with the token in the x-funnel-fileimport-token header. Funnel
  then fetches and imports each file. CSV, TSV, XLSX and ZIP are supported, up to 1 GB per file, and published
  status codes cover 200, 400, 401 and 500. Funnel documents the older object-shaped request body as deprecated.
humanURL: https://help.funnel.io/en/articles/8439795-file-import-webhook-api-documentation
baseURL: https://fileimport-webhook.funnel.io
tags:
- Data Integration
- File Import
- Webhook
tags_raw:
- Data Integration
- File Import
- Webhooks
properties:
- type: Webhooks
  url: asyncapi/funnel-webhooks.yml
- type: ErrorCatalog
  url: errors/funnel-problem-types.yml
- type: Authentication
  url: authentication/funnel-authentication.yml