Hello!
I’m not too saavy when it comes to coding or more experienced formatting, so forgive me if the situation sounds a bit confusing!
I’m currently in the middle of creating a messenger/SMS chatbot on Manychat, specifically I am working on a section in which the customer will choose a time from a list of times for when they want their order delivered to them. I am doing this by connecting a spreadsheet that lists all the timeslots for each day of the month to the chat platform via zapier (Someone says they want order delivered on 9/20/2020, zapier checks all available times on 9/20/2020 and sends data back to Manychat)
Now, I want these times to show up as “Quick Reply Buttons” when sent to the customer, and the only way for me to do this is by using their “Send Dynamic Content” zap, which is formatted in JSON. I’ve never worked with JSON or any other formatting syntax before past Markdown, so I’m having a bit of trouble with how it should be formatted, because every time I try and send a message it says the format is incorrect. A link to the formatting doc on Manychat is here.
If there are any resources any of you know to help out with understanding JSON it would be greatly appreciated as well, thanks!