I have a high sensitive property in deals named dm_ssn that I want to update using batch : def send_to_hubspot(hubspot_deals):
client = hubspot.Client.create(access_token=HUBSPOT_API_TOKEN)
inputs = []
for hubspot_deal in hubspo read more
I have a high sensitive property in deals named dm_ssn that I want to update using batch : def send_to_hubspot(hubspot_deals):
client = hubspot.Client.create(access_token=HUBSPOT_API_TOKEN)
inputs = []
for hubspot_deal in hubspo read more