Created
September 21, 2018 17:18
-
-
Save vidanov/b09cdf53bf016a2c6912d3fbfe2fc7aa to your computer and use it in GitHub Desktop.
bottalk search in API request
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: 'Initial step' | |
actions: | |
- getUrl: | |
url: "API_REQUEST" | |
- set: '{% for a in urlResponse.records %}{% if a.fields.prompt == "bye" %} bye=a.fields.var2 {% endif %}{% endfor %} ' | |
- sendText: here '{{bye}}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment