Integrations

Choose where exported StaticPagesApi pages should be published and connect the matching receiver.

How integrations work

StaticPagesApi exports finished pages by sending signed HTML to a receiving system. The receiver verifies the signature, stores the imported page, and makes it available on the destination site.

Use the WordPress plugin when the destination site is WordPress, the Shopify app/plugin when the destination site is Shopify, and the Rails engine when the destination site is a Rails app.

  • Create or choose a saved webhook in StaticPagesApi.
  • Install the receiver in the destination app.
  • Copy the receiver webhook URL into StaticPagesApi.
  • Copy the receiver signing secret into both systems.
  • Attach the webhook to each page that should publish to that destination.
  • Export the page and verify the public URL on the receiving site.

Available receivers

Each receiver is installed in the site that should host the exported pages. The plugin or engine is responsible for receiving signed exports and serving the imported page HTML.

Before exporting

Confirm whether the page should export as a full HTML document or body only. Body-only exports assume the receiving site already loads compatible CSS, JavaScript, analytics provider scripts, and any customer event bridge in its layout.