Brilliant Directories
brilliant_directoriesBrilliant Directories is an all-in-one platform that enables users to create and manage online membership communities and business directories.
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ónThis 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.
BRILLIANT_DIRECTORIES_CREATE_USERAcciónThis 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
citystringCity name
emailstringObligatorioThe user's email address
activeintegerAccount status (0: inactive, 1: active)
companystringCompany name
websitestringUser's website URL
about_mestringUser description
address1stringPrimary address
address2stringSecondary address
passwordstringObligatorioThe user's password (minimum 6 characters)
positionstringJob position
verifiedintegerVerification status (0: unverified, 1: verified)
zip_codestringZIP/Postal code
last_namestringUser's last name
first_namestringUser's first name
state_codestringState code (e.g., CA)
country_codestringCountry code (e.g., US)
phone_numberstringContact phone number
subscription_idintegerObligatorioThe ID of the membership plan to assign the user to
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 UserBRILLIANT_DIRECTORIES_DELETE_USERAcciónThis 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.
BRILLIANT_DIRECTORIES_DELETE_USERAcciónThis 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_idstringObligatorioThe unique identifier of the user to be deleted
delete_imagesintegerWhether to delete the user's uploaded images (0 = No, 1 = Yes)
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
Get Data CategoriesBRILLIANT_DIRECTORIES_GET_DATA_CATEGORIESAcciónThis 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.
BRILLIANT_DIRECTORIES_GET_DATA_CATEGORIESAcciónThis 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
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
Get Lead FieldsBRILLIANT_DIRECTORIES_GET_LEAD_FIELDSAcciónThis 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.
BRILLIANT_DIRECTORIES_GET_LEAD_FIELDSAcciónThis 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
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
Get Reviews FieldsBRILLIANT_DIRECTORIES_GET_REVIEWS_FIELDSAcciónThis 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.
BRILLIANT_DIRECTORIES_GET_REVIEWS_FIELDSAcciónThis 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
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
Get User FieldsBRILLIANT_DIRECTORIES_GET_USER_FIELDSAcciónThis 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.
BRILLIANT_DIRECTORIES_GET_USER_FIELDSAcciónThis 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
propertystringThe property to search by (e.g., user_id, email)
property_valuestringObligatorioThe value of the property 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