WEBACT + CUSTOM WEBHOOKS

One less manual handoff.

Send completed task results to your own HTTPS endpoint.

MAKE THE CONNECTION
  1. Prepare a public endpoint.

    Accept JSON POST requests over HTTPS on port 443. Private addresses, embedded credentials, and redirects are not supported.

  2. Add the connection.

    Choose Webhook in the WebAct Integrations screen, enter the endpoint, and optionally configure a signing secret. Keep endpoint credentials private.

  3. Verify and deduplicate.

    Verify the signature when configured. Store the delivery ID so an explicit retry does not repeat a downstream side effect.

  4. Return a clear result.

    A 2xx response tells WebAct the endpoint accepted delivery. It does not establish that every later action succeeded. Inspect the destination before retrying an uncertain delivery.

What gets delivered

The task instruction, final summary, source-page URL, and verification explanation are included. Page snapshots and file attachments are excluded. Review the content and the destination before sending.

For your endpoint

Deduplicate the Idempotency-Key value before performing an action. The X-WebAct-Event header identifies the event.

When a signing secret is configured, X-WebAct-Signature contains a timestamp and an HMAC-SHA256 signature of the timestamp, a period, and the raw request body. Verify the raw bytes and enforce an appropriate freshness window before accepting a delivery.

A destination removed in WebAct cancels queued deliveries, but cannot retract a request already accepted by your service.

If a delivery is uncertain

Inspect the receiving tool before requesting a retry. A network interruption can happen after the destination has accepted the request. The delivery ID remains stable across explicit retries so a receiver can avoid duplicate work.

Business automatic delivery applies to future completed results after the connection is created. You can remove a destination in Integrations; deleting it cannot recall data that has already reached another service.

Troubleshoot a connection or return to all integrations.

YOUR NEXT STEP, A LITTLE SIMPLER

A little help. Right where you work.

Start with free browser chat and 25 automation tasks each month.

Get WebAct for free