Add Endpoint and Payload to Flow Designer

Kri
Tera Guru

Can we able to add direct Endpoint and Payload to the Flow Designer

5 REPLIES 5

yella123
Tera Expert

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.

Can you able to show me where you are adding after creating the action?

hi @Kri  
I am sharing the images with you. Please take a look at them.

 

yella123_0-1750931783304.png

 

yella123_1-1750931800648.pngyella123_2-1750931808505.png

 

Please mark my answer as helpful/correct if it resolves your query.

 

Anil Nemmikanti
Giga Guru

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.