We’re considering to migrate our workflow from Zapier to Pipedream, but I find some issues, could you please explain if it’s possible to achieve the same thing like Zapier?
this is an example private app of Zapier with this structure I could:
Specify my own authentication method
Create my own triggers + actions
I could select my private app in the trigger/action dropdown
We have many organizations and each organization will have their id in the webhook url eg: POST /api/{org_id}/webhook
I find that all the workflows created from a source will be cascaded when one workflow make a change to the trigger so we can’t reuse the source for different organizations.
The source listen to the event immediately once I deploy the code which doesn’t make sense for us, because we only want to listen to an event in the workflow where we select the organization we would want to setup the workflow.
A similar button called Use exisiting source is available when creating a trigger on your workflow for custom sources.
We have many organizations and each organization will have their id in the webhook url eg: POST /api/{org_id}/webhook
I find that all the workflows created from a source will be cascaded when one workflow make a change to the trigger so we can’t reuse the source for different organizations.
The source listen to the event immediately once I deploy the code which doesn’t make sense for us, because we only want to listen to an event in the workflow where we select the organization we would want to setup the workflow.
Could you specify this request in our public issue tracker as a Feature Request, I think this is great feedback for our webhooks design and we’re always looking to improve it: