How Can I Test Pipedream Connect's Yelp Integration in my NextJS App Using Mock Data or Test Endpoints?

This topic was automatically generated from Slack. You can find the original thread here.

Hi everyone! First time user here and I’m excited for all the possibilities available with Pipedream :slight_smile:
I’m currently working on integrating Pipedream Connect into my NextJS app. Specifically, I’d like to offer a Yelp integration for my users so that, once connected, they can retrieve their business reviews and store them in my platform.
Before launching this feature in production, I want to thoroughly test the integration in a development environment. However, I don’t have access to a Yelp account with real reviews, which limits my ability to verify that everything is working correctly.
Is there a way to test this integration using mock data or test endpoints, particularly for actions like retrieving business details or business reviews? I’d love to explore any available options that let me simulate a working integration without relying on real user data.
Thanks in advance!!

Hm I’m not sure how you’d accomplish that, seems like a general issue with Yelp’s API — I wonder if their support forum has ideas or workarounds?