Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Dushyant_Garg
Explorer
727
ChatGPT Integration IFlow

Creating an IFlow for chatgpt.

Pre-requisite:

  • Bearer token from openapi.com

  • Postman(or any other software to trigger api or iflow) installed in your system


Steps:

  1. Create Package and artifact.

  2. Connect the sender with start message using https adaptor and add content modifier.

  3. Configure Content modifier.

  4. Add request reply and connect it with the receiver using http adaptor.

  5. Configure HTTP.

  6. Save and deploy your artifact and get the endpoint url in Manage integration content.

  7. Open Postman and paste the endpoint url and give basic auth as your tenant.

  8. Go to body->raw

  9. Click send and check the reply.


Thanks

Dushyant
Labels in this area