Rd Station - Call Back

Call Back
Método: POST
Resposta: JSON

Parâmetro Obrigatório Tipo Descrição
code Sim java.lang.String Token do usuário

URIs de acesso

http://187.60.217.18:8080/academico/api/v1/rdstation/callback

Formato do objeto de retorno

""
Rd Station - WebHook

WebHook
Método: POST
Resposta: JSON

Parâmetro Obrigatório Tipo Descrição
leads Sim jacad.webservice.rdstation.beans.Lead Lead

URIs de acesso

http://187.60.217.18:8080/academico/api/v1/rdstation/lead

Formato do objeto de retorno

{
  "id (String)": null,
  "email (String)": null,
  "name (String)": null,
  "company (String)": null,
  "job_title (String)": null,
  "bio (String)": null,
  "public_url (String)": null,
  "created_at (String)": null,
  "opportunity (String)": null,
  "number_conversions (String)": null,
  "user (String)": null,
  "first_conversion (RDStationFisrtConvertion)": null,
  "last_conversion (RDStationLastConversion)": null,
  "custom_fields (RDCustomFields)": null,
  "website (String)": null,
  "personal_phone (String)": null,
  "mobile_phone (String)": null,
  "city (String)": null,
  "state (String)": null,
  "lead_stage (String)": null,
  "last_marked_opportunity_date (String)": null,
  "uuid (String)": null,
  "fit_score (String)": null,
  "interest (Integer)": null,
  "tags (List)": null
}