How to Trigger flow designer with virtual agent ?

Atul kumar
Tera Guru

I want to trigger a flow designer based on the conversation with virtual agent

1 ACCEPTED SOLUTION

Chuck Tomasi
Tera Patron

Flow Designer (as of pre-Madrid) is triggered in two main ways. First with a record update/insert, the other on a scheduled basis.

If you want, have VA create/update a record that triggers the flow.

In Madrid, we offer an API to start a flow or action via a script API.

FlowAPI - startFlow | ServiceNow Developers

View solution in original post

7 REPLIES 7

Chuck Tomasi
Tera Patron

Flow Designer (as of pre-Madrid) is triggered in two main ways. First with a record update/insert, the other on a scheduled basis.

If you want, have VA create/update a record that triggers the flow.

In Madrid, we offer an API to start a flow or action via a script API.

FlowAPI - startFlow | ServiceNow Developers

Thank you Chuck 

is this still the best practice in New York and Orlando to call flows within the virtual agent? 

As it's still the only way, I'd say it's still the best practice. 😉 The FlowAPI is meant to trigger a flow or subflow from any server side script.