ノーコードでWEBアプリ、ネイティブモバイルアプリ開発が出来るbubbleで使えるアクションの一覧を紹介しています。
アカウント(Account)
ユーザーアカウントを管理するアクション
- Sign the user up ー ユーザー登録
- Log the user in ー ユーザーログイン
- Signup/login with a social network ー ソーシャルネットワークでユーザー登録/ログイン
- Log the user out ー ユーザーログアウト
- Update the user’s credentials ー ユーザーの認証情報更新
- Make changes to current user ー 現在のユーザーに変更を加える
- Send confirmation email ー 確認メール送信
- Send password reset email ー パスワードリセットメール送信
- Send magic login link ー マジックログインリンクを送信
- Create an account for someone else ー 他人のアカウントを作成
- Check password for the current user ー 現在のユーザーのパスワードを確認
- Assign a temp password for user ー 一時的なパスワードをユーザーに割り当てる
- Change the email for another user ー 他のユーザーのメールアドレスを変更する(管理者向け機能)
ナビゲーション(Navigation)
ページ間の移動とワークフローの一時停止/キャンセル
- Go to page … ー ページへ移動
- Go to tab ー タブへ移動(モバイル)
- Go to previous page ー 前のページへ移動
- Open an external website ー 外部リンクへ移動
- Add a pause before next action ー 次のアクション前に一時停止を追加
- Terminate this workflow ー このワークフローを終了する
データ(Data things)
データベース内のデータの作成、管理、削除
- Create a new thing… ー 新しいデータ作成
- Make changes to thing… ー データに変更を加える
- Make changes to a list of things… ー リストデータに変更を加える
- Delete thing… ー データ削除
- Delete a list of things… ー リストデータ削除
- Copy a list of things… ー リストデータコピー
- Set a Thing’s slug… ー スラッグ設定
- Download data as CSV ー CSVデータダウンロード
- Upload data as CSV ー CSVデータアップロード
- Delete an uploaded file ー アップロードファイル削除
メール(Email)
メールとカレンダーリクエストの送信
- Send email ー メールを送る
- Send meeting request by email ー メールでミーティングを送信
- Send push notification ー プッシュ通知送信
- Request push notification permission プッシュ通知の権限を要求
要素(Element)
ページ上の要素に関するアクション
- Show an element ー 要素を表示
- Hide an element ー 要素を非表示
- Toggle an element ー 要素を切り替える
- Scroll to an element ー 要素までスクロール
- Set state of an element ー 要素の状態を設定する
- Set property of current view ー 現在の表示プロパティを設定する
カスタム
カスタムイベント、定期的なイベントのトリガー、スケジュールされたイベントの管理
- Trigger a custom event ー カスタムイベントをトリガーする
- Schedule a custom event ー カスタムイベントをスケジュールする
- Trigger a custom event from a reusable element ー 再利用可能要素からカスタムイベントをトリガーする
- Trigger a custom event when data changes ー データ変更した時にカスタムイベントをトリガーする