Userlist
userlistUserlist is a full-stack email automation platform designed for SaaS companies, enabling targeted behavior-based campaigns through email and in-app messages.
Acciones disponibles (2)
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.
Delete Company from UserlistUSERLIST_DELETE_COMPANYAcciónTool to delete a company from userlist. use when you need to remove a company by its unique identifier after verifying it.
USERLIST_DELETE_COMPANYAcciónTool to delete a company from userlist. use when you need to remove a company by its unique identifier after verifying it.
Parámetros de entrada
identifierstringObligatorioUnique identifier of the company to delete (must not contain '/').
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
Push User-Company RelationshipUSERLIST_PUSH_RELATIONSHIPAcciónTool to create or update a relationship between a user and a company in userlist. use after confirming valid user and company identifiers.
USERLIST_PUSH_RELATIONSHIPAcciónTool to create or update a relationship between a user and a company in userlist. use after confirming valid user and company identifiers.
Parámetros de entrada
dataobjectAdditional custom data for the relationship (key-value pairs).
userstringObligatorioIdentifier of the user.
companystringObligatorioIdentifier of the company.
timestampstringISO-8601 timestamp for when the relationship was established.
relationshipstringenumType of relationship: member, admin, or owner.
memberadminowner
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