Validar CPF
Last updated
Was this helpful?
Was this helpful?
[
{
"name": "validate_cpf",
"parameters": {
"cpf": "123.456.789-09"
},
"result_variable": "cpf_validation"
}
]{
"valid": true,
"cpf": "12345678909"
}