Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

184
Visualizações
Error in activecampaign api while creating or updating contact

I am trying to create a contact using "create or update api" from here: https://developers.activecampaign.com/reference#create-or-update-contact-new

I tried calling the cURL command which gives a proper response but while doing it from axios it gives error.

API: https://deskera4783.api-us1.com/api/3/contact/sync Method: POST

Code:

var axios = require("axios");
var data = ({
  contact: {
    email: "jondoe@example.com",
    firstName: "John",
    lastName: "Doe",
    phone: "7223224241",
    fieldValues: [
      { field: "1", value: "The Value for First Field" },
      { field: "6", value: "2008-01-20" },
    ],
  },
});


var config = {
  method: "post",
  url: "https://deskera4783.api-us1.com/api/3/contact/sync",
  headers: {
    "Api-Token":
      "XXX",
    "Content-Type": "application/json",
    Cookie:
      "cmp800513081=0c7070adc5cdc923a8922c47e98dbe77; PHPSESSID=d3e534f9b1a3f61316cd2cf89b41f164; em_acp_globalauth_cookie=caea42ae-d440-4491-9c08-d920b3378638",
  },
  data,
};

axios(config)
  .then(function (response) {
    console.log(JSON.stringify(response.data));
  })
  .catch(function (error) {
    console.log(error);
  });

Also, in the network tab request params are not seen neither the response is received. Console error is: enter image description here

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda