NAiOS IconNAiOS Logo
Volver al catálogo

Brilliant Directories

brilliant_directories

Brilliant Directories is an all-in-one platform that enables users to create and manage online membership communities and business directories.

Acciones
6
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 (6)

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

This tool creates a new user record in the brilliant directories website database. it supports creating new users with essential details such as email, password, subscriptionid and optional parameters including name, company, contact details, and address information.

Parámetros de entrada

  • citystring

    City name

  • emailstringObligatorio

    The user's email address

  • activeinteger

    Account status (0: inactive, 1: active)

  • companystring

    Company name

  • websitestring

    User's website URL

  • about_mestring

    User description

  • address1string

    Primary address

  • address2string

    Secondary address

  • passwordstringObligatorio

    The user's password (minimum 6 characters)

  • positionstring

    Job position

  • verifiedinteger

    Verification status (0: unverified, 1: verified)

  • zip_codestring

    ZIP/Postal code

  • last_namestring

    User's last name

  • first_namestring

    User's first name

  • state_codestring

    State code (e.g., CA)

  • country_codestring

    Country code (e.g., US)

  • phone_numberstring

    Contact phone number

  • subscription_idintegerObligatorio

    The ID of the membership plan to assign the user to

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

This tool deletes an existing user record from the brilliant directories website database. it allows for the complete removal of a user record and, optionally, the deletion of the member's uploaded images.

Parámetros de entrada

  • user_idstringObligatorio

    The unique identifier of the user to be deleted

  • delete_imagesinteger

    Whether to delete the user's uploaded images (0 = No, 1 = Yes)

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

This tool fetches all data categories in a brilliant directories website. data categories are distinct from top categories and represent the various types of data organization within the system.

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

Get Lead FieldsBRILLIANT_DIRECTORIES_GET_LEAD_FIELDSAcción

This tool retrieves all available fields in the leads table from a brilliant directories website. it returns a json object containing a list of fields and their associated metadata (field name, field type, field label, whether the field is required, and if it is a system field) that can be used to understand the structure and metadata of lead-related fields.

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

Get Reviews FieldsBRILLIANT_DIRECTORIES_GET_REVIEWS_FIELDSAcción

This tool retrieves all the available fields in the users reviews table from a brilliant directories website. it is a standalone tool that requires only authentication and provides a comprehensive list of review information such as review text, rating, timestamp, user identification fields, and any custom configured fields in the reviews system.

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

Get User FieldsBRILLIANT_DIRECTORIES_GET_USER_FIELDSAcción

This tool fetches all available fields from the users data table in your brilliant directories website. it provides a detailed list of available fields for user operations including creation, updating, and retrieval.

Parámetros de entrada

  • propertystring

    The property to search by (e.g., user_id, email)

  • property_valuestringObligatorio

    The value of the property to search for

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