Dynamic Bible Scripture Retrieval Workflow
detail.loadingPreview
This n8n workflow provides a robust solution for dynamically querying and retrieving Bible scriptures from the getBible.net API. It takes structured JSON input for references, translation, and version, returning the corresponding passages in a standardized API response format.
About This Workflow
The GetBible Query workflow is a versatile and self-contained n8n module designed to streamline scripture retrieval. It acts as an intelligent intermediary, accepting a structured JSON object containing desired Bible references, translation, and API version. Internally, it processes these inputs, queries the getBible.net API, and then delivers the scriptures formatted identically to a direct API response. This ensures seamless integration into existing applications or new projects requiring dynamic, on-demand scriptural content. Its modular design makes it highly adaptable for various use cases, from personal study tools to content automation.
Key Features
- Dynamic Scripture Retrieval: Easily fetch single verses, multiple verses (comma-separated), or entire ranges (dash-separated) using standard references.
- Flexible Input Parameters: Define your desired Bible translation (e.g., KJV, ESV) and API version directly within the input JSON.
- Standardized API Output: Returns results in the exact format of the getBible.net API, ensuring compatibility with applications expecting this structure.
- Modular & Reusable Design: Integrate this self-standing workflow effortlessly into larger n8n workflows, custom applications, or automated content pipelines.
- Robust Reference Handling: Automatically converts array-based scripture references into the required API format and includes a fallback for missing input.
How To Use
- Import the Workflow: Download and import the
getBible Query v1.0workflow JSON into your n8n instance. - Configure Input (Entry Node): The
Entrynode is pre-configured with example JSON. When calling this workflow (e.g., via awebhookorExecute Workflownode), provide a JSON object with:"references": An array of strings, each being a scripture reference (e.g.,"1 John 3:16","Jn 3:16,18","James 3:16-20")."translation": A string for the desired translation abbreviation (e.g.,"kjv")."version": A string for the API version (e.g.,"v2").
- Review
ModelJson(Optional): This node prepares yourreferencesarray into a semicolon-separated string required by the API. It also provides a default reference if none are supplied. - Observe
API Query to GetBible: This HTTP Request node constructs the API URL dynamically using your inputversion,translation, and processedreferences. - Access Results (
Map API Respons to Result): The finalSetnode wraps the API's successful response under aresultkey, making it easy to access the retrieved scriptures in subsequent nodes or as the workflow's output. - Execute: Run the workflow with your desired input. The output will be a JSON object containing the
resultwith the requested scripture passages.
Apps Used
Workflow JSON
{
"id": "fe59046a-15a5-4e4a-b3de-8668c766bb63",
"name": "Dynamic Bible Scripture Retrieval Workflow",
"nodes": 11,
"category": "Operations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: fe59046a-15a5...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Related Workflows
Discover more workflows you might like
Google Sheets to Icypeas: Automated Bulk Domain Scanning
This workflow streamlines the process of performing bulk domain scans by integrating your Google Sheets data directly with the Icypeas platform. Automate the submission of company names from your spreadsheet to Icypeas for comprehensive domain information, saving valuable time and effort.
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
On-Demand Microsoft SQL Query Execution
This workflow allows you to manually trigger and execute any SQL query against your Microsoft SQL Server database. Perfect for ad-hoc data lookups, administrative tasks, or quick tests, giving you direct control over your database operations.