Rating
4.9
Pre-built
150+
integrations
Total
100+
active users
avg
2 min
to connect
Custom Connections
Available
via HTTP connector
Build Powerful Workflows, fast
Triggers
When this happens…
ALTERDATA
- Novo documento de saída (NF-e)Dispara quando novos documentos de saída são emitidos. Poll sem resultados devolve zero eventos em vez de falhar.
- Novo título a receberDispara quando um novo título a receber é cadastrado no Bimer. Poll sem resultados devolve zero eventos — o 400 "não existe na base de dados" do Bimer é tratado como janela vazia, não como erro, para não interromper o trigger.
Any other trigger you can think up
CYPHER Learning for Business
- Achieved level Real-timeAchieved level in CYPHER Learning
- Course archived Real-timeCourse archived in CYPHER Learning
- Attendance record created Real-timeAttendance record created in CYPHER Learning
- Attendance record updated Real-timeAttendance record updated in CYPHER Learning
- Awarded badge in course game Real-timeAwarded badge in course game in CYPHER Learning
- Awarded certificate in course game Real-timeAwarded certificate in course game in CYPHER Learning
- Awarded points Real-timeAwarded points in CYPHER Learning
- Commented on course news Real-timeCommented on course news in CYPHER Learning
- Learner completed Real-timeLearner completed in CYPHER Learning
- Learner completed assessment Real-timeLearner completed assessment in CYPHER Learning
- Learner completed module Real-timeLearner completed module in CYPHER Learning
- Course created Real-timeCourse created in CYPHER Learning
- Created assessment in course Real-timeCreated assessment in course in CYPHER Learning
- Created module in course Real-timeCreated module in course in CYPHER Learning
- Created wiki page Real-timeCreated wiki page in CYPHER Learning
- Course deleted Real-timeCourse deleted in CYPHER Learning
- Edited wiki page Real-timeEdited wiki page in CYPHER Learning
- Learner enrolled Real-timeLearner enrolled in CYPHER Learning
- Entered chat room Real-timeEntered chat room in CYPHER Learning
- Course finished Real-timeCourse finished in CYPHER Learning
- Scored assessment Real-timeScored assessment in CYPHER Learning
- Posted to course forum Real-timePosted to course forum in CYPHER Learning
- Posted to course news Real-timePosted to course news in CYPHER Learning
- Course published Real-timeCourse published in CYPHER Learning
- Replied to course forum Real-timeReplied to course forum in CYPHER Learning
- Attendance session created Real-timeAttendance session created in CYPHER Learning
- Attendance session updated Real-timeAttendance session updated in CYPHER Learning
- Course started Real-timeCourse started in CYPHER Learning
- Submitted assessment Real-timeSubmitted assessment in CYPHER Learning
- Course unarchived Real-timeCourse unarchived in CYPHER Learning
- Learner unenrolled Real-timeLearner unenrolled in CYPHER Learning
- Course unpublished Real-timeCourse unpublished in CYPHER Learning
- Course updated Real-timeCourse updated in CYPHER Learning
- Learner viewed assessment Real-timeLearner viewed assessment in CYPHER Learning
- Learner viewed modules Real-timeLearner viewed modules in CYPHER Learning
- Learner viewed section Real-timeLearner viewed section in CYPHER Learning
- Member added Real-timeMember added in CYPHER Learning
- Commented on group news Real-timeCommented on group news in CYPHER Learning
- Group created Real-timeGroup created in CYPHER Learning
- Posted to group forum Real-timePosted to group forum in CYPHER Learning
- Posted to group news Real-timePosted to group news in CYPHER Learning
- Member removed Real-timeMember removed in CYPHER Learning
- Replied to group forum Real-timeReplied to group forum in CYPHER Learning
- User archived Real-timeUser archived in CYPHER Learning
- Awarded badge to user Real-timeAwarded badge to user in CYPHER Learning
- Awarded certificate to user Real-timeAwarded certificate to user in CYPHER Learning
- User added Real-timeUser added in CYPHER Learning
- User logged in Real-timeUser logged in in CYPHER Learning
- Order payment Real-timeOrder payment in CYPHER Learning
- User updated Real-timeUser updated in CYPHER Learning
Any other trigger you can think up
Actions
Do this…
ALTERDATA
- Baixar título a pagar (lote/baixa)Cria um lote a pagar e efetua a baixa do título. Erro de negócio devolvido com HTTP 2xx falha o step.
- Baixar título a receber (lote/baixa)Cria um lote a receber e efetua a baixa do título. Erro de negócio devolvido com HTTP 2xx falha o step — crítico aqui, já que uma baixa "verde" que não gravou nada desalinha o financeiro silenciosamente.
- Obter características vinculadas a pessoaConsulta características vinculadas a uma pessoa (GET /api/pessoa/caracteristicas). Sem filtros, retorna todas as características. Informe identificadorPessoa para obter apenas as vinculadas a uma pessoa específica. Lista vazia quando não há vínculo — não falha o step.
- Consultar cotações de um indexadorConsulta o histórico de cotações de um indexador (GET /api/indexadores/{identificador}/cotacoes). Suporta filtro por intervalo (dataInicio/dataFim) e paginação (pagina/tamanho, padrão 1/20). Retorna array direto de CotacaoResponseDTO. Use para CONFIRMAR persistência após gravar uma cotação — HTTP 2xx na escrita não garante que a linha foi gravada. NÃO tolera 404: aqui ele é ambíguo entre "indexador inexistente" e "rota inexistente na versão instalada".
- Buscar documento por chave de acesso NF-eBuscar documento por chave de acesso NF-e in Alterdata bimer
- Buscar documento por número e empresaBuscar documento por número e empresa in Alterdata bimer
- Buscar indexador por identificador (com última cotação)Consulta um indexador específico (GET /api/indexadores/{identificador}), incluindo a última cotação disponível em ultimaCotacao. Útil para confirmar, após gravar, se a cotação do dia realmente persistiu — HTTP 2xx na escrita não garante persistência.
- Buscar pessoa por CPF/CNPJConsulta a pessoa pelo CPF/CNPJ (ou pelo código externo). ATENÇÃO: o Bimer devolve HTTP 400 (não 404) com "A pessoa informada não existe na base de dados" quando não encontra. Por padrão isso falha o step, preservando o comportamento histórico — desmarque "falharSeNaoEncontrar" para receber encontrado = false e seguir o fluxo de cadastro.
- Buscar pessoas por nomeBusca pessoas pelo nome. Lista vazia quando não há resultado — o "não existe na base de dados" que o Bimer devolve como HTTP 400 é tratado aqui como ausência de registro, não como erro.
- Buscar produto por códigoConsulta um produto pelo código principal. Retorna o produto completo, incluindo identificador interno, empresas, fornecedores, códigos e dados de embalagem. ATENÇÃO: o Bimer devolve HTTP 400 (não 404) quando o produto não existe. Por padrão isso falha o step — desmarque "falharSeNaoEncontrar" para receber encontrado = false em vez de erro. Erro de negócio em HTTP 2xx sempre falha o step.
- Consultar versão da API e do BimerRetorna a versão da BimerAPI (GET /api/versao) e a versão do banco Bimer (GET /api/versaobimer). Compare com 11.03.02.00: abaixo disso, os endpoints de Indexadores não existem e o campo identificadorIndexador do documento de entrada é descartado silenciosamente pelo model binding.
- Criar clienteCadastra uma nova pessoa como cliente no Bimer. Erro de negócio devolvido com HTTP 2xx falha o step.
- Incluir cotação em um indexadorCadastra a cotação de um indexador para uma data (POST /api/indexadores/{identificador}/cotacoes). Campos obrigatórios: dataCotacao e valorCotacao. O Bimer não permite cotação duplicada na mesma data para o MESMO indexador (indexadores diferentes podem ter cotação na mesma data sem conflito). Erro HTTP falha o step no Workato (com o detalhe embutido na mensagem de erro) — sucesso aqui significa apenas HTTP 2xx, não garante persistência; releia a cotação se for crítico.
- Criar documento de entradaCadastra documento fiscal de entrada (POST /api/documentos/entradas). Mapeamento completo do contrato Bimer: itens com lote/série/repasses, pagamentos detalhados (convênio, TAC, cartão, cheque), prazo estruturado, ISS Tomador e identificadorIndexador (moeda). Para documentos em dólar, o indexador vigente do dia deve vir de onde a cotação diária foi gravada (ver nota na action "Incluir cotação em um indexador") — não infira comparando cotações entre indexadores. Retorna identificadores do documento, lote de estoque, itens e pagamentos gerados pelo Bimer. IMPORTANTE: se o Bimer devolver erro de negócio no corpo — mesmo com HTTP 2xx, como acontece em falha de linked server no banco — o step FALHA no Workato, em vez de retornar identificadores vazios com job verde.
- Criar documento de saída (NF-e)Cadastra documento fiscal de saída. Para alto volume, use a versão assíncrona. Erro de negócio devolvido com HTTP 2xx falha o step.
- Criar documento de saída assíncronoVersão assíncrona — retorna ID e processa em background. Use para emissão em lote sem travar recipe. ATENÇÃO: sucesso aqui significa apenas que o Bimer ACEITOU o documento para processamento. Erros de negócio ocorridos durante o processamento em background NÃO aparecem aqui — acompanhe pelo identificadorProcessamento.
- Criar fornecedorCadastra uma nova pessoa como fornecedor no Bimer. Erro de negócio devolvido com HTTP 2xx falha o step.
- Criar indexadorCadastra um indexador SEM cotação (POST /api/indexadores). Único campo obrigatório: nome. tipoCorrecao padrão "Moeda". codigoChamada é gerado pelo Bimer quando não informado — e esse valor gerado NÃO é devolvido por chamada nenhuma. ATENÇÃO: a API documenta a resposta 201 como null, ou seja, a criação não devolve o identificador. Por isso a action confirma por busca (GET /api/indexadores) e o nome precisa ser ÚNICO — se a confirmação achar 0 ou mais de 1 resultado, a action falha alto em vez de adivinhar. Para criar já com a cotação do dia numa tacada só, use "Criar indexador com cotação inicial".
- Criar indexador com cotação inicialCria um indexador novo (POST /api/indexadores) e, em seguida, grava a cotação nele (POST /api/indexadores/{id}/cotacoes) — tudo em uma execução. Use esta action no lugar de alternar/atualizar indexadores fixos: cada execução gera um indexador próprio, preservando histórico completo de cotação sem sobrescrever nada. IMPORTANTE: a criação não devolve o identificador (a API documenta resposta 201 como null) — a action confirma via busca por nome, que precisa ser ÚNICO a cada execução (embuta data/hora no nome). Se a busca de confirmação encontrar 0 ou mais de 1 resultado, a action falha alto em vez de adivinhar.
- Criar movimento de cobrançaErro de negócio devolvido com HTTP 2xx falha o step.
- Criar pedido de vendaAdiciona um novo pedido de venda no Bimer (POST /api/venda/pedidos). Erros de validação (400) são devolvidos campo a campo — ex.: "Pagamentos[0].Aliquota: The field Aliquota must be between 1 and 100" indica alíquota ausente ou fora de 1..100. Erro de negócio devolvido com HTTP 2xx também falha o step.
- Criar produtoAdiciona um novo produto ao sistema Bimer (POST /api/produtos). Sanitiza códigos duplicados antes do envio. Se o Bimer acusar código já existente, busca o produto pelo código e retorna o identificador com ja_existia = true. O retorno do cadastro contém apenas identificador e código — para o produto completo, use "Buscar produto por código". Erro de negócio devolvido com HTTP 2xx falha o step.
- Criar título a pagarCadastra um título a pagar. Erro de negócio devolvido com HTTP 2xx falha o step.
- Criar título a receberCadastra um título a receber. Erro de negócio devolvido com HTTP 2xx falha o step.
- Editar clienteEditar cliente in Alterdata bimer
- Alterar cotação de um indexadorAltera valorCotacao/descricaoCotacao de uma cotação JÁ EXISTENTE (PUT /api/indexadores/{identificador}/cotacoes/{dataCotacao}). A data identifica a cotação — não é possível mudar a data por esta action; para isso, exclua e recrie. ATENÇÃO: para criar cotação em data nova, use "Incluir cotação em um indexador" (POST) — já foi observado PUT em (indexador, data) inexistente retornando 2xx sem gravar nada, apesar da doc prometer 404 nesse caso. sucesso=true aqui NÃO garante persistência — releia a cotação depois se a operação for crítica.
- Alterar indexadorAltera o cadastro de um indexador (PUT /api/indexadores/{identificador}). ATENÇÃO: alterar tipoCorrecao com cotações já cadastradas devolve 422. Por padrão a action LÊ o cadastro atual antes e mescla só os campos que você preencheu — sem isso, o contrato aceita todos os campos como nullable e um PUT parcial pode zerar sigla/codigoMoeda/codigoChamada. A resposta de sucesso é 204 sem corpo: sucesso = HTTP 2xx e NÃO garante persistência, por isso a action relê o indexador ao final e devolve o estado gravado. Para mudar o VALOR de uma cotação, esta não é a action — use "Alterar cotação de um indexador".
- Editar pessoaEdita uma pessoa ja cadastrada (PUT /api/pessoas/{identificadorPessoa}). Vale para qualquer pessoa, independente de ela ser cliente, fornecedor ou ambos — diferente de "Editar cliente", que usa /api/clientes e aceita o bloco `dados` com os padroes comerciais. O contrato deste endpoint NAO tem `dados`. cpfCnpj e nome sao obrigatorios pela API mesmo numa edicao parcial. Erro de negocio devolvido com HTTP 2xx falha o step.
- Editar título a pagarEditar título a pagar in Alterdata bimer
- Editar título a receberEditar título a receber in Alterdata bimer
- Excluir cotação de um indexadorExclui a cotação de um indexador numa data específica (DELETE /api/indexadores/{identificador}/cotacoes/{dataCotacao}). A própria API verifica se existem documentos usando esse indexador naquela data e pode recusar a exclusão (422) nesse caso — erro que falha o step.
- Excluir indexadorExclui um indexador (DELETE /api/indexadores/{identificador}). OPERAÇÃO DESTRUTIVA E EM CASCATA: a API remove junto TODAS as cotações do indexador. Antes disso ela verifica vínculo com PedidoDeVenda, LoteDoc e Documento — havendo qualquer um, recusa com 422 e o step falha (proteção da própria API, não desta action). Para apagar só uma data, use "Excluir cotação de um indexador".
- Buscar boleto por título a receberBuscar boleto por título a receber in Alterdata bimer
- Baixar DANFE (PDF)Retorna o PDF do DANFE em base64.
- Baixar XML da NF-eBaixar XML da NF-e in Alterdata bimer
- Buscar documento por identificadorBuscar documento por identificador in Alterdata bimer
- Buscar empresa por códigoBuscar empresa por código in Alterdata bimer
- Buscar pedido de venda por identificadorConsulta um pedido de venda já cadastrado (GET /api/venda/pedidos/{identificadorPedidoDeVenda}). Retorna o cabeçalho completo, itens, pagamentos e prazo tal como o Bimer gravou — útil para conferir se um pedido criado por outro caminho (ex.: desktop) preencheu campos que a API rejeitou ao tentar criar via prazo ad-hoc.
- Buscar pessoa por identificadorConsulta a pessoa pelo identificador interno. ATENÇÃO: o Bimer devolve HTTP 400 (não 404) quando a pessoa não existe. Por padrão isso falha o step — desmarque "falharSeNaoEncontrar" para receber encontrado = false.
- Saldos das contas bancárias de uma empresaSaldos das contas bancárias de uma empresa in Alterdata bimer
- Buscar título a pagar por identificadorBuscar título a pagar por identificador in Alterdata bimer
- Buscar título a receber por identificadorBuscar título a receber por identificador in Alterdata bimer
- HTTP Request (custom) — usar qualquer endpoint BimerEscape hatch para chamar qualquer endpoint não coberto pelas actions nomeadas. Por padrão, também falha o step quando a resposta traz erro de negócio com HTTP 2xx — desmarque a opção se estiver investigando justamente esse tipo de resposta e precisar vê-la crua. Marque "tolerar registro ausente" para que 404 e 400 com "não existe na base de dados" devolvam lista vazia em vez de derrubar o step.
- Listar contas bancáriasListar contas bancárias in Alterdata bimer
- Listar documentos por pessoa e períodoLista vazia quando não há documentos no período — não falha o step.
- Listar empresas por CNPJ ou nomeLista vazia quando não há resultado — não falha o step.
- Listar indexadoresConsulta os indexadores cadastrados (GET /api/indexadores). Suporta filtros por codigoChamada, nome e sigla. Retorna o cadastro — para a última cotação de um indexador, use "Buscar indexador por identificador"; para o histórico, use "Consultar cotações de um indexador". NÃO tolera 404 de propósito: 404 aqui normalmente significa BimerAPI anterior à 11.03.02.00 (rota inexistente), e engolir isso como "lista vazia" esconderia o problema de versão.
- Listar moedas disponíveisRetorna as moedas que podem ser associadas a um indexador (GET /api/indexadores/moedas). Array direto de MoedaResponseDTO.
- Listar títulos a pagar (paginado)Lista vazia quando não há resultado — não falha o step.
- Listar títulos a receber (paginado)Consulta títulos a receber por empresa, pessoa, data de cadastro e vencimento. Lista vazia quando não há resultado — não falha o step.
- Ping — Testar conexãoTesta a disponibilidade da API Bimer.
- Upsert cliente (busca, cria ou atualiza)Busca a pessoa pelo CPF/CNPJ. Nao encontrou, cadastra como cliente. Encontrou, atualiza. Resolve cidade, bairro e tipo de logradouro a partir dos nomes. Trata o 400 "nao existe na base de dados" do Bimer como ausencia de registro, nao como erro.
- Upsert produto (busca, cria ou atualiza)Mesma logica do "Upsert cliente", aplicada a produto: localiza, e entao POST se nao existir ou PUT se existir. Localiza pelo identificador informado ou consultando CADA codigo do payload. ATENCAO: o GET /api/produtos?codigo= so encontra CODIGO PRINCIPAL — produto que ja existe tendo o SKU como codigo secundario NAO e achado por ele; nesse caso passe o identificador vindo do SELECT em CodigoProduto. O Bimer limita Nome em 100 caracteres: a action corta e sinaliza em nomeTruncado.
Any other action you can think up
CYPHER Learning for Business
- Create assessment gradeCreate assessment grade in Cypher learning
- Create assessment grades BatchCreate assessment grades in Cypher learning
- Delete an assessment's gradeDelete an assessment's grade in Cypher learning
- Get an assessment's gradeGet an assessment's grade in Cypher learning
- List an assessment's gradesList an assessment's grades in Cypher learning
- Update an assessment's gradeUpdate an assessment's grade in Cypher learning
- Update assessment grades BatchUpdate assessment grades in Cypher learning
- Get an assessment's resultGet an assessment's result in Cypher learning
- List an assessment's resultsList an assessment's results in Cypher learning
- Get a SCORM assessment's resultGet a SCORM assessment's result in Cypher learning
- List a SCORM assessment's resultsList a SCORM assessment's results in Cypher learning
- Create attendance recordCreate attendance record in Cypher learning
- Create attendance records BatchCreate attendance records in Cypher learning
- Delete attendance recordDelete attendance record in Cypher learning
- Get attendance recordGet attendance record in Cypher learning
- List attendance recordsList attendance records in Cypher learning
- Update attendance recordUpdate attendance record in Cypher learning
- Update attendance records BatchUpdate attendance records in Cypher learning
- List badge awardsList badge awards in Cypher learning
- Get badgeGet badge in Cypher learning
- List badgesList badges in Cypher learning
- Get batchGet batch in Cypher learning
- List batchesList batches in Cypher learning
- List certificate awardsList certificate awards in Cypher learning
- Get certificateGet certificate in Cypher learning
- List certificatesList certificates in Cypher learning
- Update courses BatchUpdate courses in Cypher learning
- Get course assessmentGet course assessment in Cypher learning
- List course assessmentsList course assessments in Cypher learning
- Add course assistantAdd course assistant in Cypher learning
- Add course assistants BatchAdd course assistants in Cypher learning
- Remove course assistantRemove course assistant in Cypher learning
- Get course assistantGet course assistant in Cypher learning
- List course assistantsList course assistants in Cypher learning
- Create attendance sessionCreate attendance session in Cypher learning
- Create attendance sessions BatchCreate attendance sessions in Cypher learning
- Delete attendance sessionDelete attendance session in Cypher learning
- Get attendance sessionGet attendance session in Cypher learning
- List attendance sessionsList attendance sessions in Cypher learning
- Update attendance sessionUpdate attendance session in Cypher learning
- Update attendance sessions BatchUpdate attendance sessions in Cypher learning
- Create course children BatchCreate course children in Cypher learning
- List course childrenList course children in Cypher learning
- Copy course BatchCopy course in Cypher learning
- Create courseCreate course in Cypher learning
- Create courses BatchCreate courses in Cypher learning
- Delete courseDelete course in Cypher learning
- Get courseGet course in Cypher learning
- List coursesList courses in Cypher learning
- Update courseUpdate course in Cypher learning
- Get course groupGet course group in Cypher learning
- List course groupsList course groups in Cypher learning
- Add course instructorAdd course instructor in Cypher learning
- Add course instructors BatchAdd course instructors in Cypher learning
- Remove course instructorRemove course instructor in Cypher learning
- Get course instructorGet course instructor in Cypher learning
- List course instructorsList course instructors in Cypher learning
- Add course learnerAdd course learner in Cypher learning
- Add course learners BatchAdd course learners in Cypher learning
- Remove course learnerRemove course learner in Cypher learning
- Get course learnerGet course learner in Cypher learning
- List course learnersList course learners in Cypher learning
- Update course learnerUpdate course learner in Cypher learning
- Update course learners BatchUpdate course learners in Cypher learning
- Get moduleGet module in Cypher learning
- List modulesList modules in Cypher learning
- Get course reference sectionGet course reference section in Cypher learning
- List course reference sectionsList course reference sections in Cypher learning
- Get course sectionGet course section in Cypher learning
- List course sectionsList course sections in Cypher learning
- Update course templates BatchUpdate course templates in Cypher learning
- Get course template assessmentGet course template assessment in Cypher learning
- List course template assessmentsList course template assessments in Cypher learning
- Add course template children BatchAdd course template children in Cypher learning
- List course template childrenList course template children in Cypher learning
- Copy course template BatchCopy course template in Cypher learning
- Create course templateCreate course template in Cypher learning
- Create course templates BatchCreate course templates in Cypher learning
- Delete course templateDelete course template in Cypher learning
- Get course templateGet course template in Cypher learning
- List course templatesList course templates in Cypher learning
- Update course templateUpdate course template in Cypher learning
- Get course template's groupGet course template's group in Cypher learning
- List course template groupsList course template groups in Cypher learning
- Add course template instructorAdd course template instructor in Cypher learning
- Add course template instructors BatchAdd course template instructors in Cypher learning
- Remove course template instructorRemove course template instructor in Cypher learning
- Get course template instructorGet course template instructor in Cypher learning
- List course template instructorsList course template instructors in Cypher learning
- Get course template's moduleGet course template's module in Cypher learning
- List course template modulesList course template modules in Cypher learning
- Get a course template's sectionGet a course template's section in Cypher learning
- List course template sectionsList course template sections in Cypher learning
- Get gameGet game in Cypher learning
- List gamesList games in Cypher learning
- Get levelGet level in Cypher learning
- List levelsList levels in Cypher learning
- Get playerGet player in Cypher learning
- List playersList players in Cypher learning
- Update groups BatchUpdate groups in Cypher learning
- Add group adminAdd group admin in Cypher learning
- Add group admins BatchAdd group admins in Cypher learning
- Remove group adminRemove group admin in Cypher learning
- Get group adminGet group admin in Cypher learning
- List group adminsList group admins in Cypher learning
- Add group assistantAdd group assistant in Cypher learning
- Add group assistants BatchAdd group assistants in Cypher learning
- Remove group assistantRemove group assistant in Cypher learning
- Get group assistantGet group assistant in Cypher learning
- List group assistantsList group assistants in Cypher learning
- Create groupCreate group in Cypher learning
- Create groups BatchCreate groups in Cypher learning
- Delete groupDelete group in Cypher learning
- Get groupGet group in Cypher learning
- List groupsList groups in Cypher learning
- Update groupUpdate group in Cypher learning
- Add group leaderAdd group leader in Cypher learning
- Add group leaders BatchAdd group leaders in Cypher learning
- Remove group leaderRemove group leader in Cypher learning
- Get group leaderGet group leader in Cypher learning
- List group leadersList group leaders in Cypher learning
- Add group memberAdd group member in Cypher learning
- Add group members BatchAdd group members in Cypher learning
- Remove group memberRemove group member in Cypher learning
- Get group memberGet group member in Cypher learning
- List group membersList group members in Cypher learning
- Update job titles BatchUpdate job titles in Cypher learning
- Create job titleCreate job title in Cypher learning
- Create job titles BatchCreate job titles in Cypher learning
- Delete job titleDelete job title in Cypher learning
- Get job titleGet job title in Cypher learning
- List job titlesList job titles in Cypher learning
- Update job titleUpdate job title in Cypher learning
- List job title usersList job title users in Cypher learning
- Get a module's sectionGet a module's section in Cypher learning
- List module sectionsList module sections in Cypher learning
- Get orderGet order in Cypher learning
- List ordersList orders in Cypher learning
- Update organizations BatchUpdate organizations in Cypher learning
- List organization coursesList organization courses in Cypher learning
- List organization course templatesList organization course templates in Cypher learning
- Create organizationCreate organization in Cypher learning
- Create organizations BatchCreate organizations in Cypher learning
- Delete organizationDelete organization in Cypher learning
- Get organizationGet organization in Cypher learning
- List organizationsList organizations in Cypher learning
- Update organizationUpdate organization in Cypher learning
- List organization groupsList organization groups in Cypher learning
- Add suborganizationAdd suborganization in Cypher learning
- Add suborganizations BatchAdd suborganizations in Cypher learning
- Delete suborganizationDelete suborganization in Cypher learning
- List suborganizationsList suborganizations in Cypher learning
- List organization usersList organization users in Cypher learning
- List player's badge historyList player's badge history in Cypher learning
- List player's level historyList player's level history in Cypher learning
- List player's point historyList player's point history in Cypher learning
- Update users BatchUpdate users in Cypher learning
- Get a user's assessment gradeGet a user's assessment grade in Cypher learning
- List user assessment gradesList user assessment grades in Cypher learning
- Add user childAdd user child in Cypher learning
- Add user children BatchAdd user children in Cypher learning
- Remove user childRemove user child in Cypher learning
- List user childrenList user children in Cypher learning
- List user course assistantsList user course assistants in Cypher learning
- List user course instructorsList user course instructors in Cypher learning
- List user course learnersList user course learners in Cypher learning
- Create userCreate user in Cypher learning
- Create users BatchCreate users in Cypher learning
- Delete userDelete user in Cypher learning
- Get userGet user in Cypher learning
- List usersList users in Cypher learning
- Update userUpdate user in Cypher learning
- List user direct reportsList user direct reports in Cypher learning
- Add user friendAdd user friend in Cypher learning
- Add user friends BatchAdd user friends in Cypher learning
- Remove user friendRemove user friend in Cypher learning
- List user friendsList user friends in Cypher learning
- List user group adminsList user group admins in Cypher learning
- List user group assistantsList user group assistants in Cypher learning
- List user group leadersList user group leaders in Cypher learning
- List user group membersList user group members in Cypher learning
- List user menteesList user mentees in Cypher learning
- List user mentorsList user mentors in Cypher learning
- Add user parentAdd user parent in Cypher learning
- Add user parents BatchAdd user parents in Cypher learning
- Remove user parentRemove user parent in Cypher learning
- List user parentsList user parents in Cypher learning
- List user sessionsList user sessions in Cypher learning
- List user visitsList user visits in Cypher learning
Any other action you can think up
One platform
- Power
- Agility
- Speed
- Innovation
