Add Endpoint and Payload to Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2025 02:14 AM
Can we able to add direct Endpoint and Payload to the Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2025 02:19 AM
Yes, it is possible to add a direct endpoint and payload to a Flow Designer flow in ServiceNow, but it requires using the IntegrationHub and its associated plugins. You can utilize the REST step within a flow action to interact with external endpoints and define the payload using either a JSON builder or through dynamic inputs
- Ensure the IntegrationHub plugin is activated on your ServiceNow instance. This plugin is essential for using REST steps in Flow Designer actions.
- Navigate to Flow Designer > Actions and create a new action.
- Within the action, add a REST step. This step allows you to interact with external APIs.
Please mark my answer as helpful/correct if it resolves your query.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2025 02:31 AM
Can you able to show me where you are adding after creating the action?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2025 02:58 AM
hi @Kri
I am sharing the images with you. Please take a look at them.
Please mark my answer as helpful/correct if it resolves your query.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2025 02:30 AM
Yes as @yella123 said. It would be a custom action which needs to be created and within the action use Rest step there you can modify the Endpoint and even you can make the payload dynamic as well.