Skip to content
← Back to documentation
Technical Reference

AskHandle

AskHandle connector package maintained by Flows360 CDK.

CategoryOther
Authenticationcustom
Version0.1.8
Published scopes0 published scopes
Last updatedSeptember 19, 2026

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

Authenticationcustom
Supported objects7
Supported actions4
Triggers3

Authentication

Authentication method: custom

Authentication profiles

connection · custom
  • API Key Required · protected credential

Supported objects

ObjectReadWriteNotes
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 room
  • body · string · Required, The message content
  • nickname · string · Optional, Sender nickname
  • email · string · Optional, Sender email
  • phone_number · string · Optional, Sender phone number
Create Lead · Read

Create a new lead

create_lead · Risk: low · Retry: safe

Inputs

  • nickname · string · Optional, Lead nickname
  • email · string · Optional, Lead email
  • phone_number · string · Optional, Lead phone number
  • device · string · Optional, Device information
  • from_page_title · string · Optional, Page title where lead originated
  • referrer · 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 date
  • end_date · string · Optional, Filter leads until this date
  • limit · 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.