Automation & Developer

Webhooks + SearchFIT

Get a signed request at your own endpoint when an article is published or updated.

Webhooks logo
What you can do

What Webhooks adds to SearchFIT.

Content events

Publish and update events fire today.

Signed requests

An HMAC SHA256 signature covers the timestamp and body.

Delivery log

Every attempt is recorded, with one retry on failure.

Public endpoints only

Private network addresses are refused.

How it works

Up and running in three steps.

  1. 1

    Add an endpoint

    On the brand, or through the API. Copy the secret when shown.

  2. 2

    Verify the signature

    Check x-searchfit-signature against your secret.

  3. 3

    Publish

    Each publish or update sends a request.

Frequently asked questions

content.published and content.updated. Other events are listed but do not fire yet.

SearchFIT tries twice, waits up to 10 seconds each time, and logs every attempt.

Compute HMAC SHA256 over the timestamp, a dot and the raw body with your secret, then compare it to x-searchfit-signature.

Related integrations

Works well alongside.