Hi;
I am using custom API to register member in mysql database using New member trigger provided on memberstack.
On New member trigger we added our webhook to be called but the issue is we are not able to send data (poast data with new member details) 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 ??
Thanks in advance.