My team is facing issues with Memberstack when we tried to get data that we will use to auto-create customers on the system.
So we have webhook triggered on our URL to grab details like Company name, Email, First Name, Last Name…etc but if we test it from Forms and Fields page it does not work and we got an error. From Postman we can see data for this URL. When we test URL it works good but when we want to test Forms and Fields on Memberstack triggered on URL we are facing issues with that test.
Can you please advise? If you need any more information let me know.
Are you trying to use our new API? Is your website using a platform like Squarespace or is it fully custom? Any more info you can give would be appreciated so we can help solve this!
Our page is a fully custom made page.
We are using custom API to register members in our database using the New member trigger.
On New member trigger we added our webhook to be called but the issue is we are not able to send data using this webhook.
How to send post data here with webhook ?? trigger is being called but somehow data is not being transferred with webhook.
Is there any configuration needed to pass post data on the trigger ??
We could not get data from New member trigger but we can get an customer ID on that API, so we added another API to get data from that Customer ID and thats how we solved this issue.
I am not sure if thats correct way or not but it works.
Could you please create a new forum post with detailed information about your problem so we can get this answered to the best of our ability? Loom.com videos are always welcomed
We got memberID (customerID) from memberstack and using this ID we hit another API to grab all details. We will use Zapier for Hardware purchase but thats not integrated yet, we are working on it.
Here is example how we did that. Please see the links below for documentation and for the way how we resolve it: