| 108 | } |
| 109 | |
| 110 | func (a *Approver) getApprovalMessage() string { |
| 111 | return strings.TrimSpace(fmt.Sprintf(`### 🎉 Your application has been approved |
| 112 | |
| 113 | Congratulations, @%s has approved your application! A promotion will be applied to your 1Password account shortly. |
| 114 | |
| 115 | To lower the risk of lockout, [assign at least one other person to help with account recovery](https://support.1password.com/team-recovery-plan/) in case access for a particular team member is ever lost. You may add additional core contributors as you see fit. |
| 116 | |
| 117 | Finally, we’d love to hear more about your experience using 1Password in your development workflows! Feel free to join us over on the [1Password Developers Slack](https://join.slack.com/t/1password-devs/shared_invite/zt-15k6lhima-GRb5Ga~fo7mjS9xPzDaF2A) workspace. |
| 118 | |
| 119 | Welcome to the program and happy coding! 🧑💻`, a.application.ApproverUsername)) |
| 120 | } |
| 121 | |
| 122 | func (a *Approver) createSentryEvent() { |
| 123 | var appData map[string]interface{} |