---
title: "POST /api/SaveWebhookSettings"
method: POST
path: "/api/SaveWebhookSettings"
tags: ["Workflows"]
---

# POST /api/SaveWebhookSettings

`POST /api/SaveWebhookSettings`

## Headers

- `Authorization` string, required
- `UserName` string

## Request body

- BusinessObjectBusinessObjectWebhookModel
  - `department` string
  - `requestFrom` string
  - `event` BusinessObjectBusinessObjectEvent
    - `recalled` boolean
    - `declined` boolean
    - `completion` boolean
    - `signedReviewed` boolean
    - `customStatus` boolean
  - `target` string
  - `name` string
  - `authentication` BusinessObjectBusinessObjectAuthentication
    - `type` string
    - `username` string
    - `password` string

## Response `200`

OK

- EMDMSHelperReturnObjectSystemInt32
  - `IsSuccess` boolean
  - `Messages` string[]
  - `ErrorCode` integer
  - `Response` integer

---

[API](https://skmtc.dev/emsigner/apis/emsignerapi.md) · [All operations](https://skmtc.dev/emsigner/apis/emsignerapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/emsigner/emsignerapi/revisions/7d5d55e0d91d/schema)
