You’re already mapping the default meeting activity fields - name, start time, etc, the piece that’s missing for UI discoverability might be the default Meeting source property (not the engagement-source fields).
Add Meeting source on create in your batch/create payload alongside title/start/end/outcome (set it at creation time rather than relying on a later update).
Hey I think your probelm statement is a bit confusing. Could you please expalin what is you trying to do here. Are you not able to map the forms with HubSpot? OR are you not able to find the form in UI after creating them from API? OR are you not able to map the contact properties?
Meetings set via API are not searchable in HS UI - Meetings tab
SOLVE
Hi there! We're on a company HS account and we're trying to accomplish some automation. I was trying to create a meeting in HS via API, details in my first post . But we noticed the meeting wouldn't appear when searched via HubSpot's general search tool (as if the meeting is not registered or something). But going to that specific profile where the meeting was set intended for, it was listed there alright.
You’re already mapping the default meeting activity fields - name, start time, etc, the piece that’s missing for UI discoverability might be the default Meeting source property (not the engagement-source fields).
Add Meeting source on create in your batch/create payload alongside title/start/end/outcome (set it at creation time rather than relying on a later update).
Meetings set via API are not searchable in HS UI - Meetings tab
SOLVE
I tried to include the hs_meeting_source to the payload upon meeting creation but it throws an error that this property is a read-only and can't be set.