So I wanted to know whether it is necesary to use something like Zapier for sending API calls or whether this can be programmed within KNACK.
I have done various API connections using Knack but the one to which I want to connnect does not have that ability. I therefore wonder whether there is something that I need to use in Zapier to do this. IE: Is there some kind of zap that will allow you to create and dispatch API calls.
If you’re comfortable working with code, you can make API calls in Knack’s “Custom JavaScript” tab. However, many APIs require a sensitive API key which should not be exposed in frontend code.
Additionally, Zapier and similar solutions (Make, Pipedream) provide modules to make API requests.
Do you happen to know whether the Zapier integration will allow you to import multiple data rows into knack. I can see that you can make API calls but it does say CREATE RECORD, I am hoping that it can CREATE RECORDS assuming that the data in the imported request has more than 1 record.
My thinking was to create an app and give it to a Developer that can then work out how to do it, which I can then migrate to my production site
Not a Developer so just using this forum as a sounding board for this workflow.
More information is needed to make a recommendation, but yes in general, Zapier/Make/Pipedream all provide ways to parse the data that comes back from an API response.
Could you share more details? You’re making an API request, receiving a response from the API, and then you want to filter the data, and use that data to create records in Knack?
Thanks for your offer. I handed this over to my API programmer and won’t take up any more of your time. They said “that should be easy” so I think it’s just about me wanting to understand but needing to let someone else do it!