Membervault

Learn how to use Membervault with Composio

Overview

SLUG

MEMBERVAULT

Description

MemberVault is a Relationship Marketing Platform that allows users to host courses, memberships, and other digital products in one place.

Authentication Details

subdomain
stringRequired
generic_api_key
stringRequired

Tools

SLUG: MEMBERVAULT_ADD_USER

Tool to add a user to a specified product. use when enrolling a user into a course without duplication.

Action Parameters

course_id
integerRequired
email
stringRequired
first_name
string
last_name
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: MEMBERVAULT_DELETE_USER

Tool to completely delete a user from the account, including all data, progress, and quiz answers (irreversible). use when you need to permanently remove a user. example: "delete user with email user@example.com"

Action Parameters

email
Required

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: MEMBERVAULT_GET_COURSES

Tool to retrieve all courses (products) in the membervault account. use when you need to list available courses after setting up authentication.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired