What's the best way to develop Make workflows for client?

:bullseye: What is your goal?

I need to create a few Make workflows on behalf of a client.
I’ve made these already in my own account and I’m wonder whats the best way forward?

  1. Ask them to invite me to their account and re-implement these workflows from scratch?
  2. Somehow share my workflows so they can just replace connections?
  3. Some other way?

Thanks !

for Make client work, don’t rebuild unless you have to — just export the scenarios and import them into their org, then swap out the connections with theirs. that way your logic stays intact and you’re only touching auth + environment variables. asking for access to their account is normal, but do it after import so you’re not manually recreating every module. keeps billable hours sane and reduces the chance you miss a tiny mapping that breaks everything later.