
Getting Your App on Pipedream: No Dashboard, Just Humans (And That's Actually Great)
This article was originally published on Jo4 Blog . After getting our Zapier OAuth integration working , we figured Pipedream would be similar. Build the OAuth endpoints, submit the app, wait for approval. We were half right. The Plot Twist: No Developer Dashboard Zapier has a developer platform where you: Create an app Configure OAuth settings Upload your client ID/secret Submit for review Pipedream? None of that. There's no developer dashboard. No self-service portal. No "Create New App" button. Instead, you open a GitHub issue . "Wait, what?" The Process (It's Actually Fast) Step 1: Open a GitHub Issue I created issue #19728 with: App name and description Link to API documentation OAuth endpoints Triggers and actions I wanted to build Note that I had component code ready **OAuth 2.0 Details:** - Authorization URL: https://jo4-api.jo4.io/oauth/authorize - Token URL: https://jo4-api.jo4.io/oauth/token - PKCE Support: Yes (required, S256) - Scopes: read, write I have the complete compo
Continue reading on Dev.to
Opens in a new tab



