Skip to content

Instantly share code, notes, and snippets.

@nasirhm
Created March 18, 2020 06:57
Show Gist options
  • Save nasirhm/315c39ee1ef2c20171a7f099633466ee to your computer and use it in GitHub Desktop.
Save nasirhm/315c39ee1ef2c20171a7f099633466ee to your computer and use it in GitHub Desktop.
CloudFucntion
`var currentTime = new Date().getTime();
while(currentTime + 4500 >= new Date().getTime()){
agent.add(new Card({All Params}))
}
agent.setFollowupEvent('Delay1')
agent.add("Now Working")`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment