---
title: "Trigger Sandbox Webhook Events"
method: POST
path: "/v2/sandbox/fireWebhooks"
tags: ["Sandbox"]
---

# Trigger Sandbox Webhook Events

`POST /v2/sandbox/fireWebhooks`

**Supported for:**

`freshbooks` `quickbooks` `quickbooksDesktop` `xero` `oracleNetsuite` `sageBusinessCloud` `sageIntacct` `dynamicsBusinessCentral` `dynamics365Finance` `wave` `shopify` `square` `plaid` `myob` `zohoBooks` `byod`

## Request body

- FireWebhookV2Dto
  - `connection` FireWebhookConnectionV2Dto, required
    - `connectionUuid` string, required
    - `event` 'login' | 'auth' | 'connectionStatus' | 'customerRequest' | 'data' | 'dataPerType' | 'push' | 'batchPush' | 'delete', required
    - `requestType` string — Request types for data per type. Required when dataPerType event is present.
    - `pushCommunicationId` string, uuid
    - `batchId` string, uuid
    - `deleteCommunicationId` string, uuid
    - `customerRequestType` string
    - `dataRequestStatus` 'empty' | 'success' | 'failed' — status to be returned for requests of data webhook
    - `payloadType` 'full' | 'simple' — Webhook payload type.

## Response `200`

- FireWebhookResponseV2Dto
  - `webhookFired` boolean, required
  - `connectionUuid` string, required
  - `businessUuid` string, required

## Other responses

- `400` — Bad Request Error - Thrown if fields sent via query does not follow specifications
- `401` — Unauthorized - Not logged in or log in expired
- `403` — Forbidden - Not enough permission
- `500` — Server Error

---

[API](https://skmtc.net/railz/apis/fis-accounting-data-as-a-service-api.md) · [All operations](https://skmtc.net/railz/apis/fis-accounting-data-as-a-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/railz/fis-accounting-data-as-a-service-api/revisions/5cdfae3fa1fa/schema)
