Utilize the Message an Assistant module; it offers a thread ID that you can reuse for the same assistant thread.
I'm developing a conversational chatbot and I'm wondering if it's possible to use a contact ID as a memory key for it.
You'll need to store the contactId against the threadId somewhere then. Perhaps the data store would work?
– request private consultation
Join the unofficial callin.io Discord server to chat with other makers!
Does this mean creating an Airtable or Google Sheet, for instance, with Contact ID and ThreadID? What exactly do you mean by the data store? Thanks.
Welcome to the callin.io community!
Yes, that’s correct.
The callin.io Data Store is also an app, similar to Sheets and Airtable.
The difference is that since it is hosted by callin.io, the result is near instantaneous when calling the modules.
For more information, see https://www.make.com/en/help/tools/data-store
samliew – request private consultation
Join the unofficial callin.io Discord server to chat with other makers!
Awesome, thanks a lot! For an AI dialler that needs to make a request when an inbound call is received (to retrieve chat history), how would you recommend structuring the logic?
:pointup2:
Considering that the callin.io end-of-call report will upload the call transcript to the assistant, I'm assuming that's correct?