APIs & Integrations

Not applicable

No fields submitted when fields are submitted through API

SOLVE

Here's our API log - we are submitting url encoded data. The submission record shows in Hubspot but it says "No fields submitted"

Here's the data string "firstname=Test&lastname=&email=ksajflkdsajfslk%40gmail.com&phone=&schedulenote=I'd%20love%20to%20see%2012711%20Mitchell%20Ave%20%236.&hs_context=%7B%22hutk%22%3A%225b297047da052f2ec57f3b08197418cf%22%2C%22ipAddress%22%3A%2245.49.137.210%22%2C%22pageUrl%22%3A%22https%3A%2F%2Fwww.homevest.co%22%2C%22pageName%22%3A%22Home%20Detail%22%7D"

2018-09-16T01:20:25.350841+00:00 app[web.1]: postData:  firstname=Test&lastname=&email=ksajflkdsajfslk%40gmail.com&phone=&schedulenote=I'd%20love%20to%20see%2012711%20Mitchell%20Ave%20%236.&hs_context=%7B%22hutk%22%3A%225b297047da052f2ec57f3b08197418cf%22%2C%22ipAddress%22%3A%2245.49.137.210%22%2C%22pageUrl%22%3A%22https%3A%2F%2Fwww.homevest.co%22%2C%22pageName%22%3A%22Home%20Detail%22%7D
2018-09-16T01:20:25.437261+00:00 app[web.1]: res:  { status: 204,
2018-09-16T01:20:25.437264+00:00 app[web.1]:   statusText: 'No Content',
2018-09-16T01:20:25.437266+00:00 app[web.1]:   headers:
2018-09-16T01:20:25.437271+00:00 app[web.1]:    { date: 'Sun, 16 Sep 2018 01:20:25 GMT',
2018-09-16T01:20:25.437272+00:00 app[web.1]:      connection: 'close',
2018-09-16T01:20:25.437274+00:00 app[web.1]:      'set-cookie':
2018-09-16T01:20:25.437276+00:00 app[web.1]:       [ '__cfduid=dc87c34b222139d601cb13d870eeffda61537060825; expires=Mon, 16-Sep-19 01:20:25 GMT; path=/; domain=.hubspot.com; HttpOnly' ],
2018-09-16T01:20:25.437278+00:00 app[web.1]:      'access-control-allow-credentials': 'false',
2018-09-16T01:20:25.437279+00:00 app[web.1]:      'cache-control': 'max-age=0, no-cache, no-store',
2018-09-16T01:20:25.437281+00:00 app[web.1]:      'x-trace': '2BB2D8D6905C9AD8B2CD0FBC2B575FB64BD315ABAE3E408DBA394CFAEC01',
2018-09-16T01:20:25.437283+00:00 app[web.1]:      'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
2018-09-16T01:20:25.437285+00:00 app[web.1]:      'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
2018-09-16T01:20:25.437286+00:00 app[web.1]:      server: 'cloudflare',
2018-09-16T01:20:25.437288+00:00 app[web.1]:      'cf-ray': '45af82aeadb9c1d1-IAD' },
2018-09-16T01:20:25.437289+00:00 app[web.1]:   config:
2018-09-16T01:20:25.437291+00:00 app[web.1]:    { adapter: [Function: httpAdapter],
2018-09-16T01:20:25.437292+00:00 app[web.1]:      transformRequest: { '0': [Function: transformRequest] },
2018-09-16T01:20:25.437294+00:00 app[web.1]:      transformResponse: { '0': [Function: transformResponse] },
2018-09-16T01:20:25.437295+00:00 app[web.1]:      timeout: 0,
2018-09-16T01:20:25.437297+00:00 app[web.1]:      xsrfCookieName: 'XSRF-TOKEN',
2018-09-16T01:20:25.437298+00:00 app[web.1]:      xsrfHeaderName: 'X-XSRF-TOKEN',
2018-09-16T01:20:25.437300+00:00 app[web.1]:      maxContentLength: -1,
2018-09-16T01:20:25.437301+00:00 app[web.1]:      validateStatus: [Function: validateStatus],
2018-09-16T01:20:25.437303+00:00 app[web.1]:      headers:
2018-09-16T01:20:25.437305+00:00 app[web.1]:       { Accept: 'application/json, text/plain, */*',
2018-09-16T01:20:25.437306+00:00 app[web.1]:         'User-Agent': 'axios/0.18.0',
2018-09-16T01:20:25.437307+00:00 app[web.1]:         'Content-Length': 335 },
2018-09-16T01:20:25.437309+00:00 app[web.1]:      method: 'post',
2018-09-16T01:20:25.437311+00:00 app[web.1]:      url: 'https://forms.hubspot.com/uploads/form/v2/4251860/3c6770fa-40d0-4ba0-a34b-7bae82a65109',
2018-09-16T01:20:25.437314+00:00 app[web.1]:      data: 'firstname=Test&lastname=&email=ksajflkdsajfslk%40gmail.com&phone=&schedulenote=I\'d%20love%20to%20see%2012711%20Mitchell%20Ave%20%236.&hs_context=%7B%22hutk%22%3A%225b297047da052f2ec57f3b08197418cf%22%2C%22ipAddress%22%3A%2245.49.137.210%22%2C%22pageUrl%22%3A%22https%3A%2F%2Fwww.homevest.co%22%2C%22pageName%22%3A%22Home%20Detail%22%7D' },
2018-09-16T01:20:25.437316+00:00 app[web.1]:   request:
2018-09-16T01:20:25.437317+00:00 app[web.1]:    ClientRequest {
2018-09-16T01:20:25.437319+00:00 app[web.1]:      domain: null,
2018-09-16T01:20:25.437320+00:00 app[web.1]:      _events:
2018-09-16T01:20:25.437322+00:00 app[web.1]:       { socket: [Function],
2018-09-16T01:20:25.437323+00:00 app[web.1]:         abort: [Function],
2018-09-16T01:20:25.437325+00:00 app[web.1]:         aborted: [Function],
2018-09-16T01:20:25.437326+00:00 app[web.1]:         error: [Function],
2018-09-16T01:20:25.437327+00:00 app[web.1]:         timeout: [Function],
2018-09-16T01:20:25.437329+00:00 app[web.1]:         prefinish: [Function: requestOnPrefinish] },
2018-09-16T01:20:25.437331+00:00 app[web.1]:      _eventsCount: 6,
2018-09-16T01:20:25.437332+00:00 app[web.1]:      _maxListeners: undefined,
2018-09-16T01:20:25.437333+00:00 app[web.1]:      output: [],
2018-09-16T01:20:25.437335+00:00 app[web.1]:      outputEncodings: [],
2018-09-16T01:20:25.437336+00:00 app[web.1]:      outputCallbacks: [],
2018-09-16T01:20:25.437338+00:00 app[web.1]:      outputSize: 0,
2018-09-16T01:20:25.437339+00:00 app[web.1]:      writable: true,
2018-09-16T01:20:25.437340+00:00 app[web.1]:      _last: true,
2018-09-16T01:20:25.437342+00:00 app[web.1]:      upgrading: false,
2018-09-16T01:20:25.437344+00:00 app[web.1]:      chunkedEncoding: false,
2018-09-16T01:20:25.437345+00:00 app[web.1]:      shouldKeepAlive: false,
2018-09-16T01:20:25.437347+00:00 app[web.1]:      useChunkedEncodingByDefault: true,
2018-09-16T01:20:25.437348+00:00 app[web.1]:      sendDate: false,
2018-09-16T01:20:25.437350+00:00 app[web.1]:      _removedConnection: false,
2018-09-16T01:20:25.437351+00:00 app[web.1]:      _removedContLen: false,
2018-09-16T01:20:25.437352+00:00 app[web.1]:      _removedTE: false,
2018-09-16T01:20:25.437354+00:00 app[web.1]:      _contentLength: null,
2018-09-16T01:20:25.437355+00:00 app[web.1]:      _hasBody: true,
2018-09-16T01:20:25.437356+00:00 app[web.1]:      _trailer: '',
2018-09-16T01:20:25.437358+00:00 app[web.1]:      finished: true,
2018-09-16T01:20:25.437359+00:00 app[web.1]:      _headerSent: true,
2018-09-16T01:20:25.437361+00:00 app[web.1]:      socket:
2018-09-16T01:20:25.437362+00:00 app[web.1]:       TLSSocket {
2018-09-16T01:20:25.437364+00:00 app[web.1]:         _tlsOptions: [Object],
2018-09-16T01:20:25.437365+00:00 app[web.1]:         _secureEstablished: true,
2018-09-16T01:20:25.437367+00:00 app[web.1]:         _securePending: false,
2018-09-16T01:20:25.437368+00:00 app[web.1]:         _newSessionPending: false,
2018-09-16T01:20:25.437370+00:00 app[web.1]:         _controlReleased: true,
2018-09-16T01:20:25.437372+00:00 app[web.1]:         _SNICallback: null,
2018-09-16T01:20:25.437373+00:00 app[web.1]:         servername: 'forms.hubspot.com',
2018-09-16T01:20:25.437375+00:00 app[web.1]:         npnProtocol: false,
2018-09-16T01:20:25.437376+00:00 app[web.1]:         alpnProtocol: false,
2018-09-16T01:20:25.437377+00:00 app[web.1]:         authorized: true,
2018-09-16T01:20:25.437379+00:00 app[web.1]:         authorizationError: null,
2018-09-16T01:20:25.437380+00:00 app[web.1]:         encrypted: true,
2018-09-16T01:20:25.437382+00:00 app[web.1]:         _events: [Object],
2018-09-16T01:20:25.437383+00:00 app[web.1]:         _eventsCount: 9,
2018-09-16T01:20:25.437384+00:00 app[web.1]:         connecting: false,
2018-09-16T01:20:25.437386+00:00 app[web.1]:         _hadError: false,
2018-09-16T01:20:25.437387+00:00 app[web.1]:         _handle: null,
2018-09-16T01:20:25.437389+00:00 app[web.1]:         _parent: null,
2018-09-16T01:20:25.437391+00:00 app[web.1]:         _host: 'forms.hubspot.com',
2018-09-16T01:20:25.437392+00:00 app[web.1]:         _readableState: [ReadableState],
2018-09-16T01:20:25.437393+00:00 app[web.1]:         readable: false,
2018-09-16T01:20:25.437394+00:00 app[web.1]:         domain: null,
2018-09-16T01:20:25.437396+00:00 app[web.1]:         _maxListeners: undefined,
2018-09-16T01:20:25.437398+00:00 app[web.1]:         _writableState: [WritableState],
2018-09-16T01:20:25.437400+00:00 app[web.1]:         writable: false,
2018-09-16T01:20:25.437402+00:00 app[web.1]:         allowHalfOpen: false,
2018-09-16T01:20:25.437403+00:00 app[web.1]:         _bytesDispatched: 548,
2018-09-16T01:20:25.437404+00:00 app[web.1]:         _sockname: null,
2018-09-16T01:20:25.437406+00:00 app[web.1]:         _pendingData: null,
2018-09-16T01:20:25.437407+00:00 app[web.1]:         _pendingEncoding: '',
2018-09-16T01:20:25.437409+00:00 app[web.1]:         server: undefined,
2018-09-16T01:20:25.437410+00:00 app[web.1]:         _server: null,
2018-09-16T01:20:25.437412+00:00 app[web.1]:         ssl: null,
2018-09-16T01:20:25.437413+00:00 app[web.1]:         _requestCert: true,
2018-09-16T01:20:25.437415+00:00 app[web.1]:         _rejectUnauthorized: true,
2018-09-16T01:20:25.437417+00:00 app[web.1]:         parser: null,
2018-09-16T01:20:25.437418+00:00 app[web.1]:         _httpMessage: [Circular],
2018-09-16T01:20:25.437420+00:00 app[web.1]:         read: [Function],
2018-09-16T01:20:25.437421+00:00 app[web.1]:         _consuming: true,
2018-09-16T01:20:25.437423+00:00 app[web.1]:         _idleNext: null,
2018-09-16T01:20:25.437424+00:00 app[web.1]:         _idlePrev: null,
2018-09-16T01:20:25.437426+00:00 app[web.1]:         _idleTimeout: -1,
2018-09-16T01:20:25.437428+00:00 app[web.1]:         [Symbol(res)]: [TLSWrap],
2018-09-16T01:20:25.437429+00:00 app[web.1]:         [Symbol(asyncId)]: 285,
2018-09-16T01:20:25.437431+00:00 app[web.1]:         [Symbol(bytesRead)]: 606,
2018-09-16T01:20:25.437432+00:00 app[web.1]:         [Symbol(connect-options)]: [Object] },
2018-09-16T01:20:25.437434+00:00 app[web.1]:      connection:
2018-09-16T01:20:25.437436+00:00 app[web.1]:       TLSSocket {
2018-09-16T01:20:25.437437+00:00 app[web.1]:         _tlsOptions: [Object],
2018-09-16T01:20:25.437439+00:00 app[web.1]:         _secureEstablished: true,
2018-09-16T01:20:25.437440+00:00 app[web.1]:         _securePending: false,
2018-09-16T01:20:25.437442+00:00 app[web.1]:         _newSessionPending: false,
2018-09-16T01:20:25.437443+00:00 app[web.1]:         _controlReleased: true,
2018-09-16T01:20:25.437445+00:00 app[web.1]:         _SNICallback: null,
2018-09-16T01:20:25.437453+00:00 app[web.1]:         servername: 'forms.hubspot.com',
2018-09-16T01:20:25.437455+00:00 app[web.1]:         npnProtocol: false,
2018-09-16T01:20:25.437456+00:00 app[web.1]:         alpnProtocol: false,
2018-09-16T01:20:25.437458+00:00 app[web.1]:         authorized: true,
2018-09-16T01:20:25.437459+00:00 app[web.1]:         authorizationError: null,
2018-09-16T01:20:25.437460+00:00 app[web.1]:         encrypted: true,
2018-09-16T01:20:25.437462+00:00 app[web.1]:         _events: [Object],
2018-09-16T01:20:25.437463+00:00 app[web.1]:         _eventsCount: 9,
2018-09-16T01:20:25.437465+00:00 app[web.1]:         connecting: false,
2018-09-16T01:20:25.437467+00:00 app[web.1]:         _hadError: false,
2018-09-16T01:20:25.437468+00:00 app[web.1]:         _handle: null,
2018-09-16T01:20:25.437469+00:00 app[web.1]:         _parent: null,
2018-09-16T01:20:25.437471+00:00 app[web.1]:         _host: 'forms.hubspot.com',
2018-09-16T01:20:25.437472+00:00 app[web.1]:         _readableState: [ReadableState],
2018-09-16T01:20:25.437474+00:00 app[web.1]:         readable: false,
2018-09-16T01:20:25.437475+00:00 app[web.1]:         domain: null,
2018-09-16T01:20:25.437477+00:00 app[web.1]:         _maxListeners: undefined,
2018-09-16T01:20:25.437479+00:00 app[web.1]:         _writableState: [WritableState],
2018-09-16T01:20:25.437480+00:00 app[web.1]:         writable: false,
2018-09-16T01:20:25.437482+00:00 app[web.1]:         allowHalfOpen: false,
2018-09-16T01:20:25.437483+00:00 app[web.1]:         _bytesDispatched: 548,
2018-09-16T01:20:25.437485+00:00 app[web.1]:         _sockname: null,
2018-09-16T01:20:25.437486+00:00 app[web.1]:         _pendingData: null,
2018-09-16T01:20:25.437488+00:00 app[web.1]:         _pendingEncoding: '',
2018-09-16T01:20:25.437489+00:00 app[web.1]:         server: undefined,
2018-09-16T01:20:25.437491+00:00 app[web.1]:         _server: null,
2018-09-16T01:20:25.437492+00:00 app[web.1]:         ssl: null,
2018-09-16T01:20:25.437494+00:00 app[web.1]:         _requestCert: true,
2018-09-16T01:20:25.437496+00:00 app[web.1]:         _rejectUnauthorized: true,
2018-09-16T01:20:25.437497+00:00 app[web.1]:         parser: null,
2018-09-16T01:20:25.437499+00:00 app[web.1]:         _httpMessage: [Circular],
2018-09-16T01:20:25.437500+00:00 app[web.1]:         read: [Function],
2018-09-16T01:20:25.437502+00:00 app[web.1]:         _consuming: true,
2018-09-16T01:20:25.437503+00:00 app[web.1]:         _idleNext: null,
2018-09-16T01:20:25.437505+00:00 app[web.1]:         _idlePrev: null,
2018-09-16T01:20:25.437506+00:00 app[web.1]:         _idleTimeout: -1,
2018-09-16T01:20:25.437508+00:00 app[web.1]:         [Symbol(res)]: [TLSWrap],
2018-09-16T01:20:25.437510+00:00 app[web.1]:         [Symbol(asyncId)]: 285,
2018-09-16T01:20:25.437511+00:00 app[web.1]:         [Symbol(bytesRead)]: 606,
2018-09-16T01:20:25.437513+00:00 app[web.1]:         [Symbol(connect-options)]: [Object] },
2018-09-16T01:20:25.437515+00:00 app[web.1]:      _header: 'POST /uploads/form/v2/4251860/3c6770fa-40d0-4ba0-a34b-7bae82a65109 HTTP/1.1\r\nAccept: application/json, text/plain, */*\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 335\r\nHost: forms.hubspot.com\r\nConnection: close\r\n\r\n',
2018-09-16T01:20:25.437517+00:00 app[web.1]:      _onPendingData: [Function: noopPendingOutput],
2018-09-16T01:20:25.437518+00:00 app[web.1]:      agent:
2018-09-16T01:20:25.437520+00:00 app[web.1]:       Agent {
2018-09-16T01:20:25.437522+00:00 app[web.1]:         domain: null,
2018-09-16T01:20:25.437523+00:00 app[web.1]:         _events: [Object],
2018-09-16T01:20:25.437525+00:00 app[web.1]:         _eventsCount: 1,
2018-09-16T01:20:25.437527+00:00 app[web.1]:         _maxListeners: undefined,
2018-09-16T01:20:25.437528+00:00 app[web.1]:         defaultPort: 443,
2018-09-16T01:20:25.437530+00:00 app[web.1]:         protocol: 'https:',
2018-09-16T01:20:25.437531+00:00 app[web.1]:         options: [Object],
2018-09-16T01:20:25.437533+00:00 app[web.1]:         requests: {},
2018-09-16T01:20:25.437535+00:00 app[web.1]:         sockets: [Object],
2018-09-16T01:20:25.437536+00:00 app[web.1]:         freeSockets: {},
2018-09-16T01:20:25.437538+00:00 app[web.1]:         keepAliveMsecs: 1000,
2018-09-16T01:20:25.437539+00:00 app[web.1]:         keepAlive: false,
2018-09-16T01:20:25.437541+00:00 app[web.1]:         maxSockets: Infinity,
2018-09-16T01:20:25.437542+00:00 app[web.1]:         maxFreeSockets: 256,
2018-09-16T01:20:25.437544+00:00 app[web.1]:         maxCachedSessions: 100,
2018-09-16T01:20:25.437546+00:00 app[web.1]:         _sessionCache: [Object] },
2018-09-16T01:20:25.437547+00:00 app[web.1]:      socketPath: undefined,
2018-09-16T01:20:25.437549+00:00 app[web.1]:      timeout: undefined,
2018-09-16T01:20:25.437550+00:00 app[web.1]:      method: 'POST',
2018-09-16T01:20:25.437552+00:00 app[web.1]:      path: '/uploads/form/v2/4251860/3c6770fa-40d0-4ba0-a34b-7bae82a65109',
2018-09-16T01:20:25.437553+00:00 app[web.1]:      _ended: true,
2018-09-16T01:20:25.437555+00:00 app[web.1]:      res:
2018-09-16T01:20:25.437556+00:00 app[web.1]:       IncomingMessage {
2018-09-16T01:20:25.437558+00:00 app[web.1]:         _readableState: [ReadableState],
2018-09-16T01:20:25.437559+00:00 app[web.1]:         readable: false,
2018-09-16T01:20:25.437561+00:00 app[web.1]:         domain: null,
2018-09-16T01:20:25.437562+00:00 app[web.1]:         _events: [Object],
2018-09-16T01:20:25.437564+00:00 app[web.1]:         _eventsCount: 3,
2018-09-16T01:20:25.437565+00:00 app[web.1]:         _maxListeners: undefined,
2018-09-16T01:20:25.437567+00:00 app[web.1]:         socket: [TLSSocket],
2018-09-16T01:20:25.437568+00:00 app[web.1]:         connection: [TLSSocket],
2018-09-16T01:20:25.437570+00:00 app[web.1]:         httpVersionMajor: 1,
2018-09-16T01:20:25.437571+00:00 app[web.1]:         httpVersionMinor: 1,
2018-09-16T01:20:25.437573+00:00 app[web.1]:         httpVersion: '1.1',
2018-09-16T01:20:25.437574+00:00 app[web.1]:         complete: true,
2018-09-16T01:20:25.437576+00:00 app[web.1]:         headers: [Object],
2018-09-16T01:20:25.437577+00:00 app[web.1]:         rawHeaders: [Array],
2018-09-16T01:20:25.437579+00:00 app[web.1]:         trailers: {},
2018-09-16T01:20:25.437580+00:00 app[web.1]:         rawTrailers: [],
2018-09-16T01:20:25.437582+00:00 app[web.1]:         upgrade: false,
2018-09-16T01:20:25.437583+00:00 app[web.1]:         url: '',
2018-09-16T01:20:25.437585+00:00 app[web.1]:         method: null,
2018-09-16T01:20:25.437586+00:00 app[web.1]:         statusCode: 204,
2018-09-16T01:20:25.437589+00:00 app[web.1]:         statusMessage: 'No Content',
2018-09-16T01:20:25.437590+00:00 app[web.1]:         client: [TLSSocket],
2018-09-16T01:20:25.437592+00:00 app[web.1]:         _consuming: true,
2018-09-16T01:20:25.437593+00:00 app[web.1]:         _dumped: false,
2018-09-16T01:20:25.437595+00:00 app[web.1]:         req: [Circular],
2018-09-16T01:20:25.437596+00:00 app[web.1]:         responseUrl: 'https://forms.hubspot.com/uploads/form/v2/4251860/3c6770fa-40d0-4ba0-a34b-7bae82a65109',
2018-09-16T01:20:25.437598+00:00 app[web.1]:         redirects: [],
2018-09-16T01:20:25.437599+00:00 app[web.1]:         read: [Function] },
2018-09-16T01:20:25.437601+00:00 app[web.1]:      aborted: undefined,
2018-09-16T01:20:25.437602+00:00 app[web.1]:      timeoutCb: null,
2018-09-16T01:20:25.437604+00:00 app[web.1]:      upgradeOrConnect: false,
2018-09-16T01:20:25.437605+00:00 app[web.1]:      parser: null,
2018-09-16T01:20:25.437607+00:00 app[web.1]:      maxHeadersCount: null,
2018-09-16T01:20:25.437609+00:00 app[web.1]:      _redirectable:
2018-09-16T01:20:25.437610+00:00 app[web.1]:       Writable {
2018-09-16T01:20:25.437612+00:00 app[web.1]:         _writableState: [WritableState],
2018-09-16T01:20:25.437613+00:00 app[web.1]:         writable: true,
2018-09-16T01:20:25.437615+00:00 app[web.1]:         domain: null,
2018-09-16T01:20:25.437616+00:00 app[web.1]:         _events: [Object],
2018-09-16T01:20:25.437618+00:00 app[web.1]:         _eventsCount: 2,
2018-09-16T01:20:25.437620+00:00 app[web.1]:         _maxListeners: undefined,
2018-09-16T01:20:25.437621+00:00 app[web.1]:         _options: [Object],
2018-09-16T01:20:25.437623+00:00 app[web.1]:         _redirectCount: 0,
2018-09-16T01:20:25.437624+00:00 app[web.1]:         _redirects: [],
2018-09-16T01:20:25.437626+00:00 app[web.1]:         _requestBodyLength: 335,
2018-09-16T01:20:25.437628+00:00 app[web.1]:         _requestBodyBuffers: [],
2018-09-16T01:20:25.437629+00:00 app[web.1]:         _onNativeResponse: [Function],
2018-09-16T01:20:25.437631+00:00 app[web.1]:         _currentRequest: [Circular],
2018-09-16T01:20:25.437633+00:00 app[web.1]:         _currentUrl: 'https://forms.hubspot.com/uploads/form/v2/4251860/3c6770fa-40d0-4ba0-a34b-7bae82a65109' },
2018-09-16T01:20:25.437888+00:00 app[web.1]:      [Symbol(isCorked)]: false,
2018-09-16T01:20:25.437890+00:00 app[web.1]:      [Symbol(outHeadersKey)]:
2018-09-16T01:20:25.437892+00:00 app[web.1]:       { accept: [Array],
2018-09-16T01:20:25.437894+00:00 app[web.1]:         'user-agent': [Array],
2018-09-16T01:20:25.437895+00:00 app[web.1]:         'content-length': [Array],
2018-09-16T01:20:25.437897+00:00 app[web.1]:         host: [Array] } },
2018-09-16T01:20:25.437899+00:00 app[web.1]:   data: '' }
0 Upvotes
1 Accepted solution
Solution
Not applicable

No fields submitted when fields are submitted through API

SOLVE

We figured out that it was some breaking change with the http library we were using - we haven't figured out why it was causing no data to be sent yet; we just locked the version for the time being.

Thanks for your help.

View solution in original post

2 Replies 2
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

No fields submitted when fields are submitted through API

SOLVE

Hi @bsiddiqui,

I'm not seeing anything stand out at a glance; that looks like it should be working. Is it possible you're double-encoding the request body? that might make the email invalid, preventing contacts from being created.

0 Upvotes
Solution
Not applicable

No fields submitted when fields are submitted through API

SOLVE

We figured out that it was some breaking change with the http library we were using - we haven't figured out why it was causing no data to be sent yet; we just locked the version for the time being.

Thanks for your help.