Overview
AppFollow
This CDK catalogue package is pinned to @activepieces/piece-appfollow@0.2.0 and declares 3 declared actions and 2 declared triggers. Its definition is derived from the exact reviewed Activepieces source.
Provider runtime verification is recorded separately when an approved test connection is exercised; this catalogue entry does not claim that verification.
Technical guide
Technical reference
- Package:
@activepieces/piece-appfollow@0.2.0 - Exact artifact digest:
sha256:6da040c75ed4b42970405647a250154f02d103306c84f49adc29e81271ad25b9 - Source: the exact reviewed Activepieces source
- Authentication, action and trigger schemas are taken from the exact pinned package.
Capability summary
Authentication
Authentication method: custom
Authentication profiles
connection · custom
- Appfollow API Key Required · protected credential
Supported objects
| Object | Read | Write | Notes |
|---|---|---|---|
| Add user | Yes | No | |
| Reply to Review | Yes | No | |
| Custom API Call | Yes | No | |
| New Review | Yes | No | Trigger contract validated offline; live event delivery is tracked separately. |
| New Tag | Yes | No | Trigger contract validated offline; live event delivery is tracked separately. |
Supported actions
Add user · Read
Adds a new user to the Appfollow account
add_user · Risk: low · Retry: safe
Inputs
name· string · Required, Name of the user to be addedemail· string · Required, Email of the user to be addedrole· string · Required, Role of the user to be added
Reply to Review · Read
Reply to a specific review within a date range for a selected application and collection
reply_to_review · Risk: low · Retry: safe
Inputs
collection_id· string · Required, Select the collection nameapp_ext_id· string · Required, Select the applicationfromDate· string · Required, Start date for the reviews to reply to (eg. YYYY-MM-DD)toDate· string · Optional, End date for the reviews to reply to (eg. YYYY-MM-DD)review_id· string · Required, Select the Review IDanswer_text· string · Required, Text of the reply to the review
Custom API Call · Read
Make a custom API call to a specific endpoint
custom_api_call · Risk: low · Retry: safe
Inputs
url· object · Requiredmethod· string · Requiredheaders· object · Optional, Authorization headers are injected automatically from your connection.queryParams· object · Optional, Appended to the URL as ?key=value.body_type· string · Optionalbody· object · Optionalresponse_is_binary· boolean · Optional, Enable for files like PDFs, images, etc.failsafe· boolean · Optional, On a failed request, output the error instead of failing the step.timeout· number · Optional, Seconds to wait for a response. Empty: up to the flow limit (10 min).followRedirects· boolean · Optional, Follow 3xx redirects instead of returning them as the response.
Triggers
New Review · Poll
Triggered when a new review is added
Inputs
collection_id· stringapp_ext_id· string
New Tag · Poll
Triggered when a new tag is added
Inputs
collection_id· string
Setup
Setup
Create a tenant connection only in the consuming Studio instance when this connector is made available there. Credentials remain in that tenant's Vault-backed connection and are not stored in CDK package metadata.
Limitations
The package has passed deterministic offline package-load and contract validation. No provider credentials, provider API call or live webhook delivery is represented by this release state.