Webhook Receiver
Webhook Receiver is an event source. It exposes an endpoint at Path and starts a workflow for each event Paycor posts to it.
Secret is the shared value used to verify the request came from Paycor, and Allowed Media Types restricts which content types the endpoint accepts.
The activity has two tabs: Configuration and Output.
Configuration
| Field | Required | Description |
|---|---|---|
| Name | Optional | Name of the component. |
| Description | Optional | Description of the component. |
| Path | Optional | The webhook path, for example /users. |
| Secret | Optional | Shared secret used to verify the inbound request. |
| Allowed Media Types | Optional | application/json, application/x-www-form-urlencoded, or both. |
warning
Store Secret in a vault-backed variable rather than as literal text.
Output
| Field | Required | Description |
|---|---|---|
| Output | Optional | The inbound event, mapped into the workflow. |