n8n-nodes-open5e is an n8n community node that lets you access D&D 5th edition SRD content from the Open5e API in your n8n workflows. The Open5e node provides access to 12 different D&D 5e resources through the Open5e API. Each resource supports three operations: Get Many: Retrieve multiple items with optional filters and paginationGet: Retrieve a single item by its identifier (slug or key)Search: Search for items by name or description Example Workflows 1. Random Encounter Generator Create random encounters by fetching monsters filtered by challenge rating: Add an Open5e node to your workflowSelect Resource: MonsterSelect Operation: Get ManyIn Filters, add:Challenge Rating: 5Document Source: wotc-srdToggle Return All ON to get all matching monstersConnect to a Function node to randomly select 3-5 monstersFormat the output as needed (Discord message, email, etc.) 2. Spell Lookup Bot Build a Discord bot that looks up spell information: Use a Discord Trigger node to listen for…
No comments yet. Log in to reply on the Fediverse. Comments will appear here.