Hello, I need help with a Custom Action.
I am trying to send data from a Chat screen to Zapier using a Custom Action on a “Send” button.
In the Body of the Custom Action, I have written the JSON like this:
{
“user_message”: ,
“conversation_id”:
}
However, when I place my cursor after the colon for “user_message”, the Magic Text panel shows “Nothing available”. I cannot select the “Input’s Message Text” or the “Current Conversation ID”.
How can I correctly pass the message text and conversation ID to the Body of my Custom Action? Is this a bug, or is there a new way to do this?
Thank you.