Skip to content
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

Merged
merged 8 commits into from
Sep 2, 2024

Conversation

grubolsch
Copy link
Contributor

@grubolsch grubolsch commented Aug 20, 2024

Added

Sent mail when integration is blocked


Ticket: https://jira.uitdatabank.be/browse/PPF-55

Base automatically changed from PPF-56/activate-mail to PPF-56/mail-sent-basis August 21, 2024 07:11
@grubolsch grubolsch changed the title PPF-55 Send mail when integration is activated PPF-55 Send mail when integration is blocked Aug 22, 2024
Koen Eelen and others added 2 commits August 22, 2024 11:09
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
Copy link
Contributor

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?

Copy link
Contributor Author

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?

Copy link
Contributor

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.

@grubolsch grubolsch merged commit 02b35ba into PPF-56/mail-sent-basis Sep 2, 2024
8 checks passed
@grubolsch grubolsch deleted the PPF-55/blocked-mail branch September 2, 2024 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants