8.16 studio REST API call Register

0
Hi Mendix. I have a registration form. I need their fields for entering "login" and "password" to receive data and insert into the request body. POST https://url/register Request body: { "Email": "hdhdhd@gmail.com". "Password": "123234" } Can you provide an example of how I can send a REST call with dynamic data?
asked
1 answers
1

Hi Nikita,

You can call a microflow on ‘Register’ button and in that microflow add ‘Call Rest Service’ action and configure the Rest action to your needs and add required logic. 

 

Hope this helps!

answered