Overview
AskHandle
This CDK catalogue package is pinned to @activepieces/piece-ask-handle@0.1.8 and declares 4 declared actions and 3 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-ask-handle@0.1.8 - Exact artifact digest:
sha256:a806455b1ba89e13d64bbc5915179ddb32a55891388ef994fe2cd80907a29c85 - 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
- API Key Required · protected credential
Supported objects
| Object | Read | Write | Notes |
|---|---|---|---|
| Create Message | Yes | No | |
| Create Lead | Yes | No | |
| List Rooms | Yes | No | |
| List Leads | Yes | No | |
| New Message | Yes | No | Trigger contract validated offline; live event delivery is tracked separately. |
| New Lead | Yes | No | Trigger contract validated offline; live event delivery is tracked separately. |
| New Room | Yes | No | Trigger contract validated offline; live event delivery is tracked separately. |
Supported actions
Create Message · Read
Send a message to a room
create_message · Risk: low · Retry: safe
Inputs
room· string · Required, Select a roombody· string · Required, The message contentnickname· string · Optional, Sender nicknameemail· string · Optional, Sender emailphone_number· string · Optional, Sender phone number
Create Lead · Read
Create a new lead
create_lead · Risk: low · Retry: safe
Inputs
nickname· string · Optional, Lead nicknameemail· string · Optional, Lead emailphone_number· string · Optional, Lead phone numberdevice· string · Optional, Device informationfrom_page_title· string · Optional, Page title where lead originatedreferrer· string · Optional, Referrer URL
List Rooms · Read
Get a list of all rooms
list_rooms · Risk: low · Retry: safe
List Leads · Read
Get a list of all leads
list_leads · Risk: low · Retry: safe
Inputs
start_date· string · Optional, Filter leads from this dateend_date· string · Optional, Filter leads until this datelimit· number · Optional, Maximum number of leads to return
Triggers
New Message · Webhook
Triggers when a new message is received
New Lead · Webhook
Triggers when a new lead is created
New Room · Webhook
Triggers when a new room is created
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.