In this tutorial, we will create a webhook in Oomnitza to add mobile devices to Oomnitza when they are enrolled in Jamf.
Creating the webhook in Oomnitza
- Click Configuration.
- From the Integrations menu, click Webhooks.
- Click Add webhook.
- Select the Jamf Mobile Device Enrolled.
- On the Configuration Details page, complete the following steps:
- Enter a unique name for the webhook.
- Enter an authentication secret. You must copy the secret because you will need it when you create the event hook.
- Select the update user Oomnitza event .
- In this case, you modify the body to change the status of user records to Inactive.
- Click NEXT.
- By default a sync key has already been added. You can add two or more sync keys to ensure that records aren't skipped if a sync key doesn't contain a value.
- Click SAVE.
Important
The process for creating event hooks in vendor applications might change. Always consult your vendor application documentation to keep up-to-date with changes.
- In Jamf Pro, click Settings in the sidebar.
- In the Global section, click Webhooks.
- Click New.
- Enter a display name for the webhook.
- Enter the URL that you copied when you created the webhook in Oomnitza.
- Choose Header authentication as the type of authentication to connect to the webhook. The format of the header authentication is as follows:
{“Authorization”: “<Oomnitza_header_secret>”} - Enter the connection timeout for the webhook.
- Enter the read timeout for the webhook.
- Choose JSON as the format for sending the webhook information.( XML is not supported).
- Choose the event that will trigger the webhook.
- Click Save.
Result
When a mobile device is enrolled in Jamf, a record will be added to Oomnitza.
Related articles
Comments
0 comments
Please sign in to leave a comment.