Typed variables in start_session and send_broadcast actions #1110
Replies: 4 comments
-
So is the thinking that groups and contacts would accept strings? Not sure how this doesn't also have a goflow component, is there already support for that? |
Beta Was this translation helpful? Give feedback.
-
For contacts I think it is URN (and maybe UUID?) I think those are basically what is currently supported in |
Beta Was this translation helpful? Give feedback.
-
Okay, so contacts can already take urns that are expressions? And groups can already accept names that are expressions? And both without uuids? |
Beta Was this translation helpful? Give feedback.
-
A group reference can be "concrete", e.g. {
"uuid": "",
"name": "Testers"
} or "variable", e.g. {
"name_match": "@results.group"
} which is how it works in add|remove group actions. Question is if we can use it that way in these other actions too, and what we'd do for matching contacts by tel and uuid. |
Beta Was this translation helpful? Give feedback.
-
Moved from nyaruka/goflow#661
Beta Was this translation helpful? Give feedback.
All reactions