Extracting user from webhook and registering in wordpress

Hello, I’m new to the n8n. And I’d like your help.

I have a node on the n8n, where I call a Webhook that brings me some user data after a purchase.

So, I’m using HTTP Request to get this data and register it in wordpress using s2member, which is a membership plugin.

full_name:
email:

S2member has a REMOTE number API that can connect to external environments, using post.

The webhook works, but when it gets to the HTTP Request it gives an error.

I’ll leave a test environment with a test api here for anyone who can help me.

Thanks!

Could anyone give a tip?

hi @denverfix

You have forgotten to switch to expression mode :slight_smile:
image

And you don’t need quotes around the value.

1 Like