🎉 Summer Sale! 51% OFF:
00d
:
00h
:
00m
:
00s

Integration guides

Connect your website

Springso publishes finished articles straight to your own site. Pick your platform and follow the steps once; after that it runs on its own.

Integration guide

Custom integration

Send every published article to your own HTTPS endpoint as JSON.

  1. Create an HTTPS endpoint

    Ask your developer for a URL that accepts a POST with a JSON body and answers with a 2xx status.

  2. Handle the article fields

    Each publish sends the article as JSON. The fields you will get are:

    • title, slug and html
    • targetKeyword, metaTitle, metaDescription and excerpt
    • featureImageUrl and featureImageAlt
    • faq, a list of question and answer pairs
    • id and businessId
  3. Add a shared secret, if you want one

    Set a secret in Springso and every request carries an X-Springso-Signature header: the HMAC-SHA256 of the raw request body, in hex, so your endpoint can verify it came from us.

  4. Connect

    In Springso, open Settings, Integrations, Custom integration, paste your URL and click Connect. Springso sends a test request first and only saves the integration if your endpoint answers.