So, I want to create a workflow where HR when goes to BambooHR to create new user immediately starts the workflow and creates user in Entra ID (Intune).
I created a workflow and don’t know how to find proper trigger for starting the process when HR wants to add new user.
Also, after testing the node for Entra ID via HTTP request, I try to create user but cannot find it in intune.
Can you help me maybe with this? i’ve posted the workflow here.
The link you shared for the workflow is not accessible since the wf is behind your credentials. Instead can you follow this example - Export and import workflows | n8n Docs - and then paste it here inside the </> option? That way it will be visible to the whole community wihout sharing your credentials and input/output data
You can try to set up a Webhook in BambooHR and make that fire to your n8n workflow every time it picks up a new event:
You can then use a Webhook node for your workflow and use the webhook URL that you get in the node as the specified target URL in BambooHR. You can configure the payload that BambooHR will send and use that in your workflow.
You will have to change the URL of the Entra / HTTP request node to the correct endpoint. The authorization will be taken care of by n8n via the credentials.
I am not too familiar with Microsoft Graph API but their endpoint should be https://graph.microsoft.com/v1.0/users