how to pass [_user_login] in a webhook
-
Hello,
First, I would like to thank you for proposing this plugin.
I’ve been trying to send a post webook that contains the name of the currently logged in user on my website. The way I have done it is to modify the body in the advanced settings of the webhook this way:
{ “member_name”: “[_user_login]” }
I So far, what I receive on the targeted server is “member_name”: “[_user_login]”.
I properly receive the data but it seems [_user_login] is not treated as a variable but as a fixed string. It is not replaced by the actual user’s login.
Could you please help me to understand what is wrong and how I should proceed?
Thanks a lot!
Gab
You must be logged in to reply to this topic.