Hi, can i use API of Keap to push information about who open the email and who does not open the email to other platform?
@LU_DFJ I don’t see anything in the API documentation that exposes anything for email opens.
The only thing I can think of that would come close is using the Email Link clicked
goal in an automation, but depending on your use case could create a nightmare situation depending on how many emails you’re trying to track.
I’m willing to be wrong, and if someone else posts how to do it we’ll both learn something new
Hi @LU_DFJ,
Looking at the documentation, there is the List Emails REST v1 API Endpoint.
https://developer.keap.com/docs/rest/#tag/Email/operation/listEmailsUsingGET
It contains the “opened_date” field to indicate when the email was opened on.
The XML-RPC API has the “EmailAddStatus” table which is more of a general overview of things.
https://developer.infusionsoft.com/docs/table-schema/#EmailAddStatus
Does that help?