Unable to Import Phone and Email via API – "Permission denied" Warning
Hello,I am currently working on integrating ManyChat with our CRM through the ManyChat API. The goal is to create new subscribers and update their information, such as phone number and email address, using the API. However, I encountered a warning message when trying to import phone and email fields.Here’s the JSON payload I’m sending to the createSubscriber API endpoint: { "first_name": "Felipe", "last_name": "Goulart", "phone": "+555499999999", "whatsapp_phone": "+555499999999", "email": "myemail@gmail.com", "has_opt_in_sms": true, "has_opt_in_email": true, "consent_phrase": "The user has given consent to receive WhatsApp messages."}The data is no the real, only for you to check the code.Although the subscriber is created successfully, both the pho