I have the Pre-Event Url correct which will send a POST request to add everything i need. But I need to try to get a dynamic url for the Post-Event URL, when I want to view the conversation, for example:
https://example.com/conversation/<Conversation_sid>/
I can put a wildcard after the conversation url:
https://example.com/conversation/*
But I would like to see if its possible to go by the conversation sid, since i will then be be adding new mesages and recieving new ones from that url when conversing.