Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: What behavior exactly are you wanting to do when they update their profile? I suggest using CB Auto Actions and a Code action with Method set to PHP on the onAfterUserUpdate trigger to execute code after a profile update operation.
Please Log in or Create an account to join the conversation.
In that case I just recommend using a Code action on onAfterUserUpdate trigger in CB Auto Actions then set Method to PHP. You can then execute whatever PHP you want there. If you need to make a direct HTTP request to a PHP file you can do so with the Request action.When a user updates the profile I want to run a PHP script that sends some of the updated information to another server.
Please Log in or Create an account to join the conversation.