| Method | Description | 
|---|---|
| POST /api/v1/connector/app | Creates an incoming webhook and returns the  appIdand URL parameters. The appIdis used by this endpoint to display or delete the webhook. The URL parameter is required for the outgoing webhook on the external application. When  baseis true, the target must be a region or site. | 
| GET /api/v1/connector/app | Returns all incoming webhooks. | 
| GET /api/v1/connector/app/{appId} | Returns the incoming webhook specified by the  appId. | 
| DELETE /app/v1/connector/app/{appId} | Removes the incoming webhook specified by the  appId. | 
| Target | Value | Description | 
|---|---|---|
| User | 0 | User name as specified in the PTT Pro server. | 
| Group | 1 | Group name as specified in the PTT Pro server. | 
| Site | 2 | Department name as specified in the PTT Pro server. | 
| Region | 3 | Region name as defined in ZEMS. |