Using Chat completion id for training

I am using Make(dot)com to connect to OpenAI. I need to pass back OpenAI’s response in order to generate the next prompt but i need context. The responses are full blogs so after a while token limit is hit. Is it possible to reference the completion id - chatcmpl in the next prompt instead of including the full response and save on tokens? thanks