-
Notifications
You must be signed in to change notification settings - Fork 10
OpenAI conversation: Standardizing API response #317
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
If the response_id (for a conversation) is wrong in the webhook node, Kaapi sends back this:
%{
"data" => nil,
"error" => "Invalid 'previous_response_id': '@results.ress'. Expected an ID that contains letters, numbers, underscores, or dashes, but this value contained additional characters.",
"metadata" => nil,
"success" => false
}
The response doesn't return any metadata passed as additional parameters like contact, flow, or other details that we originally sent. Because of this, the flow is crashing — we need the contact and flow details to resume the flow.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Closed