How can I programmatically add an email lead to CRM?
In my app, I want to have a checkbox for gdpr consent when users create an account. If they check the box, I want to then have my app add the user's email to Zoho CRM. How can I do this? All I found was an OAUTH flow that gives my app access to the CRM, but requires a Zoho user login. That obviously isn't going to work because my users aren't Zoho users. Thanks for the help!