Public add webhook
POST/public/webhooks/{webhooks+}
Receive an incoming public post to a specified webhook and creates a document based on the data sent; must be enabled during installation (disabled by default)
Request
Path Parameters
webhooks+ stringrequired
Web Hook Param
Query Parameters
siteId string
Site Identifier
- application/json
Body
required
object
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
documentId stringrequired
Document Identifier
siteId string
Site Identifier
{
"documentId": "string",
"siteId": "string"
}
Loading...