I'm trying to create Rules actions that happen on the "Drupal receives an SMS" event, and I need to know which user account owns the number that sent the incoming SMS. As far as I can tell this isn't currently possible.
The condition "Number belongs to a valid user" has access to data selectors like sms:number
, sms:message
, and sms:number-twilio
, but it doesn't provide something like sms:user
.
The condition "User has a verified number" has access to some of the data selectors under site:current-user
, but site:current-user
is never going to be the user who owns the incoming number.
The action "Send an SMS to a user" has access to some of the data selectors under site:current-user
, but site:current-user
is never going to be the user who owns the incoming number.
Closed: outdated
1.11
Feature Request
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.