Back to All

Specific api url and response setting

I am trying to use as "Kakaotalk" smart chatting's backend.

To integrate I need below urls.

Specification
Method : GET
URL : http(s)://:your_server_url/keyboard
Content - Type : application/json; charset=utf-8

curl -XGET 'https://:your_server_url/keyboard'
Response
FiledName Typr Required Desc
Keyboard Keyboard Required Info for Keyboard Area

Response Example.
{
"type" : "buttons",
"buttons" : ["option 1", "option 2", "option 3"]
}

Can I do with snatchbot?

https://center-pf.kakao.com/