Configure Yolfi Webhooks
yolfi_webhooks_configureConfigure webhook delivery for your app by specifying an HTTPS URL and optional adapter format. Ensure the app verifies the X-Yolfi-Signature for secure communication.
Instructions
Configure webhook delivery for the target app. The host must not invent backend URLs and must ensure the app verifies X-Yolfi-Signature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTPS webhook URL in the target app, for example https://example.com/api/yolfi/webhook. | |
| adapter | No | Webhook adapter output format. Defaults to NONE if omitted. |