Send POST request to third party API when user signup

Ruhith Udakara asked on December 5, 2019 12:35

Hi

i am pretty new to kentico cms.i want to send a post request to moodle API when user signup.how do i do this? where should i edit in kentico code base?

thank you.

Correct Answer

David te Kloese answered on December 5, 2019 15:38

So would it be a Kentico user? Or do you want to create a public page where Users can signup?

I'd recommend to store the data in Kentico First and create either a Task or process to send them to an alternative system separately.

Unless you have to confirm or expect feedback directly from that API back to the user.


I'd say start of with the documentation:

https://docs.kentico.com/k12sp

Based on your development model you'll move up to either MVC specific:

docs.kentico.com/.../starting-with-mvc-development

or into the Portal engine section:

docs.kentico.com/.../developing-websites-using-portal-engine

2 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.