Skip to content
Excited about an AP...
 
Notifications
Clear all

Excited about an API request

3 Posts
2 Users
0 Reactions
3 Views
Product-builder
(@product-builder)
Posts: 4
Active Member
Topic starter
 

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

 
Posted : 31/03/2023 10:54 am
Runcorn
(@runcorn)
Posts: 16
Active Member
 

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.

 
Posted : 31/03/2023 2:10 pm
Product-builder
(@product-builder)
Posts: 4
Active Member
Topic starter
 

This worked perfectly. Thanks for your assistance!

 
Posted : 31/03/2023 3:21 pm
Share: