onGroupMemberAdded( )


開発者プレビュー

このAPIは変更される可能性があります。プレビュー期間中、開発者からのフィードバックに基づいてバグ修正や新機能がリリースされる予定です。

Note: This method registers a callback function as an event handler. Subscribe your app to the relevant event via the Webhooks page in the Wix Dev Center to enable it. For more information, see Handle Events With Webhooks.

Triggered when a new member is added to a group, either directly by an admin or when a Join Request is approved.

メソッド宣言
コピー
メソッド・パラメータ
handlerfunction

handler(event: GroupMemberAddedEnvelope): void | Promise<void>

役に立ちましたか?
はい
いいえ