How to trigger custom action when facebook button is clicked

Hello I´m currently trying to get a postback action from facebook to work. I managed to get the Chat to work but I cant figure out how to use the payload from a postback button. Is it possible to trigger a custom action from these buttons?

Currently the chat only prints the title of the button back into the chat and nothing happens.

Found the solution configure your Button like this:

  {
     "type":"postback",
     "title":"Buy",
     "payload":'/intent{"entity":"value"}'
  }
1 Like