Back to templatesSubmit a template
Every template here was built by a developer solving a real problem. If you built a workflow that others would use, this is how to share it.
What to include
workflow.json
The exported n8n workflow. Remove all API keys — use placeholders like YOUR_PAYSTACK_SECRET_KEY.
README.md
Setup instructions a stranger can follow in under 10 minutes. Use the template format in Contributing.md.
preview.png
A clean screenshot of the n8n workflow canvas. Minimum 1200px wide. No credentials visible.
How to submit
1
Fork the repository
git clone https://github.com/OpenStack-Africa/templates.git2
Create your template folder
mkdir templates/payments/paystack-webhook-slack3
Add your three files
workflow.json + README.md + preview.png4
Open a Pull Request
git commit -m "add: paystack webhook to slack template"Before you submit
Workflow imports and runs cleanly in n8n No real API keys in workflow.json README covers all setup steps end-to-end Preview screenshot is at least 1200px wide Folder name uses kebab-case PR title format: add: [template description] Open the repositoryQuestions? Open an issue on GitHub or find us in the n8n Nigeria community.