SimpleT AI Async Response Check

The SimpleT AI Async Response Check feature allows users to interact with external AI services directly from Salesforce Flows or Apex code. It enables users to retrieve data when they have chosen the asynchronous approach with the AI service.

How to use the AI Async Response Check functionality?

  • Pass the id and thread_id received from the initial AI call.
  • The final AI response will be returned as a String.
  • If the result is still processing, the response Status Code will be 204.
Example of using the AI Assistant in Flow Builder.