botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
71 stars 83 forks source link

Converse API limitations #1639

Closed Eliaxie closed 1 year ago

Eliaxie commented 2 years ago

Discussed in https://github.com/botpress/botpress/discussions/11745

Converse API only allows type: text requiring to make specific logic in order to make some flows work on multi channel bots.

https://github.com/botpress/botpress/blob/master/packages/bp/src/core/converse/converse-router.ts#L51

davidvitora commented 1 year ago

@Eliaxie you should be able to use custom payloads on secure routes https://github.com/botpress/botpress/blob/master/packages/bp/src/core/converse/converse-router.ts#L81