Create actionAsk AIpost https://api.getmembrane.com/actionsBody ParamsuuidstringStable unique identifier (UUID). Can be provided on create; otherwise generated. Must be unique across elements of this type.keystringStable key for referencing the element (e.g. in selectors). Unique per (parent, integration) scope. Generated from name if not provided on create.namestringDisplay name. Optional on create; used to generate key when key is omitted.descriptionstringOptional human-readable description.metaobjectOptional key-value metadata.meta objectintegrationIdstringInternal ID of the integration this element belongs to. Omit for universal elements; set for integration-specific elements. Uniqueness of key is scoped per integration.integrationUuidstringUUID of the integration; alternative to integrationId when creating from export. Resolved to integrationId by the API.integrationKeystringKey of the integration; alternative to integrationId. Resolved to integrationId by the API.parentIdstringInternal ID of the parent workspace element. Used for hierarchy (e.g. integration-level under universal). Child key uniqueness is scoped by parent and integration.parentUuidstringUUID of the parent element; alternative to parentId when creating (e.g. from export). Resolved to parentId by the API.parentKeystringKey of the parent element; alternative to parentId. Resolved to parentId by the API.connectionIdstringConnection ID for filtering or for connection-level instances. Same semantics as base integration-level property.instanceKeystringKey for the connection-level instance when multiple exist per connection. Same semantics as base integration-level property.isUniversalbooleanWhen true, the element is universal (shared across all integrations). Requires universal-element access. Omit or false for integration-specific elements.truefalseexternalAppIdstringInternal ID of the external app this element belongs to. Auto-populated from the integration when integrationId is set and the integration has an externalAppId.externalAppUuidstringUUID of the external app; alternative to externalAppId when creating from export. Resolved to externalAppId by the API.externalAppKeystringKey of the external app; alternative to externalAppId. Resolved to externalAppId by the API.inputSchemaobjectJSON Schema for the action input. Used by the action engine for template output schema, run-time variables, and output mapping.inputSchema objecttypestringenumAction type (e.g. ConnectorOperation, RunJavascript). Determines which handler runs and which config schema is used for validation.list-data-recordsfind-data-record-by-idmatch-data-recordcreate-data-recordfind-or-create-data-recordupdate-data-recorddelete-data-recordsearch-data-recordconnector-operationapi-request-to-external-appapi-request-to-your-apphttp-requestrun-javascriptapi-requestShow 14 enum valuesoutputMappingstringMapping expression to transform the action's raw output. Evaluated with access to input, output, and user; used to compute transformed output schema and at run time.customOutputSchemaobjectExplicit output schema for the action. Takes precedence over the transformed or default output schema when resolving outputSchema.customOutputSchema objectintentstring[Experimental] Intent-based instruction for an agent to configure this element.Response 200Updated 26 days ago