path (e.g. /webhooks/remind).
Posthook constructs the full destination URL by combining your Project Domain with this path.
Destination URL =For example, if your Project Domain isProject Domain+path
api.myapp.com and you schedule a hook with path /webhooks/payment, we will POST to https://api.myapp.com/webhooks/payment (Posthook enforces HTTPS).
The endpoint path for delivery.
"/webhooks/reminder"
Arbitrary JSON payload delivered with the hook.
{ "user_id": "123" }RFC 3339 timestamp in UTC for delivery. Mutually exclusive with postAtLocal + timezone. Timestamps in the past are delivered immediately.
"2026-03-14T12:00:00Z"
ISO 8601 local datetime without offset, in YYYY-MM-DDTHH:MM:SS format (e.g. 2026-03-15T13:00:00). Must be used with timezone. Mutually exclusive with postAt.
"2026-03-15T13:00:00"
IANA Time Zone identifier (e.g. America/New_York). Required when using postAtLocal. Forbidden with postAt and postIn.
"America/New_York"
Relative delay from now as a duration string (e.g., 5m, 2h, 1d12h). Units: d (days), h (hours), m (minutes), s (seconds). Min 1s, max 365d. Mutually exclusive with postAt and postAtLocal. Cannot be used with timezone.
"1h30m"
Per-hook retry configuration. Overrides the project's default retry settings for this hook.
Hook scheduled