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