Forum Discussion
stevegoodwin
3 years agoEmployee
It seems from your description that you want to allow your customers to create the snaplogic account by themselves, without your support team getting involved.
The snaplogic metadata snap pack allows you to create a pipeline to read and write snaplogic assets, including accounts.
One approach is:
- develop a web form in your system to allow your users to enter their credentials
- develop a pipeline that uses the snaplogic create snap to write a new account
- expose that pipeline as a REST endpoint using a triggered task
- invoke the triggered task REST endpoint from your web form