APIs & Integrations

KPun8
Participant

hs_meeting_external_URL link has more than 100 characters

Résolue

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 Votes
1 Solution acceptée
KPun8
Solution
Participant

hs_meeting_external_URL link has more than 100 characters

Résolue

I found the solution. I was using 

hs_meeting_external_URL instead of 

hs_meeting_external_url

this doc was misleading to me.

Voir la solution dans l'envoi d'origine

2 Réponses
MrJustinGivens
Contributeur de premier rang | Partenaire solutions Platinum
Contributeur de premier rang | Partenaire solutions Platinum

hs_meeting_external_URL link has more than 100 characters

Résolue

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 Votes
KPun8
Solution
Participant

hs_meeting_external_URL link has more than 100 characters

Résolue

I found the solution. I was using 

hs_meeting_external_URL instead of 

hs_meeting_external_url

this doc was misleading to me.