NAiOS IconNAiOS Logo
Volver al catálogo

Userlist

userlist

Userlist is a full-stack email automation platform designed for SaaS companies, enabling targeted behavior-based campaigns through email and in-app messages.

Acciones
2
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 (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ón

Tool 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

  • identifierstringObligatorio

    Unique identifier of the company to delete (must not contain '/').

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

Push User-Company RelationshipUSERLIST_PUSH_RELATIONSHIPAcción

Tool 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

  • dataobject

    Additional custom data for the relationship (key-value pairs).

  • userstringObligatorio

    Identifier of the user.

  • companystringObligatorio

    Identifier of the company.

  • timestampstring

    ISO-8601 timestamp for when the relationship was established.

  • relationshipstringenum

    Type of relationship: member, admin, or owner.

    memberadminowner

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