Closed sevab closed 5 years ago
This functionality already exists. You can simply call Hubspot::Contact.find(id). This method and most of the basic find, update, delete methods are provided by the Resource class.
Hubspot::Contact.find(id)
Resource
This functionality already exists. You can simply call
Hubspot::Contact.find(id)
. This method and most of the basic find, update, delete methods are provided by theResource
class.