APIs & Integrations

futurist-labs
Participante

Detect a meeting has been created

resolver

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 Avaliação positiva
1 Solução aceita
WendyGoh
Solução
HubSpot Employee
HubSpot Employee

Detect a meeting has been created

resolver

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. 

Exibir solução no post original

2 Respostas 2
WendyGoh
Solução
HubSpot Employee
HubSpot Employee

Detect a meeting has been created

resolver

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
Participante

Detect a meeting has been created

resolver

Perfect thanks!

0 Avaliação positiva