Microsoft Graph API Requests

Hello, I have been trying to make some requests to the Microsoft Graph API, in order to create meetings, send emails and retrieve user information. I have already created an Azure App Registration for my app with delegated access and created a new outbound app inside Palantir with a Microsoft egress policy.

What is the next step? What else do I need to do to start testing?

Thanks,
Mateo

Next step would be to create a Rest API Source in the Data Connection. In there you can create a simple webhook, e.g. to call the me/userinfo endpoint of the MS graph API.

Hello, thanks for your reply.

I have already created the Rest API Source, the authentication and all is working, I do all this stuff in the Rest API Source, now what I want is run this source in a Typescript function.

How can I do it? I don’t found the correct way to do it in the doc.

Regards,
Mateo

Check out these docs for using a webhook in TS functions. Note it is a bit different if you are working with TSv2; there you can import the source and then use the http client directly to interact with the source.