APIs & Integrations

KPun8
Participant

hs_meeting_external_URL link has more than 100 characters

SOLVE

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. 

0 Upvotes
1 Accepted solution
KPun8
Solution
Participant

hs_meeting_external_URL link has more than 100 characters

SOLVE

I found the solution. I was using 

hs_meeting_external_URL instead of 

hs_meeting_external_url

this doc was misleading to me.

View solution in original post

2 Replies 2
MrJustinGivens
Top Contributor | Platinum Partner
Top Contributor | Platinum Partner

hs_meeting_external_URL link has more than 100 characters

SOLVE

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. 









0 Upvotes
KPun8
Solution
Participant

hs_meeting_external_URL link has more than 100 characters

SOLVE

I found the solution. I was using 

hs_meeting_external_URL instead of 

hs_meeting_external_url

this doc was misleading to me.