Can you help me deleting all emails and start again please?
I'd really need to delete all emails in Highrise and start all over again. It seems like there's no way i can do this myself. I didn't find this feature, hope i'm not missing something.
Deleting my account and creating a new one doesn't work for me either, as i have a lot of contacts there, which have tags and are nested into companies. There is also no way of exporting the contacts without losing these meta data.
Can you help please? Would really appreciate it!
Deleting my account and creating a new one doesn't work for me either, as i have a lot of contacts there, which have tags and are nested into companies. There is also no way of exporting the contacts without losing these meta data.
Can you help please? Would really appreciate it!
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?looks like this is available through the API, and should be easy with the ruby bindings:
#!/usr/bin/env ruby
ENV['SITE'] = "http://passkey:X@my.hirisehq.com"
require 'highrise'
Highrise::Person.each do |person|
person.emails.each {|email|
email.destroy
}
end
I also posted this at StackOverflow.
-
Inappropriate?Thanks a lot for your response and suggestion!
I'm not a programmer, but there's one sitting next to me here, hope he'll help.
Loading Profile...


