Resetting/clearing an attribute in Twilio bot

(Sam Ward) #1

Hi - I’ve seen a few posts addressing this tangentially, but is there any way to reset an attribute during testing a Twilio bot?

I suppose I could add an action to wait for 24 hrs, and then reset it from with the flow…any other workarounds?

Thanks!

(Daniel Beckett) #2

You could have a separate flow or action setup that clears the attribute (sets it to blank) when you say a specific keyword.

(Sam Ward) #3

Thanks Daniel, that should work.