NAiOS IconNAiOS Logo
Volver al catálogo

Membervault

membervault

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

Acciones
3
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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

Parámetros de entrada

  • emailstringObligatorioemail

    Email address of the user to add or grant access to.

  • course_idintegerObligatorio

    ID of the product (course) to grant access; use -1 to create a user without granting access to any course.

  • last_namestring

    Optional last name of the user.

  • first_namestring

    Optional first name of the user.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete UserMEMBERVAULT_DELETE_USERAcción

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"

Parámetros de entrada

  • emailanyObligatorioemail

    Email address of the user to completely delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get CoursesMEMBERVAULT_GET_COURSESAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not