APIs & Integrations

KPun8
Participante

hs_meeting_external_URL link has more than 100 characters

resolver

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 Avaliação positiva
1 Solução aceita
KPun8
Solução
Participante

hs_meeting_external_URL link has more than 100 characters

resolver

I found the solution. I was using 

hs_meeting_external_URL instead of 

hs_meeting_external_url

this doc was misleading to me.

Exibir solução no post original

2 Respostas 2
MrJustinGivens
Top colaborador(a) | Parceiro Platinum
Top colaborador(a) | Parceiro Platinum

hs_meeting_external_URL link has more than 100 characters

resolver

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 Avaliação positiva
KPun8
Solução
Participante

hs_meeting_external_URL link has more than 100 characters

resolver

I found the solution. I was using 

hs_meeting_external_URL instead of 

hs_meeting_external_url

this doc was misleading to me.