App
Memberstack
Simple Auth & Payments for Webflow Developers.
What your agent can do with Memberstack
Triggers and actions 6 triggers · 4 actions
- TriggerMember Deleted
Triggered instantly when a Memberstack member is deleted (member.deleted). In Memberstack go to Dev tools > Webhooks > Endpoints, add the minted webhook URL, and filter the endpoint to the member.deleted event.
- TriggerMember's Plan Added
Triggered instantly when a plan is added to a Memberstack member (member.plan.added). In Memberstack go to Dev tools > Webhooks > Endpoints, add the minted webhook URL, and filter the endpoint to the member.plan.added event.
- TriggerMember's Plan Canceled
Triggered instantly when a plan is canceled or removed from a Memberstack member (member.plan.updated / member.plan.canceled). In Memberstack go to Dev tools > Webhooks > Endpoints, add the minted webhook URL, and filter the endpoint to the plan cancellation event.
- TriggerMember's Plan Updated
Triggered instantly when a Memberstack member plan connection changes (member.plan.updated). In Memberstack go to Dev tools > Webhooks > Endpoints, add the minted webhook URL, and filter the endpoint to the member.plan.updated event.
- TriggerMember Updated
Triggered instantly when a Memberstack member's data changes (member.updated). In Memberstack go to Dev tools > Webhooks > Endpoints, add the minted webhook URL, and filter the endpoint to the member.updated event.
- TriggerNew Member
Triggered instantly when a new Memberstack member signs up (member.created). In Memberstack go to Dev tools > Webhooks > Endpoints, add the minted webhook URL, and filter the endpoint to the member.created event.
- ActionCreate Member
Creates a member with no plans or a free plan.
- ActionDelete Member
Deletes a member.
- ActionFind Member
Lookup a member by id.
- ActionUpdate Member
Updates a member.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Memberstack API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.