Membervault

Learn how to use Membervault with Composio

Overview

Enum

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
api_key
stringRequired

Actions

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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean