Hi @jamorim95. The action server can run arbitrary code, so you should be able to create your own conversation_id
at the start or call any API to get the conversation_id
if it is stored elsewhere and then either way store it as a slot, so that you can use it throughout your entire conversation. Does this help?