Skip to content

Instantly share code, notes, and snippets.

@rahulbanerjee26
Created June 24, 2022 02:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahulbanerjee26/33e535b6ccb23596efd037fd0d5c3531 to your computer and use it in GitHub Desktop.
Save rahulbanerjee26/33e535b6ccb23596efd037fd0d5c3531 to your computer and use it in GitHub Desktop.
actions={
"actions": [{
"collect": {
"name": "name of this action",
"questions": [{
"question": "question to ask user",
"name": "name of variable to store response",
"type": "data type of expect answer"
}],
"on_complete": {
"redirect": {
"uri": "URL to send data to",
"method": "POST"
}
}
}
}
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment