PipedreamHQ / PipedreamHQ/pipedream
[APP] Super Carl
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
**Name of app / service**
Super Carl
**Link to developer documentation**
- Website: https://supercarl.ai
- Developer docs: https://supercarl.ai/docs
- API endpoint docs: https://supercarl.ai/docs/endpoints
- Related component PR: https://github.com/PipedreamHQ/pipedream/pull/21252
**Is lack of support preventing you from moving forward, or do you have a workaround?**
Yes. The Super Carl component package has been submitted in PR #21252, but private publish and end-to-end testing are blocked because Pipedream has not yet provisioned the base app/auth representation for the new `super_carl` slug.
Current `pd publish` response:
```json
{"error":"Invalid app slug(s) in configurableProps: super_carl"}
```
Requested app representation:
- Display name: `Super Carl`
- App slug: `super_carl`
- Auth type: API key
- Component auth field: `this.$auth.api_key`
- API header used by components: `X-API-Key`
- Search actions require API keys with the `search` scope
- Communication actions require API keys with the `communications` scope
**Are there specific actions or triggers you'd like to see for this app? Please let us know here or use the Action and Trigger issue templates to open requests for each!**
The related PR adds the initial action set:
- Get Network Summary
- Search People
- Search Companies
- Search Jobs
- Search Posts
- Check Communication Capabilities
- Create Communication Draft
- Send Communication
- Get Communication
- Cancel Communication
- Get Communication History
There are no triggers requested for the initial integration. The main request is to provision the base Super Carl app/auth representation so PR #21252 can be tested and published through Pipedream.
Contributor guide
Assessment
This issue has not been assessed yet.