-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PPF-55 Send mail when integration is blocked #1331
Conversation
PPF-55 Moved classes around related to Mailjet / Sending mail
'url' => $this->baseUrl . '/nl/integraties/' . $integration->id, | ||
'type' => $integration->type->value, | ||
] | ||
); | ||
} | ||
} | ||
|
||
public function sendIntegrationBlockedMail(IntegrationBlocked $integrationBlocked): void |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the direct URL of the integration inside publiq-platform
useful for every type of mail?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Difficult to say because we don't have a final copy of these emails.
Currently I am just using it for the activation email, but we will have to see how it ends up.
Would you prefer to always send all variables?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's easy to change later, but I thought it would be useful to be able to always open the integration from the mail the integrator received. Makes it less of a hassle to find the integration in question.
Added
Sent mail when integration is blocked
Ticket: https://jira.uitdatabank.be/browse/PPF-55