You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`migrate_contact(data)`: Migrate a contact to HubSpot.
47
+
-`update_contact(data, contact_id)`: Update a contact in HubSpot.
48
+
-`delete_contact(contact_id)`: Delete a contact in HubSpot.
52
49
53
-
### Linting
50
+
### 🏭 Migrate Companies
54
51
55
-
### Building
52
+
-`migrate_company(data)`: Migrate a company to HubSpot.
53
+
-`update_company(data, company_id)`: Update a company in HubSpot.
54
+
-`delete_company(company_id)`: Delete a company in HubSpot.
56
55
57
-
### Publishing
56
+
### 🔗 Associate Records
58
57
59
-
## License -->
58
+
-`associate_records(object1_id, object2_id, definition_id)`: Associate two records in HubSpot by their IDs. This method allows you to create associations between different types of records.
59
+
60
+
🔐 Make sure to keep your `ACCESS_TOKEN` secure when using this library. Suggestion: store your `ACCESS_TOKEN` in a `.env` file and add it to your `.gitignore` file.
60
61
61
62
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
0 commit comments