Rubeus is a CRM platform designed for educational institutions that helps manage contacts, courses, enrollment processes, events, and student lifecycle. It provides tools for admissions, marketing automation, and relationship management in the education sector.Documentation Index
Fetch the complete documentation index at: https://docs.nekt.com/llms.txt
Use this file to discover all available pages before exploring further.
Configuring Rubeus as a Source
In the Sources tab, click on the “Add source” button located on the top right of your screen. Then, select the Rubeus option from the list of connectors. Click Next and you’ll be prompted to add your access.1. Add account access
You’ll need to provide your Rubeus API credentials. These can be found in your Rubeus CRM under Settings > Integrations > Channels. The following configurations are available:- API Token: Your unique API token for authentication. Found in the channel settings of your Rubeus CRM instance.
- Channel Code (Origem): The channel identification code associated with your API token. This is a numeric value found alongside your API token in the channel settings.
-
CRM URL: The base URL of your Rubeus CRM instance (e.g.,
https://crm.yourcompany.com.br). - Start Date: The earliest date from which records will be synced for incremental streams (currently applies to the Logs stream).
2. Select streams
Choose which data streams you want to sync. For faster extractions, select only the streams that are relevant to your analysis. You can select entire groups of streams or pick specific ones.Tip: The stream can be found more easily by typing its name.Select the streams and click Next.
3. Configure data streams
Customize how you want your data to appear in your catalog. Select the desired layer where the data will be placed, a folder to organize it inside the layer, a name for each table (which will effectively contain the fetched data) and the type of sync.- Layer: choose between the existing layers on your catalog. This is where you will find your new extracted tables as the extraction runs successfully.
- Folder: a folder can be created inside the selected layer to group all tables being created from this new data source.
- Table name: we suggest a name, but feel free to customize it. You have the option to add a prefix to all tables at once and make this process faster!
- Sync Type: you can choose between INCREMENTAL and FULL_TABLE.
- Incremental: every time the extraction happens, we’ll get only the new data, which is good if, for example, you want to keep every record ever fetched.
- Full table: every time the extraction happens, we’ll get the current state of the data, which is good if, for example, you don’t want to have deleted data in your catalog.
4. Configure data source
Describe your data source for easy identification within your organization, not exceeding 140 characters. To define your Trigger, consider how often you want data to be extracted from this source. This decision usually depends on how frequently you need the new table data updated (every day, once a week, or only at specific times). Optionally, you can define some additional settings:- Configure Delta Log Retention and determine for how long we should store old states of this table as it gets updated. Read more about this resource here.
- Determine when to execute an Additional Full Sync. This will complement the incremental data extractions, ensuring that your data is completely synchronized with your source every once in a while.
5. Check your new source
You can view your new source on the Sources page. If needed, manually trigger the source extraction by clicking on the arrow button. Once executed, your data will appear in your Catalog.Streams and Fields
Below you’ll find all available data streams from Rubeus and their corresponding fields:Courses
Courses
List of courses offered by the institution.Fields:
id- Unique identifier for the coursenome- Course namedescricao- Course descriptioncodigo- Course codeorigem- Origin channel IDorigemNome- Origin channel name
Course Offerings
Course Offerings
List of course offerings with enrollment periods and associated metadata.Fields:
id- Unique identifier for the offeringnome- Offering namecomplemento- Additional informationcodigo- Offering codecodCurso- Associated course codeinicioInscricao- Enrollment start dateterminoInscricao- Enrollment end dateinicioMatricula- Registration start dateterminoMatricula- Registration end dateunidade- Unit IDunidadeNome- Unit namenivelEnsino- Education level IDnivelEnsinoNome- Education level namemodalidade- Modality IDmodalidadeNome- Modality nameorigem- Origin channel IDorigemNome- Origin channel nameprocessoSeletivo- Selective process IDcodProcessoSeletivo- Selective process codeprocessoSeletivoNome- Selective process name
Modalities
Modalities
List of teaching modalities (e.g., in-person, online, hybrid).Fields:
id- Unique identifiercodigo- Modality codetitulo- Modality title
Units
Units
List of institutional units/campuses.Fields:
id- Unique identifiernome- Unit namedescricao- Unit descriptioncodigo- Unit code
Offering Locations
Offering Locations
Physical locations where courses are offered.Fields:
id- Unique identifiercodigo- Location codetitulo- Location titledescricao- Location descriptiontelefone- Phone numberemail- Email addressendereco- Street addressnumero- Address numberbairro- Neighborhoodcep- Postal code (CEP)cidade- City
Contacts
Contacts
Contact records from the CRM, including students, leads, and related persons.Fields:
id- Unique identifiernome- Full namenomeSocial- Social/preferred namecodigo- Contact codecpf- CPF document numberdatanascimento- Date of birthendereco- Street addresscep- Postal codenumero- Address numberbairro- Neighborhoodcidade- City IDcidadeNome- City namesexo- Gender IDsexoNome- Gender nameorigemId- Origin channel IDorigemNome- Origin channel nameprofissao- Professionaluno- Whether the contact is a studentexaluno- Whether the contact is a former studentanoFormacao- Graduation yearestadoCivil- Marital status IDestadoCivilNome- Marital status namecor- Race/ethnicity IDcorNome- Race/ethnicity namegrauInstrucao- Education level IDgrauInstrucaoNome- Education level nameverificada- Whether the contact has been verifieddesinscreveu- Whether the contact unsubscribedtelefone_principal- Primary phone numberemail_principal- Primary email addresstags- Contact tags (JSON)camposPersonalizados- Custom fields (JSON)
Contact Types
Contact Types
List of available contact type categories.Fields:
id- Unique identifiertitulo- Type title
Custom Fields
Custom Fields
Custom fields configured in the institution’s Rubeus instance.Fields:
id- Unique identifiernome- Field namecoluna- Column identifiertipo- Field type ID (1=string, 2=longtext, 3=integer, 4=date, 5=boolean)tipoNome- Field type nametipoLocal- Location type ID (1=contact, 2=process record, 3=course)tipoLocalNome- Location type name
Event Types
Event Types
Types of events that can be tracked in the CRM.Fields:
id- Unique identifiercodigo- Event type codetitulo- Event type titleformaCriacaoOportunidade- Opportunity creation method
Education Levels
Education Levels
List of education/teaching levels.Fields:
id- Unique identifiercodigo- Level codetitulo- Level titlepadrao- Whether this is a default level
User Profiles
User Profiles
User profiles and their permissions within the CRM.Fields:
id- Unique identifiernome- Profile namecor- Profile colorpermissoes- Permissions (JSON)ultimaAlteracao- Last modification date
Countries
Countries
Reference list of countries.Fields:
id- Unique identifiersigla- Country code (ISO)nome- Country name
Cities
Cities
Reference list of cities available in the CRM.Fields:
id- Unique identifiertitulo- City name
Legal Bases
Legal Bases
LGPD (Brazilian data protection law) legal bases for data processing.Fields:
id- Unique identifierbase- Legal base description
Logs
Logs
API interaction logs with incremental sync support via date range filtering.Fields:
dados- Request data (JSON)resposta- Response data (JSON)metodo- API method calledsucesso- Whether the call was successfulorigem- Origin channel IDorigemNome- Origin channel namemomento- Timestamp of the API call