Hello,
I'm looking to make a request from the Delighted API. My goal is to retrieve all responses from December 29th, 2022, up to the current date, and then add them as new records to Airtable.
I've successfully logged into the API (received a 200 response), but I'm having trouble applying the correct criteria.
Here's how I've configured the query string section:
-
List item
Item 1: Key:
per_page
Value:100
Item 2: Key:since
Value:2022-12-29T00:00:00Z
-
List item
However, I'm still unable to fetch the data. How can I resolve this?
Thanks a lot
Are you using callin.io to make an API call to the Delighted App? If it's not working, you might need to send a timestamp as part of the since
query. Instead of passing the date in the format you've shown, try converting it to a timestamp and then attempt the call.
The result should be within the Body, following the callin.io API call module. Simply iterate using the Iterator module and then connect it to Airtable insert records.
This worked perfectly. Thanks for your assistance!