ZOHO Campaign PHP Portal
SNS developed a php portal for email marketing in which using sendinblue's API for mass emailing while getting contact information from Zoho crm.
One of the SNS clients was using Zoho CRM to maintain customer requests and its contact details. Although Zoho provides email campaign features, it takes some time because campaigns need to approve before sending. So the client requested to develop a separate php portal for email campaigns which can be sent immediately.
How php portal for email campaign works:
Created a php portal for email marketing, in which using sendinblue's API for mass emailing.
Gets the customer requests, quotes and contact data from Zoho crm through php REST API in Sendinblue.
Create a sender list and assign a list of email in Sendinblue (Segment email list).
Create a html campaign and select the sender list. campaign email will be sent to all the contact in a list by sendinblue API.


