I would like to use the EmailOctopus module to obtain all of the contact information for a specific tag within a list.
I can figure out how to do this using a direct HTTPs connection to the emailOctopus API site.
However, I can’t figure out how to get their module to return the same information. All I can get when asking for contacts is the email address.
I feel like I am missing something since getting names, phones numbers, etc and filtering on tags seems to be fairly basic functionality.
I can’t even get the generic API call to work within the module I have to use the https module to make it - the authentication header doesn’t seem to transmit properly.
Any help on how to use the module more effectively would be appreciated.