Membervault
membervaultMemberVault is a Relationship Marketing Platform that allows users to host courses, memberships, and other digital products in one place.
Acciones disponibles (3)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Add User to CourseMEMBERVAULT_ADD_USERAcciónTool to add a user to a specified product. use when enrolling a user into a course without duplication.
MEMBERVAULT_ADD_USERAcciónTool to add a user to a specified product. use when enrolling a user into a course without duplication.
Parámetros de entrada
emailstringObligatorioemailEmail address of the user to add or grant access to.
course_idintegerObligatorioID of the product (course) to grant access; use -1 to create a user without granting access to any course.
last_namestringOptional last name of the user.
first_namestringOptional first name of the user.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete UserMEMBERVAULT_DELETE_USERAcciónTool 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"
MEMBERVAULT_DELETE_USERAcciónTool 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"
Parámetros de entrada
emailanyObligatorioemailEmail address of the user to completely delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get CoursesMEMBERVAULT_GET_COURSESAcciónTool to retrieve all courses (products) in the membervault account. use when you need to list available courses after setting up authentication.
MEMBERVAULT_GET_COURSESAcciónTool to retrieve all courses (products) in the membervault account. use when you need to list available courses after setting up authentication.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not