Overview

Status Webhooks are sent to your server when a new import has been processed and is available for consumption through the Fuse API.

To add a Status Webhook, go to the Developers tab of your Fuse account.

Request Format

Fuse sends Status Webhook to your servers when a new import is available

Here is the request format:

{
  import_slug: '123-123-123-123',
  status: 'completed'
}

Security

See Webhook Security to verify status webhook requests.

Getting Import Data

You can use the API to get the data for the new import.