What is the custom field for the entire chat conversation. For example, I want to use custom GPT action, to read through a live chat conversation, and then send me a summary of the conversation. Would it be: {{message.body}} or will that only pull first message?
@HighLevelTechie3 ай бұрын
Hey, I have created a custom field called "Message" and I am appending {{contact.message}} | {{message.body}}. Message custom field would initially have no value, but in the first iteration, it would get message body. And in the next iteration, it will then add new message body to the message custom field (which now stores the first message body). I hope this clarifies your question.
@JimL-v7hКүн бұрын
@@HighLevelTechie Great video, thank you! The piece about {{contact.message}} | {{message.body}} is confusing. I've tried to replicated it but can only seem to update custom fields with the first message (often hello). Can you elaborate on your setup?
@HighLevelTechieКүн бұрын
@@JimL-v7h Sent you a message. Will be easier to show you with a loom inside the community. Thank you