App File Needed for QuickBooks Source

Hi Celeste,
Correct, when creating a Pipedream component based off an app supporting webhooks you’d need to create a source.
I’d recommend following this thread:
Getting started creating a new event source (Reddit) - Dev - Pipedream
There, when you see referencing the Component API docs, the link won’t work – they were moved to [Component API reference]( Component API Reference (pipedream.com)
Now, the example treated in a said thread is for Reddit, which is not based on webhooks. So once you have a general understanding on the component model, you could look at [Airtable sources]( pipedream/components at master · PipedreamHQ/pipedream (github.com)), which are based on webhooks.
Essentially, when you develop a component, you’d create an app file, a file for the component (action or source), and common logic files shared through out them.

1 Like