Create account from web form?
-
Bare with me here. I'm new to this & having a hard time with the terminology used in BAS.
How should I go about setting up an account creation bot where the account info is submitted via website form?
If you need more detail, I have a white labeled saas. New customer currently has to email me and then I create their account manually. I want a new customer to go on my site, fill out a form then have that info used by a bot to create new account or update existing account. Since it's a white labeled saas i don't have access to the backend which is why I would need a bot.
-
@Dimitri can use this (the simplest method)
-
Either i'm not understanding your response or you didn't understand my question.
I want someone to fill out a form on my website. Name, email, location etc.
Then have the bot use the info submitted online to create or update an account.What would be the best way to accomplish this?
-
@Dimitri said in Create account from web form?:
Either i'm not understanding your response or you didn't understand my question.
I want someone to fill out a form on my website. Name, email, location etc.
Then have the bot use the info submitted online to create or update an account.What would be the best way to accomplish this?
Do you want to create a license for your script in your bablosoft dashboard on request from your site?
-
@Fox I want a form on my website where someone can enter the variables or resources needed for the bot to create an account.
Is that possible?
-
@Dimitri said in Create account from web form?:
@Fox I want a form on my website where someone can enter the variables or resources needed for the bot to create an account.
Is that possible?
BAS does not yet have a ready-made functionality for this, so to implement this, you need to come up with and create the logic of work yourself
-
Thanks. i'm thinking have webform dump data into an excel spreadsheet then have bot work off that.
Just need to figure out how to make it so it knows if that row was already used.