Just curious as to how pipedream works with duplicated templates. If I sell a template that uses pipdream on the backend - will the duplicated versions of my template maintain my configurations and workflows?
My apologies if this question has been asked and answered.
Thank You,
Vitality.
Currently, I think Pipedream won’t be able to duplicate workflows per your template duplication. On top of my mind I think you can have one workflow to process on all templates and store the template states in a database (Supabase maybe).
So you’re saying I can have one workflow do all of my processing and then store that workflow in supabase alongside the template? I’m unsure how I can provide my api integrations to potential buyers of my template.
as it stands, I have 2 integrations within pipedream - 1 for notion, and another for my api. For my template to work I need that api and workflow to work for every instance of my template. Have you heard of anyone doing this before?
Hi @vitality, I have not heard of anyone doing this before. I think the Notion templates can be treated as the frontend, where they communicate with Pipedream’s Webhook to do something (action on Notion page for example). I think you can have one workflow for each type of template, where it will serve the specific logic for that type of template. All the template instances will communicate with that workflow, providing the user info as well as the Notion page info.