Actions
Feature proposal #5787
closedImplement support for user id in various types
Description
In the Email action for example ff the recipient is numeric then try to load the user and grab their email address. This will allow a larger range of usages where only user id is available.
Updated by krileon almost 9 years ago
- Subject changed from Implement support for user id email recipient to Implement support for user id in various types
- Description updated (diff)
Implement a User ID method for the Login/Logout action.
Updated by krileon over 8 years ago
- % Done changed from 0 to 10
User ID implemented for Login/Logout action.
Updated by krileon over 7 years ago
- % Done changed from 10 to 20
User implemented for CB Paid Subscriptions action.
Updated by krileon over 7 years ago
- % Done changed from 20 to 30
User implemented for Usergroups action.
Updated by krileon over 7 years ago
- % Done changed from 30 to 40
User implemented for AcyMailing action.
Updated by krileon over 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 40 to 100
This will now also override the substitutions in the action it self with the user id specified. This means you can have an action access check and condition against 1 user while substituting in information from the target user. All actions that target a user now have a User or Owner parameter.
Actions