CIS Assessment icon

CIS Assessment

Interact with CIS Assessment API

Overview

This node interacts with the CIS Assessment API, allowing users to perform various operations related to CIS assessments. Specifically, for the "Pessoa" resource and the "Adquirir Pessoa" operation, it enables searching or acquiring information about a person based on their email address. This can be useful in scenarios where you need to retrieve detailed data about individuals from the CIS Assessment system, such as verifying identities, enriching contact records, or integrating person-related data into workflows.

Practical examples include:

  • Automatically fetching person details when an email is provided during a customer onboarding process.
  • Enriching CRM records with verified personal data from the CIS Assessment API.
  • Validating user identity in compliance workflows.

Properties

Name Meaning
E-Mail Da Pessoa The email address of the person to search or acquire information for. This is a required string input where you enter the person's email (e.g., name@email.com).

Output

The node outputs a JSON array containing the data returned by the CIS Assessment API for the requested person. Each item in the array corresponds to the response object representing the person's details as retrieved by the "Adquirir Pessoa" operation.

If the API returns binary data (not indicated explicitly here), it would typically represent files or documents related to the person, but this node primarily outputs JSON data describing the person.

Dependencies

  • Requires an API key credential for authenticating with the CIS Assessment API.
  • The node depends on the CIS Assessment API service being accessible and properly configured.
  • No additional environment variables are explicitly required beyond the API authentication setup.

Troubleshooting

  • Operation not supported error: If you select an unsupported operation or resource, the node will throw an error indicating the operation is not supported. Ensure that the resource is set to "Pessoa" and the operation to "Adquirir Pessoa".
  • Missing or invalid email: Since the email property is required, leaving it empty or providing an invalid email format may cause the API call to fail or return no results.
  • API authentication errors: Make sure the API key credential is correctly configured and has sufficient permissions.
  • Network or API downtime: Connectivity issues or CIS Assessment API outages will result in errors; verify network access and API status.

Links and References

Discussion