Hubspot to Laarnupon integration

Hello, I am currently attempting to intergrate contacts information to be automatically generated from the contacts cutrom properties in hubspot to learnupon custom fields. I am able to create a user in learnupon through a workflow, but when using a custom code in a action in a workflow, it gives me this error when testing.

Error updating user 25583558: 404 - {“response_type”:“ERROR”,“response_code”:404,“message”:“CustomData not valid”} Memory: 52/128 MB

Any help would greatly be appreciated.

Thank you!

Hey @JOrtiz10, thank you for reaching out!

The error indicates that the custom data being sent from HubSpot to LearnUpon may not match the expected format or field requirements in LearnUpon. Double-check that the custom properties in HubSpot are correctly mapped to the corresponding custom fields in LearnUpon.

Additionally, ensure the API request includes valid field names and values as defined in LearnUpon’s documentation.

If the issue persists, reviewing the custom code action for syntax or logic errors might help resolve it.

Kindly,

Pam

I was able to resolve the custom data issue but the information is not updating in learnupon. The test of the custom codes show successful, but not information is updated.