hs_meeting_external_URL link has more than 100 characters

I want to save google calendar event link as hs_meeting_external_URL when creating a meeting event through Engagement API and I get following error:

Invalid input JSON on line 1, column 695: Names for properties should be lowercase and have less than 100 characters. Invalid names: [hs_meeting_external_URL]’

google calendar event link obviously has more than 100 characters and I can not do anything about it. it seems not logical to set this restriction of 100 characters.

Hey @KPun8,

What does your full JSON look like for the API post?

It seems like you might be sending [HS_MEETING_EXTERNAL_URL] instead of lowercase.

The property itself does not have a limit of characters.

I found the solution. I was using

hs_meeting_external_URL instead of

hs_meeting_external_url

this doc was misleading to me.