How create a correct FormData in JavaScript to send content_type: cards
?
#7911
Unanswered
AdsonCicilioti
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a nodejs application with this function that is responsible for send message data:
I'm not sure how to pass card objects to the
content_attributes
property.I'm getting the error
data: { error: "undefined method 'reject' for nil:NilClass" }
Beta Was this translation helpful? Give feedback.
All reactions