cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger the process while external input

OmkarShete
Level 3
I have one chatbot and from the output of it I want to trigger my Process. When I hit GET method using BP, I get to know the data over the chatbot. but I really don't understand how to trigger the process when user enters some data into chatbot and click on GO.

------------------------------
Omkar Shete
------------------------------
2 REPLIES 2

Hi @OmkarShete

Exists a way to create and start sessions in BP by using the command line​.

Just as suggestion, cause I can try it by myself. You can execute this kind of commands when you get the external input.

Here is the list of commands: https://bpdocs.blueprism.com/bp-7-1/en-us/helpResourcePCCommands.htm

You will need for this: the "create" one and the "start" one.


Hope this helps you!

See you in the Community, bye 🙂


------------------------------
Pablo Sarabia
Solution Manager & Architect
Altamira Assets Management
Madrid
------------------------------

hi Pablo,
Thank you for your reply.
I have to develop the process
1. When the customer enters details like pincode, city in Chatbot scripted in Python, my BP process should get trigger.
2. After that my BP process should call medical API and get list of the medicine.
3. After that List of medicine from BP should be sent to Chatbot again through API.

For this purpose I need help. 
Thank you.


------------------------------
Omkar Shete
------------------------------