Get user who scheduled meeting for someone else

I’ve built a workflow in n8n which is triggered by meeting.ended through a User managed app. As soon as a user with the app finishes the meeting, the webhook is triggered and sends an email with a report to the host.

One of our users creates meetings on behalf of others and sets them as the host. This person does not attend those meetings, but would like to be emailed the report. I haven’t been able to determine from the incoming details and subsequent meeting requests if this person created the meeting or not. Is there a way to do this?

Requests I use are:
/meetings/{id}
/report/meetings/{id}
/report/meetings/{id}/participants

Thanks!

Found the answer: use the assistant_id from /meetings/{id} to fetch the user who actually created the meeting.

That was easy, oops!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.