#3 (Status: 502 (Error Code)) Help Determine the failing point of my automations

Greetings

Status: 502

Kindly Assist I have Active Pieces Automation that is adding new contacts from HubSpot to my SendFox list, and so I have been getting a lot of errors my automation failing to complete that run (SendFox’s end point). Below are some error codes, can you please help me figure out what went wrong, is it my automation tool or SendFox Servers that fail and what can I do about?

{
  "response": {
    "status": 502,
    "body": "<html>\r\n<head><title>502 Bad Gateway</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>502 Bad Gateway</h1></center>\r\n<hr><center>nginx/1.14.2</center>\r\n</body>\r\n</html>\r\n"
  },
  "request": {
    "body": {
      "email": "shaunspencer71@gmail.com",
      "first_name": "Shaun",
      "last_name": "Spencer",
      "lists": [
        206229
      ]
    }
  }
}

Hello @itech , I could take a look to this, but I don’t have access to the API because I don’t use this service and it’s not free. Can you provide a token for my to try some changes? (I’m a developer and contributor in activepieces).

Also, I can create a custom piece, publish it to NPM and you can install it. Then if it work, I’ll send it to the main Activepieces repository so the owners can send the changes to everybody.

Let me know.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.