acceptable-parrot-94054
12/02/2022, 8:14 AMmagnificent-energy-493
high-optician-2097
acceptable-parrot-94054
12/02/2022, 10:13 AMflows:
          registration:
            after:
              password:
                hooks:
                  - hook: web_hook
                    config:
                      url: ...
                      pre_persist: true (defaults to can_interrupt 
                      post_persist: true  (defaults to !can_interrupt)high-optician-2097
can_interrupthigh-optician-2097
flows:
          registration:
            after:
              password:
                hooks:
                  - hook: web_hook
                    config:
                      can_interrupt: true
                      # ...
                  - hook: web_hook
                    config:
                      can_interrupt: false
                      # ...high-optician-2097
acceptable-parrot-94054
12/02/2022, 1:41 PM