Memberspot
memberspotMemberspot is an online course and video-hosting platform designed to facilitate knowledge management and community engagement for businesses.
Acciones disponibles (8)
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.
Create Login TokenMEMBERSPOT_CREATE_LOGIN_TOKENAcciónTool to generate a one-hour login token for a user. use when you need to auto-login a user by their uid (token expires after one hour).
MEMBERSPOT_CREATE_LOGIN_TOKENAcciónTool to generate a one-hour login token for a user. use when you need to auto-login a user by their uid (token expires after one hour).
Parámetros de entrada
uidstringObligatorioThe unique ID of the user to create a login token for
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 UsersMEMBERSPOT_DELETE_USERSAcciónTool to delete one or more users from the platform. use when you need to remove specified users by their email addresses. only existing school users are removed; invalid or out-of-school emails are ignored.
MEMBERSPOT_DELETE_USERSAcciónTool to delete one or more users from the platform. use when you need to remove specified users by their email addresses. only existing school users are removed; invalid or out-of-school emails are ignored.
Parámetros de entrada
emailsarrayObligatorioList of user email addresses to delete. Only existing school users will be deleted; invalid emails are ignored.
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
Find user by emailMEMBERSPOT_FIND_USER_BY_MAILAcciónTool to retrieve a user's details by their email address. use when you need to look up a user after obtaining their email.
MEMBERSPOT_FIND_USER_BY_MAILAcciónTool to retrieve a user's details by their email address. use when you need to look up a user after obtaining their email.
Parámetros de entrada
emailanyObligatorioemailEmail address of the user to search for.
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
List custom user propertiesMEMBERSPOT_LIST_CUSTOM_USER_PROPERTIESAcciónTool to list all defined custom user properties. use when you need to retrieve metadata of custom user properties after authentication.
MEMBERSPOT_LIST_CUSTOM_USER_PROPERTIESAcciónTool to list all defined custom user properties. use when you need to retrieve metadata of custom user properties after 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
List all offersMEMBERSPOT_LIST_OFFERSAcciónTool to retrieve a list of all offers. use after authentication to fetch available offers.
MEMBERSPOT_LIST_OFFERSAcciónTool to retrieve a list of all offers. use after authentication to fetch available offers.
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
List UsersMEMBERSPOT_LIST_USERSAcciónTool to list all users. use when you need to fetch users with optional filtering and pagination.
MEMBERSPOT_LIST_USERSAcciónTool to list all users. use when you need to fetch users with optional filtering and pagination.
Parámetros de entrada
activebooleanWhen true, return only active users; when false, return only inactive users.
offerIdstringFilter users by offerId.
courseIdstringFilter users by courseId.
pageLengthintegerNumber of users per page. Default is 10.
lastLoadedIdstringPage to continue loading at (located in response in nextPage property).
Parámetros de salida
dataobject[]ObligatorioList of user objects
errorstringError if any occurred during the execution of the action
nextPagestringToken for the next page
successfulbooleanObligatorioWhether or not the action execution was successful or not
Set order stateMEMBERSPOT_SET_ORDER_STATEAcciónTool to set the state of an order-based offer for a user. use when you need to activate, deactivate, or remove an offer based on its order id.
MEMBERSPOT_SET_ORDER_STATEAcciónTool to set the state of an order-based offer for a user. use when you need to activate, deactivate, or remove an offer based on its order id.
Parámetros de entrada
emailanyObligatorioemailEmail address of the user whose order state is to be set.
activebooleanWhether to activate (true) or deactivate (false) the offer. If omitted, the offer is deleted for the user.
orderIdstringObligatorioIdentifier of the order associated with the user's offer.
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
Set user offer stateMEMBERSPOT_SET_USER_OFFER_STATEAcciónTool to revoke or set the state of a specific offer for a user. use after confirming whether the user should gain or lose access.
MEMBERSPOT_SET_USER_OFFER_STATEAcciónTool to revoke or set the state of a specific offer for a user. use after confirming whether the user should gain or lose access.
Parámetros de entrada
emailanyObligatorioemailEmail address of the user whose offer state is to be set.
activebooleanObligatorioWhether to activate (true) or revoke (false) the user's access to the offer.
offerIdstringObligatorioIdentifier of the offer to activate or revoke for 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