Reputation: 3099
I am trying to post form results to the Slack channel using webflow and slack apps. So I have created a Slack app that exposes the webhook URL for posting the data to the channel. I have added the webhook URL to the action field with the method type set to post and published the change.
When I input the data into the form and trigger the form submit button I get the message: invalid json payload
.
So how I can convert the data to string or change the data format so it could be sent to Slack?
Upvotes: 0
Views: 910