ElementActivity
A curated activity exposed by a connector.
Indexable¶
[key: string]: unknown
Open-ended additional fields.
Properties¶
| Property | Type | Description |
|---|---|---|
compatibleProjectTypes? |
string[] |
Project types this activity is compatible with. |
curated? |
boolean |
Whether this activity is a curated UX element. |
description? |
string |
Description. |
displayName? |
string |
Display name. |
eventMode? |
string |
Event delivery mode (e.g. polling, webhooks). |
eventOperation? |
string |
Event operation (for triggers). |
isTrigger? |
boolean |
Trigger marker (legacy). |
lifecycleStage? |
LifeCycleStage |
Lifecycle stage. |
methodName? |
string |
HTTP method name. |
name |
string |
Activity name. |
objectName? |
string |
Object the activity operates on. |
operation? |
string |
Logical operation (e.g. List, Create). |
subType? |
string |
Subtype. |
tags? |
string[] |
Tag list. |
trigger? |
boolean |
Whether this activity is a trigger. |