IDEMSInternational / rapidpro-flow-toolkit

Toolkit for using spreadsheets to create and modify RapidPro flows
GNU Lesser General Public License v2.1
3 stars 1 forks source link

Support waiting for a response #21

Closed geoo89 closed 1 year ago

geoo89 commented 1 year ago

Routers have an optional wait field. This is currently not supported. It also provides a category uuid that determines the category (and thus exit) taken out of the node if no response is sent by the user within the given timeframe.

            "wait": {
              "type": "msg",
              "timeout": {
                "seconds": 300,
                "category_uuid": "d139ebfe-ee07-49de-ba95-665b04f5079e"
              }
            },