Feathery (預覽)
Feathery 正在改變收集資訊的使用者介面的建置方式。 我們幫助用戶構建可定制且對開發人員友好的表單。
此連接器適用於以下產品和區域:
| 服務 | Class | Regions |
|---|---|---|
| 副駕駛工作室 | 進階 | 除下列區域外的所有 Power Automate 區域 : - 美國政府 (GCC) - 美國政府(海灣合作委員會高中) - 由 21Vianet 營運的中國雲 - 美國國防部 (DoD) |
| 邏輯應用程式 | 標準 | 所有 Logic Apps 區域, 但下列區域除外: - Azure Government 區域 - Azure 中國區域 - 美國國防部 (DoD) |
| Power Apps | 進階 | 除下列區域外的所有 Power Apps 區域 : - 美國政府 (GCC) - 美國政府(海灣合作委員會高中) - 由 21Vianet 營運的中國雲 - 美國國防部 (DoD) |
| Power Automate(自動化服務) | 進階 | 除下列區域外的所有 Power Automate 區域 : - 美國政府 (GCC) - 美國政府(海灣合作委員會高中) - 由 21Vianet 營運的中國雲 - 美國國防部 (DoD) |
| 連絡人 | |
|---|---|
| 名稱 | 特洛伊·泰勒 |
| URL | https://www.hitachisolutions.com |
| ttaylor@hitachisolutions.com |
| 連接器中繼資料 | |
|---|---|
| Publisher | 特洛伊·泰勒 |
| 網站 | https://www.feathery.io/ |
| 隱私策略 | https://www.feathery.io/privacy-policy |
| 類別 | Marketing |
正在建立連線
連接器支援下列驗證類型:
| 預設值 | 建立連線的參數。 | 所有區域 | 不可共享 |
預設
適用:所有地區
建立連線的參數。
這不是可共用的連線。 如果 Power App 與其他使用者共用,系統會明確提示其他使用者建立新連線。
| 名稱 | 類型 | Description | 為必填項目 |
|---|---|---|---|
| API 金鑰 (以「權杖your_API_key」的形式) | securestring | 此 API 的 API 金鑰 (格式為「權杖your_API_key」) | 對 |
節流限制
| 名稱 | 呼叫 | 續約期間 |
|---|---|---|
| 每個連線的 API 呼叫 | 100 | 60 秒 |
動作
| 列出使用者 |
擷取 Feathery 中所有使用者的清單。 |
| 刪除使用者 |
刪除特定使用者。 |
| 取得使用者工作階段 |
擷取表單使用者的工作階段資料。 |
| 取得使用者欄位 |
擷取使用者所有欄位的清單。 |
| 取得帳戶 |
擷取您帳戶的團隊名稱。 |
| 建立使用者欄位 |
為特定使用者建立或更新欄位值。 |
| 建立或更新使用者 |
建立、更新或擷取特定使用者的資訊。 |
| 建立表單 |
根據現有的範本表單建立表單。 |
| 擷取表單 |
擷取在 Feathery 中建立之表單的結構描述。 |
列出使用者
擷取 Feathery 中所有使用者的清單。
傳回
| 名稱 | 路徑 | 類型 | Description |
|---|---|---|---|
|
|
array of object | ||
|
ID
|
id | string |
識別碼。 |
|
名稱
|
name | string |
名稱。 |
|
創建於
|
created_at | string |
建立時。 |
|
更新於
|
updated_at | string |
更新時。 |
刪除使用者
取得使用者工作階段
擷取表單使用者的工作階段資料。
參數
| 名稱 | 機碼 | 必要 | 類型 | Description |
|---|---|---|---|---|
|
使用者識別碼
|
user_id | True | string |
使用者識別碼。 |
|
表單鍵
|
form_key | True | string |
表單鍵。 |
傳回
| 名稱 | 路徑 | 類型 | Description |
|---|---|---|---|
|
目前步驟索引鍵
|
current_step_key | string |
目前的步驟索引鍵。 |
|
授權標識碼
|
auth_id | string |
授權識別碼。 |
|
授權電子郵件
|
auth_email | string |
授權電子郵件地址。 |
|
授權電話
|
auth_phone | string |
授權電話號碼。 |
取得使用者欄位
擷取使用者所有欄位的清單。
參數
| 名稱 | 機碼 | 必要 | 類型 | Description |
|---|---|---|---|---|
|
ID
|
id | string |
識別碼。 |
傳回
| 名稱 | 路徑 | 類型 | Description |
|---|---|---|---|
|
|
array of object | ||
|
ID
|
id | string |
識別碼。 |
|
類型
|
type | string |
型別。 |
|
顯示文字
|
display_text | string |
顯示文字。 |
|
價值觀
|
value | string |
值。 |
|
創建於
|
created_at | string |
建立時。 |
|
更新於
|
updated_at | string |
更新時。 |
|
隱藏
|
hidden | boolean |
是否隱藏。 |
取得帳戶
擷取您帳戶的團隊名稱。
傳回
| 名稱 | 路徑 | 類型 | Description |
|---|---|---|---|
|
球隊
|
team | string |
小組名稱。 |
建立使用者欄位
為特定使用者建立或更新欄位值。
參數
| 名稱 | 機碼 | 必要 | 類型 | Description |
|---|---|---|---|---|
|
ID
|
id | True | string |
識別碼。 |
|
欄位識別碼
|
field_id | string |
欄位識別碼。 |
|
|
價值觀
|
value | string |
值。 |
傳回
| 名稱 | 路徑 | 類型 | Description |
|---|---|---|---|
|
欄位識別碼
|
field_id | string |
欄位識別碼。 |
|
價值觀
|
value | string |
值。 |
|
創建於
|
created_at | string |
建立時。 |
|
更新於
|
updated_at | string |
更新時。 |
建立或更新使用者
建立、更新或擷取特定使用者的資訊。
參數
| 名稱 | 機碼 | 必要 | 類型 | Description |
|---|---|---|---|---|
|
ID
|
id | True | string |
識別碼。 |
|
名稱
|
name | string |
名稱。 |
傳回
| 名稱 | 路徑 | 類型 | Description |
|---|---|---|---|
|
API 金鑰
|
api_key | string |
API 金鑰。 |
|
ID
|
id | string |
識別碼。 |
|
名稱
|
name | string |
名稱。 |
|
創建於
|
created_at | string |
建立時。 |
|
更新於
|
updated_at | string |
更新時。 |
建立表單
根據現有的範本表單建立表單。
參數
| 名稱 | 機碼 | 必要 | 類型 | Description |
|---|---|---|---|---|
|
表單 ID
|
form_id | string |
表單識別碼。 |
|
|
範本表單ID
|
template_form_id | string |
範本表單識別碼。 |
|
|
步驟識別碼
|
step_id | string |
步驟識別碼。 |
|
|
範本步驟 ID
|
template_step_id | string |
範本步驟識別碼。 |
|
|
Origin
|
origin | boolean |
無論是起源。 |
|
|
ID
|
id | string |
識別碼。 |
|
|
欄位識別碼
|
field_id | string |
欄位識別碼。 |
|
|
ID
|
id | string |
識別碼。 |
|
|
文字
|
text | string |
文字。 |
|
|
ID
|
id | string |
識別碼。 |
|
|
文字
|
text | string |
文字。 |
|
|
ID
|
id | string |
識別碼。 |
|
|
來源網址
|
source_url | string |
來源 URL 位址。 |
|
|
ID
|
id | string |
識別碼。 |
|
|
Progress
|
progress | integer |
進步。 |
|
|
上一個步驟 ID
|
previous_step_id | string |
上一個步驟的識別碼。 |
|
|
下一步 ID
|
next_step_id | string |
下一步識別碼。 |
|
|
觸發程序
|
trigger | string |
觸發因素。 |
|
|
元素類型
|
element_type | string |
元素類型。 |
|
|
元素 ID
|
element_id | string |
元素識別碼。 |
|
|
Comparison
|
comparison | string |
比較。 |
|
|
欄位索引鍵
|
field_key | string |
欄位索引鍵。 |
|
|
價值觀
|
value | string |
值。 |
擷取表單
擷取在 Feathery 中建立之表單的結構描述。
參數
| 名稱 | 機碼 | 必要 | 類型 | Description |
|---|---|---|---|---|
|
表單 ID
|
form_id | True | string |
表單識別碼。 |
傳回
| 名稱 | 路徑 | 類型 | Description |
|---|---|---|---|
|
表單 ID
|
form_id | string |
表單識別碼。 |
|
Steps
|
steps | array of object | |
|
Origin
|
steps.origin | boolean |
無論是起源。 |
|
圖片
|
steps.images | array of object | |
|
ID
|
steps.images.id | string |
識別碼。 |
|
來源圖片
|
steps.images.properties.source_image | string |
來源影像。 |
|
Videos
|
steps.videos | array of object | |
|
ID
|
steps.videos.id | string |
識別碼。 |
|
迴圈
|
steps.videos.properties.loop | boolean |
是否循環。 |
|
靜音
|
steps.videos.properties.muted | boolean |
是否靜音。 |
|
自動播放
|
steps.videos.properties.autoplay | boolean |
是否自動播放。 |
|
控制項
|
steps.videos.properties.controls | boolean |
是否要顯示控制項。 |
|
來源網址
|
steps.videos.properties.source_url | string |
來源 URL 位址。 |
|
來源類型
|
steps.videos.properties.source_type | string |
來源類型。 |
|
視頻擴展
|
steps.videos.properties.video_extension | string |
視訊延伸模組。 |
|
進度條
|
steps.progress_bars | array of object | |
|
ID
|
steps.progress_bars.id | string |
識別碼。 |
|
Progress
|
steps.progress_bars.properties.progress | string |
進步。 |
|
段落
|
steps.progress_bars.properties.num_segments | integer |
區段數目。 |
|
文本
|
steps.texts | array of object | |
|
ID
|
steps.texts.id | string |
識別碼。 |
|
文字
|
steps.texts.properties.text | string |
文字。 |
|
文字格式化
|
steps.texts.properties.text_formatted | array of object | |
|
插入
|
steps.texts.properties.text_formatted.insert | string |
插入。 |
|
字體大小
|
steps.texts.properties.text_formatted.attributes.font_size | integer |
字型大小。 |
|
字體顏色
|
steps.texts.properties.text_formatted.attributes.font_color | string |
字型色彩。 |
|
字體鏈接
|
steps.texts.properties.text_formatted.attributes.font_link | string |
字型連結。 |
|
字體粗細
|
steps.texts.properties.text_formatted.attributes.font_weight | integer |
字體粗細。 |
|
字體打擊
|
steps.texts.properties.text_formatted.attributes.font_strike | boolean |
字型是否帶有刪除線。 |
|
字體底線
|
steps.texts.properties.text_formatted.attributes.font_underline | boolean |
字型是否帶有底線。 |
|
Buttons
|
steps.buttons | array of object | |
|
ID
|
steps.buttons.id | string |
識別碼。 |
|
文字
|
steps.buttons.properties.text | string |
文字。 |
|
提交
|
steps.buttons.properties.submit | boolean |
是否是提交按鈕。 |
|
行動
|
steps.buttons.properties.actions | array of object | |
|
URL
|
steps.buttons.properties.actions.url | string |
URL 位址。 |
|
類型
|
steps.buttons.properties.actions.type | string |
型別。 |
|
提交
|
steps.buttons.properties.actions.submit | boolean |
是否是提交按鈕。 |
|
開啟標籤
|
steps.buttons.properties.actions.open_tab | boolean |
是否要開啟索引標籤。 |
|
文字格式化
|
steps.buttons.properties.text_formatted | array of object | |
|
插入
|
steps.buttons.properties.text_formatted.insert | string |
插入。 |
|
字體顏色
|
steps.buttons.properties.text_formatted.attributes.font_color | string |
字型色彩。 |
|
字體打擊
|
steps.buttons.properties.text_formatted.attributes.font_strike | boolean |
字型是否帶有刪除線。 |
|
字體底線
|
steps.buttons.properties.text_formatted.attributes.font_underline | boolean |
字型是否帶有底線。 |
|
顯示載入圖標
|
steps.buttons.properties.show_loading_icon | string |
顯示載入圖示。 |
|
停用 If 欄位不完整
|
steps.buttons.properties.disable_if_fields_incomplete | boolean |
如果欄位不完整,是否要停用。 |
|
子格
|
steps.subgrids | array of object | |
|
ID
|
steps.subgrids.id | string |
識別碼。 |
|
Position
|
steps.subgrids.position | array of integer |
職位。 |
|
軸
|
steps.subgrids.axis | string |
軸。 |
|
移動軸
|
steps.subgrids.mobile_axis | string |
移動軸。 |
|
版面配置
|
steps.subgrids.layout | array of integer |
佈局。 |
|
移動佈局
|
steps.subgrids.mobile_layout | string |
移動佈局。 |
|
缺
|
steps.subgrids.styles.gap | integer |
差距。 |
|
襯墊頂部
|
steps.subgrids.styles.padding_top | integer |
襯墊頂部。 |
|
左邊襯
|
steps.subgrids.styles.padding_left | integer |
填充物離開了。 |
|
填充右側
|
steps.subgrids.styles.padding_right | integer |
填充右邊。 |
|
填充底部
|
steps.subgrids.styles.padding_bottom | integer |
填充底部。 |
|
垂直對齊
|
steps.subgrids.styles.vertical_align | string |
垂直對齊。 |
|
水平對齊
|
steps.subgrids.styles.horizontal_align | string |
水平對齊。 |
|
外部襯墊頂部
|
steps.subgrids.styles.external_padding_top | integer |
外部襯墊頂部。 |
|
左側外部填充
|
steps.subgrids.styles.external_padding_left | integer |
外部填充物左邊。 |
|
外部填充權
|
steps.subgrids.styles.external_padding_right | integer |
外部填充右側。 |
|
外部襯墊底部
|
steps.subgrids.styles.external_padding_bottom | integer |
外部襯墊底部。 |
|
背景顏色
|
steps.subgrids.styles.background_color | string |
背景顏色。 |
|
版面配置
|
steps.subgrids.styles.layout | string |
佈局。 |
|
缺
|
steps.subgrids.mobile_styles.gap | integer |
差距。 |
|
襯墊頂部
|
steps.subgrids.mobile_styles.padding_top | integer |
襯墊頂部。 |
|
左邊襯
|
steps.subgrids.mobile_styles.padding_left | integer |
填充物離開了。 |
|
填充右側
|
steps.subgrids.mobile_styles.padding_right | integer |
填充右邊。 |
|
填充底部
|
steps.subgrids.mobile_styles.padding_bottom | integer |
填充底部。 |
|
垂直對齊
|
steps.subgrids.mobile_styles.vertical_align | string |
垂直對齊。 |
|
水平對齊
|
steps.subgrids.mobile_styles.horizontal_align | string |
水平對齊。 |
|
外部襯墊頂部
|
steps.subgrids.mobile_styles.external_padding_top | integer |
外部襯墊頂部。 |
|
左側外部填充
|
steps.subgrids.mobile_styles.external_padding_left | integer |
外部填充物左邊。 |
|
外部填充權
|
steps.subgrids.mobile_styles.external_padding_right | integer |
外部填充右側。 |
|
外部襯墊底部
|
steps.subgrids.mobile_styles.external_padding_bottom | integer |
外部襯墊底部。 |
|
背景顏色
|
steps.subgrids.mobile_styles.background_color | string |
背景顏色。 |
|
版面配置
|
steps.subgrids.mobile_styles.layout | string |
佈局。 |
|
Key
|
steps.subgrids.key | integer |
關鍵。 |
|
先前的條件
|
steps.previous_conditions | array of object | |
|
ID
|
steps.previous_conditions.id | string |
識別碼。 |
|
元素類型
|
steps.previous_conditions.element_type | string |
元素類型。 |
|
元素 ID
|
steps.previous_conditions.element_id | string |
元素識別碼。 |
|
後續步驟
|
steps.previous_conditions.next_step | string |
下一步。 |
|
上一個步驟
|
steps.previous_conditions.previous_step | string |
上一個步驟。 |
|
下一步關鍵
|
steps.previous_conditions.next_step_key | string |
下一步關鍵。 |
|
上一步鍵
|
steps.previous_conditions.previous_step_key | string |
上一步鍵。 |
|
下一個條件
|
steps.next_conditions | array of object | |
|
ID
|
steps.next_conditions.id | string |
識別碼。 |
|
元素類型
|
steps.next_conditions.element_type | string |
元素類型。 |
|
元素 ID
|
steps.next_conditions.element_id | string |
元素識別碼。 |
|
後續步驟
|
steps.next_conditions.next_step | string |
下一步。 |
|
上一個步驟
|
steps.next_conditions.previous_step | string |
上一個步驟。 |
|
下一步關鍵
|
steps.next_conditions.next_step_key | string |
下一步關鍵。 |
|
上一步鍵
|
steps.next_conditions.previous_step_key | string |
上一步鍵。 |
|
創建於
|
steps.created_at | string |
建立時。 |
|
更新於
|
steps.updated_at | string |
更新時。 |
|
Fields
|
steps.fields | array of string |
田野。 |
|
ID
|
steps.id | string |
識別碼。 |
定義
字串
這是基本資料類型「string」。