Is there a way to send a response from the REST API - Asynchronous trigger in Flow Designer?

lonesoac01
Giga Guru

Hello all,

    I was wondering if there was a way to send a response from the Asynchronous trigger.  I would presume, there isn't since this trigger is Asynchronous to begin with.

 

   The next solution that I can think of, is just create a Scripted REST API and just feed a subflow the data from the Scripted REST API.

 

Let me know if you have any other ideas!

Thank you.

1 REPLY 1

Sunil Mitkari
ServiceNow Employee
ServiceNow Employee

As per the documentation, It returns the flow execution sysid when you call it
https://www.servicenow.com/docs/bundle/xanadu-integrate-applications/page/administer/integrationhub/...
To know the actual result, you need to make one more call to know whether flow has completed successfully or errored out.
one more community reply