Hello community,
I have a second question; I’m developing a web application that allows an artificial intelligence to make and receive calls. Obviously, all new subscribers are manually verified to avoid scams.
Is it possible to create a customer account directly from an API POST request?
I guess not, to avoid spam, but maybe there’s a solution for that?
Like for example using my own key to create a new user, then detaching him to have his own account? It’s an open question to see if it’s technically possible, just to improve the customer experience by avoiding them having to leave my application to create a MAKE account, then come back.
In any case, once the customer account is created and the API key is filled in, I import all the scenarios needed for the AI to work for its calls and make them work.
I look forward to reading your feedback,
Matthieu