Hi, I’ve added Redirect to another page for my meeting.
After redirect the URL contains query string
__hstc=20629287.f8240899344ddd251735a001fe230024.1647429720704.1648492410337.1648547571565.16&__hssc=20629287.2.1648547571565&__hsfp=3281844644
How can I retrieve meeting id or contact id from these params? Can I get any info about meeting using API and these params?
Hi @LKallaur
Thank you for reaching out.
I want to tag some of our experts on this - @Bryantworks @Annie_Birai @himanshurauthan do you have any thought for @LKallaur on this?
Thank you!
Best
Tiphaine
Hello @LKallaur,
You can check the meeting API, but these APIs are in beta so the response might differ on the bases of testing and feedback.
You can check to get the meeting API and you will get the ‘hubspot_owner_id’ and other info about the meeting here.
I hope this helps:
Regards,
Hi @himanshurauthan , thank you for your answer.
I would like to use Meeting API to get meeting info, but I can’t.
I mean, I don’t see in query string meeting id, for example. So I can’t use Meeting API to get meeting without meeting id.
My question is: what info I can extract from redirect meeting page query string to use Meeting API?
We are running on the same need. As we cannot currently set any custom redirect URLs after a meeting is scheduled using Hubspot Meeting Tool, it would be very helpful to have useful information on the redirect URL, so that we can use this information, as LKallaur said above, to look more in depth using the API.
As LKallaur suggested, it would be very helpful to have at least, for example, the meetingid on the redirect URL, this way we could call the GET Meeting API and get the full information about it.
I tried to understand if any of the parameters on the URL correspond to any of the ids (contact, owner, meeting), but none seem to coincide with any values on the redirect URL parameters.