ScriptureFlow Developer Portal / Integrations

n8n integrations

Use n8n to connect ScriptureFlow’s public API to schedules, email, webhooks, and other automation tools without building a Scripture data layer yourself.

Import the examples

  1. Download a workflow JSON file from GitHub.
  2. In n8n, choose Import from File from the workflow menu.
  3. Review every node, replace placeholders, and configure your own credentials where required.
  4. Run a manual test before activating the workflow.

No ScriptureFlow API key is required during the public preview.

https://scriptureflow-api-preview.pages.dev

Daily Verse to Email

A Schedule Trigger requests /api/quick-verse?version=en-kjv, formats the returned reference, version, and Scripture text, then passes it to a generic Send Email node.

Quick Verse selects a verse at request time. A refresh or later execution may return a different verse.

Configure your own SMTP credential and replace the example sender and recipient addresses before activation.

Open or download workflow JSON

Verse Lookup Webhook

A POST webhook accepts version and reference as query or JSON body fields. It defaults to en-kjv and John 3:16, calls /api/verse, and returns the ScriptureFlow JSON unchanged.

Errors remain explicit API responses. The workflow never fills in, invents, or silently substitutes Scripture text.

Open or download workflow JSON

API safety rules

Developer resources