I have a workflow that I want to create using n8n and I’m getting there but I need help. I am stuck at the create user step/node. It works just fine, it creates a membership in the WordPress MemberPress plugin. But I need info from that user/membership to assign them to a subscription. It’s the User ID and the Member ID I require to create the subscription. Just trying to figure out if there’s a way to get the data from the create user step or if I need to add a note to query against WordPress to get those bits of info. I’m stumped.
Thanks for the reply! I thought that might be it too. I have a request that when I send through command line returns a single record, which is the most recent one. When I use an HTTP node set with GET, it works but I see no output.
Strange. I found some API docs for this and they suggest that when you create the member, the response should include the ID and all of the other details.
I don’t have access to the API to test it, but other things I would suggest are to play around with the response type in the response format at the bottom of the POST request and see if that changes anything. Also, try turning on the ‘Always Output Data’ option in the Settings tab of the post node and see if that changes anything.