Chris Coppenbarger

Engaged
Celigo University Level 1: Skilled
  • Total activity 15
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 4

Activity overview

Latest activity by Chris Coppenbarger
  • Chris Coppenbarger commented,

    The multiple imports section actually came from a use case I had, and had been working with Celigo on implementing. I am not trying to use it myself, but running into a snag.  1. The .length proper...

  • Chris Coppenbarger commented,

    Bas van DitzhuijzenThat's what someone in support suggested. It didn't seem to make sense as that's not what I was expecting. I did that, and it works for me for now. I still can't get other items ...

  • Chris Coppenbarger created a post,

    Customize Virtual Export NSObject Response

    I have a script I'm using in a MyAPI, where I'm querying a Saved Search in NetSuite. However, when I get the response, the fields returned are the column names from NetSuite, and not the actual fie...

  • Chris Coppenbarger commented,

    Well, nevermind. The test from the API Gateway was sending empty data, but from PostMan, it worked fine. Moving forward with the listeners and import.

  • Chris Coppenbarger commented,

    Hey Scott Henderson, Thanks for the reply. If figured how to "listen" to my AWS Lambda as a webhook. My current issue is getting the HMAC authentication working. I got it working in Postman using o...

  • Chris Coppenbarger commented,

    Bhavik Shah I did successfully get one import to run correctly. I'm not sure if I have the way of running the second import correctly, or not. I'm posting a screenshot of my integration, and sample...

  • Chris Coppenbarger created a post,

    MyAPI imports

    Use Case: We have webforms that currently submit directly to NetSuite via their Forms. However, we need more flexibility over these forms, how they submit, and error messaging.  I have been attempt...

  • Chris Coppenbarger commented,

    Thanks Scott. I figured this was the case, since I have the same issue with Shopify and accessing their Admin API via the same Vue app. I'll see what I can do to make it work from a "backend" serve...

  • Chris Coppenbarger commented,

    I just tried it from a ngrok url, and it's also returning an "unauthorized" response.

  • Chris Coppenbarger created a post,

    My APIs using JavaScript fetch()

    I set up a My API and am needing to call it's endpoint via JavaScript fetch(), but running into a CORS issue. Querying the endpoint from PostMan works fine, but I have a Vue app that I really need ...