APIs & Integrations

futurist-labs
Teilnehmer/-in

Detect a meeting has been created

lösung

Hi,

Is there a way to track that a user with specific email has created a meeting?

 

I want to offer your meeting tool in our mobile apps into webView.

The problem is that, I need to track from my server, when a user has created a meeting, because this will reflect on it's status.

Get recent engagements looks promissing, but not sure if this will return the user's email or names used to create that meating.

Are there any webhooks for that?

Thanks in advance!

0 Upvotes
1 Akzeptierte Lösung
WendyGoh
Lösung
HubSpot Employee
HubSpot Employee

Detect a meeting has been created

lösung

Hi @futurist-labs,

 

Currently, there's no Webhook subscription to track meeting created event. 

 

That said, you can definitely use the Get recent engagements endpoint, to retrieve back meeting created engagement. Additionally, when looking to find out the user's email and name who created the meeting, you can grab the 'ownerId' field from the Get recent engagements endpoint > Next use this endpoint Get an Owner | Owners API to retrieve back the owner information such as firstName and email. 

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten
WendyGoh
Lösung
HubSpot Employee
HubSpot Employee

Detect a meeting has been created

lösung

Hi @futurist-labs,

 

Currently, there's no Webhook subscription to track meeting created event. 

 

That said, you can definitely use the Get recent engagements endpoint, to retrieve back meeting created engagement. Additionally, when looking to find out the user's email and name who created the meeting, you can grab the 'ownerId' field from the Get recent engagements endpoint > Next use this endpoint Get an Owner | Owners API to retrieve back the owner information such as firstName and email. 

futurist-labs
Teilnehmer/-in

Detect a meeting has been created

lösung

Perfect thanks!

0 Upvotes