Hello,
In /lib/highrise/person.rb I see fields for company, name, address, web_address, and label, which I'm using like this:
@highriser = Highrise::Person.new(:name => @profile.get_name)
Is it possible to pass in attributes to populate the fields in Highrise's 'contact-data' element, like 'web-addresses', 'email-addresses', and 'twitter-accounts'?
Best,
John
Hello,
In /lib/highrise/person.rb I see fields for company, name, address, web_address, and label, which I'm using like this:
@highriser = Highrise::Person.new(:name => @profile.get_name)
Is it possible to pass in attributes to populate the fields in Highrise's 'contact-data' element, like 'web-addresses', 'email-addresses', and 'twitter-accounts'?
Best,
John