This repository has been archived by the owner on Dec 13, 2024. It is now read-only.
Ability to add data to HubSpot integration API #114
medoingthings
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I integrated HubSpot on a site, which is great to add customer data directly via API into HubSpot.
Now I have the need to add some more data to these contacts, in order to have distinguishable data on the HubSpot side for new contacts created via API.
Currently it’s only possible to add these data by adding a hidden input field to the form and assigning it to the correct HubSpot entity.
I think it would be great (not only for the HubSpot integration) to send hidden data to the API via code.
Advantages:
formPayload
in current formsExample:
What do you think about this?
Beta Was this translation helpful? Give feedback.
All reactions