所以我一直在使用這個相同的代碼塊約9個月,突然它已經停止將一個電話號碼保存到Highrise當一個新的線索產生...任何想法的東西側身?我從來不會拋出錯誤,並且樂意保存除電話號碼以外的所有聯繫人。 # create a contact Highrise from supplied information
@person = Highrise::Person.new(first_name: @le
我試圖使用PHP包裝器設在這裏的高層API: https://github.com/ignaciovazquez/Highrise-PHP-Api 我需要設置一個自定義字段的HighrisePerson對象。根據該法,這應該是非常簡單的... $person->setCustomField("Field Name", $value); // Pulled almost straight out o