Skip to content

Commit

Permalink
Merge pull request #2 from trywilco/fix/user-nickname
Browse files Browse the repository at this point in the history
fix: use nickname instead of firstName
  • Loading branch information
darmalovan authored Nov 20, 2024
2 parents 7d3db46 + 2b4a514 commit ddca796
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion steps/bash_extract_names.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ trigger:
params:
person: keen
messages:
- text: "That's great, ${user.firstName}. We'll take it from here."
- text: "That's great, ${user.nickname}. We'll take it from here."
delay: 1300
- actionId: finish_step
else:
Expand Down
4 changes: 2 additions & 2 deletions steps/bash_filter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ startFlow:
params:
person: keen
messages:
- text: "Hi ${user.firstName}. This is something I used to bug Carl with, but now that you're in his seat, I guess it's your job. Amazon employees are apparently snooping around, looking to steal our innovations. Here's a [file](https://docs.google.com/spreadsheets/d/1fYT7vLFdgEbPKCNxJ0lY3esgEPSSkRhsajhNHf_rA4I) with today's sign ups, please tell me how many of them have an @amazon.com email."
- text: "Hi ${user.nickname}. This is something I used to bug Carl with, but now that you're in his seat, I guess it's your job. Amazon employees are apparently snooping around, looking to steal our innovations. Here's a [file](https://docs.google.com/spreadsheets/d/1fYT7vLFdgEbPKCNxJ0lY3esgEPSSkRhsajhNHf_rA4I) with today's sign ups, please tell me how many of them have an @amazon.com email."
delay: 1000
- actionId: bot_message
params:
person: lucca
messages:
- text: "Hi ${user.firstName}, just FYI, you're getting that mole finding job not because Carl had it but because everyone at Product got tired of doing it manually. We have mole hunts, like, every week. Comes with the popularity, I guess. My advice for you is to create some sort of a script, because it aint gonna be a one-time thing. From what I remember, bash can be very effective for these kinds of small tasks."
- text: "Hi ${user.nickname}, just FYI, you're getting that mole finding job not because Carl had it but because everyone at Product got tired of doing it manually. We have mole hunts, like, every week. Comes with the popularity, I guess. My advice for you is to create some sort of a script, because it aint gonna be a one-time thing. From what I remember, bash can be very effective for these kinds of small tasks."
delay: 1000
trigger:
type: user_message
Expand Down

0 comments on commit ddca796

Please sign in to comment.