Hi everyone,
I’m a beginner of Postman, I need to connect with an API 2 platform, one is CRM named Cezanne and the other is a LMS named TalentLMS.
Everytime that a user will be added in CRM I have to add it also in the LMS.
I want to use Postman to do this connection, how can I do a request everytime a new user is add and where I have to add my code?
I have snippets for usersignup and other fetch request for do it, my question is about how can I do send request every time new users is add in CRM and where I have to put my code.
Thank you