-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[Components] membado #16568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm sorry I the components generator just hallucinated here. let's do (required) Actions I'm reaching out regarding other endpoitns such as "add tags" |
Ok Membado got back to us and essentially said never mind about API endpoints from
they clarified about the GitHub
So with the component that was develop (create member) is enough |
Hi everyone, all test cases are passed! Ready for release! Test report |
membado
URLs
Webhook Sources
new-registration-instant
Description
Emit new event when a person registers for an event or membership. Requires configuration of the registration form or event to watch.
new-payment-instant
Description
Emit new event when a new payment is successfully received. Useful for tracking new membership fees, event purchases, or donations. Requires configuration of the payment source to watch.
new-member-instant
Description
Emit new event when a new member is added to the system, either via signup or admin creation. Useful for onboarding workflows. No additional configuration required.
Actions
create-member
Description
Create a new member in the Membado system. Requires member details such as name, email, and optionally membership type or group.
create-event
Description
Create a new event in Membado. Requires event name, date, and optional location and registration settings.
record-payment
Description
Record a payment for a member or event. Requires member ID, amount, and payment method. Optional fields include description and payment date.
The text was updated successfully, but these errors were encountered: