로그아웃 없이 트리거 페이로드 업데이트를 실행할 수 있나요?

I’m using discourse connect to update users avatars from WordPress into Discourse. However the payload only pushes on login. Is there any way to force the sync to happen without this step?

Thanks!

You can set a wordpress hook (or whatever they call it) so that a change in WordPress will push the change to Discourse. I think Manage group membership in Discourse with WP Discourse SSO has an example of how to do that, but I looked quickly.