Create a recipe using webhook trigger action in iPaaS
2 min
Role: Administrators.
Minimum Version: Ivanti Neurons for ITSM 2025.2.
This section describes how to integrate iPaaS with Ivanti Neurons by setting up a webhook triggered recipe to automate tasks such as sending notifications, updating incidents, and running workflows.
Access iPaaS and create a recipe
- Log in to Ivanti Neurons for ITSM as an Administrator.
- Open the Configuration console, select Extend > iPaaS Integration.
- Open a project, select the Create dropdown list and then select Create Recipe.
- Enter a Name and set the Location where the recipe will be saved.
- Choose a Starting Point, select an option based on your requirement. For example:
- Select Trigger from an App to set the trigger based on an event in the app as the trigger.
- Select Run on a Scheduler to set the trigger at a scheduled time.
- Select Start Guided Setup to launch the wizard.
Configure and validate the webhook trigger
- Enter an Event Name which will be used as a suffix in the webhook URL.
- Copy the generated Webhook URL and use it in the previously created Quick Action and save the recipe.
- Run the Quick Action to send test data and initialize the webhook trigger.
Modify the recipe for incident processing
- Extract the RecId from the webhook query parameters to retrieve incident details using the RecId.
- Perform following actions as required:
- Send an email notification using the iPaaS Email Connector
- Update the incident record
- Execute automated workflows based on the incident data.
For more information on iPaaS recipe creation and configuration and usage examples, see the iPaaS documentation.
