Using Flow Designer to Call API
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2022 07:29 AM
Hello Community,
I'm working on an enhancement that includes the following requirements:
- Create a new Catalog Item request in the Service Portal
- Catalog Item will include 2 variables: Current Desk Number, New Desk Number
- When request is submitted, call SailPoint API to push New Desk Number attribute to Active Directory
I would like to do this using Flow Designer, but not sure the appropriate steps on how to call the SailPoint API and make this integration work. Any help/guidance would be greatly appreciated.
Labels:
- Labels:
-
Integrations
-
Scripting and Coding
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2022 08:07 AM
Hello. First create connection & credential records for the Sailpoint API and auth to connect. Then create flow action and add REST step. In REST step you can select the newly created connection record. From there you'll need to create input variables for the action so that your catalog variables can be passed in and then utilized in the REST step. Publish the action then use in your flow.
Hope this helps.
--David
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2022 01:09 AM
the issue is about how "Using Flow Designer to Call API" so how can we call? please try to explain more