you can do it with switchers and routers - kind of if doing http calls you can use switcher modules to switch out urls and api keys based on a variable being X (test/not test). if using prebuilt modules you'd have to create routes since you'd likely need different connections in the modules. alternatively you can duplicate scenarios and change the connections then turn on and off the dev vs live scenarios
Thanks as always for sharing your knowledge : )
My pleasure
Hi I have KVcore crm. How can I extract or get contact information to send it to the other app I'm connecting it to?
How do you set up dev & prodcution environments on Make?
you can do it with switchers and routers - kind of
if doing http calls you can use switcher modules to switch out urls and api keys based on a variable being X (test/not test). if using prebuilt modules you'd have to create routes since you'd likely need different connections in the modules.
alternatively you can duplicate scenarios and change the connections then turn on and off the dev vs live scenarios