Reevalúa
InicioPanelReevalúa
  • Inicio
  • Webhook
  • Solicitudes
  • Solicitudes de terceros
  • Notifícanos
  • UTM
  • Formulario Autocompletado
  • Modelos
Powered by GitBook
On this page
  • Registra tu endpoint
  • JSON de la notificación

Webhook

PreviousInicioNextSolicitudes

Last updated 1 year ago

Recibe notificaciones en tiempo real cada vez que tienes una solicitud completada y así puedas trackearla dentro de tu sistema. Esto es importante para las conciliaciones y también para que adaptes tu flujo según sea el caso.

Registra tu endpoint

  1. Debes ingresar al panel:

  2. Luego, ingresa a la sección de configuración:

  3. Registra el endpoint donde recibirás el POST con las solicitudes.

JSON de la notificación

{
  "jewelry": [
    {
      "id": 10,
      "material": "Aro",
      "time": "Almuerzo (1:00 pm - 3:00 pm)",
      "status": "in_process",
      "created_at": "2024-01-10T23:14:37.000000Z",
      "updated_at": "2024-01-10T23:37:52.000000Z",
      "request": {
        "id": "48-t25rjDI3I7uUqrg",
        "first_name": "Juan",
        "last_name": "Perez",
        "document": "45454545",
        "phone": "999999999",
        "email": "jperez@gmail.com",
        "amount": "9500.00",
        "installment": 12,
        "region": "Lima",
        "province": "Lima",
        "district": "Lima",
        "created_at": "2023-10-23T16:47:14.000000Z",
        "updated_at": "2023-10-23T16:47:14.000000Z"
      }
    },
    ...
  ],
  "electrical_appliance": [
    {
      "id": 7,
      "type": "Línea Blanca",
      "brand": "Apple",
      "model": "Iphone 14",
      "time": "Almuerzo (1:00 pm - 3:00 pm)",
      "status": "in_process",
      "created_at": "2024-01-10T23:16:39.000000Z",
      "updated_at": "2024-01-10T23:37:48.000000Z",
      "request": {
        "id": "48-t25rjDI3I7uUqrg",
        "first_name": "Juan",
        "last_name": "Perez",
        "document": "45454545",
        "phone": "999999999",
        "email": "jperez@gmail.com",
        "amount": "9500.00",
        "installment": 12,
        "region": "Lima",
        "province": "Lima",
        "district": "Lima",
        "created_at": "2023-10-23T16:47:14.000000Z",
        "updated_at": "2023-10-23T16:47:14.000000Z"
      }
    },
    ...
  ],
  "endorsement": [
    {
      "id": 1,
      "name": "Juan Perez",
      "document": "98785245",
      "phone": "945874717",
      "relationship": "Primo",
      "email": "damp1991+aval@gmail.com",
      "accepted": 1,
      "biometric_status": "verified",
      "status": "in_process",
      "created_at": "2023-10-23T17:24:47.000000Z",
      "updated_at": "2023-12-30T02:42:36.000000Z",
      "request": {
        "id": "29-Lad0CoTEwEbs8pc",
        "first_name": "Juan",
        "last_name": "Perez",
        "document": "45454545",
        "phone": "999999999",
        "email": "jperez@gmail.com",
        "amount": "10.00",
        "installment": 12,
        "region": "Lima",
        "province": "Lima",
        "district": "Lima",
        "created_at": "2023-10-23T16:47:14.000000Z",
        "updated_at": "2023-10-23T16:47:14.000000Z"
      }
    },
    ...
  ],
  "future_salary": [
    {
      "id": 2,
      "amount": "0.00",
      "currency": "",
      "ruc": "87654654654",
      "company": "Compañía SAC",
      "rh_contact_role": "Gerente RRHH",
      "rh_contact_name": "Pedro",
      "rh_contact": "pedro@company.com",
      "contract_type": "Planilla indefinida",
      "has_gratuities": 1,
      "antiquity": 1,
      "biometric_status": "verified",
      "employee_biometric_status": "verified",
      "status": "in_process",
      "created_at": "2023-10-23T17:19:39.000000Z",
      "updated_at": "2024-01-02T23:43:17.000000Z",
      "request": {
        "id": "29-Lad0CoTEwEbs8pc",
        "first_name": "Juan",
        "last_name": "Perez",
        "document": "45454545",
        "phone": "999999999",
        "email": "jperez@gmail.com",
        "amount": "10.00",
        "installment": 12,
        "region": "Lima",
        "province": "Lima",
        "district": "Lima",
        "created_at": "2023-10-23T16:47:14.000000Z",
        "updated_at": "2023-10-23T16:47:14.000000Z"
      }
    },
    ...
  ],
  "credit_history": [
    {
      "id": 2,
      "biometric_status": "verified",
      "status": "in_process",
      "same_document": true,
      "created_at": "2023-10-23T17:19:39.000000Z",
      "updated_at": "2024-01-02T23:43:17.000000Z",
      "request": {
        "id": "29-Lad0CoTEwEbs8pc",
        "first_name": "Juan",
        "last_name": "Perez",
        "document": "45454545",
        "phone": "999999999",
        "email": "jperez@gmail.com",
        "amount": "10.00",
        "installment": 12,
        "region": "Lima",
        "province": "Lima",
        "district": "Lima",
        "created_at": "2023-10-23T16:47:14.000000Z",
        "updated_at": "2023-10-23T16:47:14.000000Z"
      }
    },
    ...
  ]
}

Recibirás un arreglo de objetos de las solicitudes que se han asignado a tu financiera. El cual cada objeto cuenta con los parámetros:

Campo
Tipo de dato
Descripción

jewelry*

Jewelry[]

electrical_appliance*

ElectricalAppliance[]

endorsement*

Endorsement[]

future_salary*

FutureSalary[]

credit_history*

CreditHistory[]

Listado de solicitudes por joyas

Listado de solicitudes por electrodomésticos

Listado de solicitudes por avales

Listado de solicitudes por descuentos por planilla

Listado de solicitudes por historial crediticio

https://reevalua.com/panel
https://reevalua.com/panel/settings
Jewelry
ElectricalAppliance
Endorsement
FutureSalary
CreditHistory