WPS Webhook Trigger on Windows FAQ

Last updated:July 23, 2026

When using WPS Webhook Trigger on Windows, common questions usually involve the callback URL, authentication settings, and request formatting; this FAQ includes 3 common questions and a glossary.

FAQ

Can I customize the callback URL?

  1. No. The callback URL cannot be manually customized.
  2. The system generates the callback URL automatically.
  3. You can click the copy icon to get the full URL and provide it to the external system.

What request content can I configure?

  1. You can configure request parameters.
  2. You can configure request headers.
  3. You can configure the request body type and its content.
  4. JSON format is recommended so the external system can send requests in a predictable structure.

What do the authentication method and IP allowlist do?

  1. The authentication method controls how incoming requests are verified.
  2. The IP allowlist limits which public IP addresses can call the webhook.
  3. If the workflow is intended for fixed source systems, check that the authentication settings and allowlist match your expected callers.

Glossary

TermDefinition
WebhookA way to receive external events through an HTTP callback so that an automation workflow can start when a request arrives.
Callback URLA system-generated URL that external systems use to send webhook requests.
Authentication MethodA setting used to verify the identity or access method of incoming requests.
IP AllowlistA list of public IP addresses that are allowed to access the webhook.
Request BodyThe main content sent in the request, based on the selected body type.