Skip to main content

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

FieldRequiredDescription
NameOptionalName of the component.
DescriptionOptionalDescription of the component.
PathOptionalThe webhook path, for example /users.
SecretOptionalShared secret used to verify the inbound request.
Allowed Media TypesOptionalapplication/json, application/x-www-form-urlencoded, or both.
warning

Store Secret in a vault-backed variable rather than as literal text.

Output

FieldRequiredDescription
OutputOptionalThe inbound event, mapped into the workflow.