Hi guys, EspoCRM is such a great piece of software that I hardly ever get to communicate with you guys unless I'm stuck but that's what I am today. Maybe I'm just missing something obvious.
I would like to make a GET request to the API to fetch email addresses on a specific target list and then add to it if the email doesn't exist. The "adding" bit can wait until I figured out the "getting" bit.
If I call the API on entity "TargetList" I get the lists in my system, and can see the entryCount attributes, but how to get the actual email addresses programmatically? I would be calling the API from another application that will allow that client app to take action based on whether or not an email already exists on a specific target-list.
Any ideas would be greatly appreciated as always.
I would like to make a GET request to the API to fetch email addresses on a specific target list and then add to it if the email doesn't exist. The "adding" bit can wait until I figured out the "getting" bit.
If I call the API on entity "TargetList" I get the lists in my system, and can see the entryCount attributes, but how to get the actual email addresses programmatically? I would be calling the API from another application that will allow that client app to take action based on whether or not an email already exists on a specific target-list.
Any ideas would be greatly appreciated as always.
Comment