A
anu31221@gmail.com
Guest
Any one know how to capture the email tracking information (open, click, bounced ) from makreting software to rollbase. Steps: 1. Create account into sendgrid which can be used for multiple zone or one for each zone 2. Configure the sendgrid SMTP detail into rollbase email setting 3. Send email from rollbase. This will start showing up in SendGrid as email sent 4. Open the email from mail box. 5. This will send the Open event to Sendgrid. Now sendgrid has the callback(webhook) to send the information back to wherever y want 6. We wrote a PHP as call backURL which makes call to rollbase API to insert the event information(open click info) Problem: SendGrid needs zone(customer id) and email unique id to be passed in header, so that it can send that info to call back php. PHP will use that info to send that info to correct zone and email ID. is it possible to send the customer id and email unique id to be passed in email header from rollbase
Continue reading...
Continue reading...