websdotcom / constant_contact

Activeresource wrapper gem for the Constant Contact API
MIT License
23 stars 22 forks source link

Get additional customer data #12

Open rmw opened 12 years ago

rmw commented 12 years ago

Is it possible to get additional customer data aside from just the email address? I'm specifically interested in the postal address.

eldavido commented 12 years ago

I remember a few months ago when writing our initial code that I had to load the "whole" user record (not just do a search) to get a lot of essential data -- did you try this? If memory serves, I think you have to do something like .find() with an id, not the lookup-by-email functionality.