Modified identification request webhook

This commit is contained in:
tsoganov 2024-10-15 14:13:04 +03:00
parent d04622c49f
commit 0085f99e02
14 changed files with 292 additions and 19 deletions

View file

@ -0,0 +1,44 @@
Tere,
<br><br>
<p>
Anname teada, et järgmise kontakti kinnitamisprotsess on edukalt lõpule viidud.
</p>
<h3>Kontaktandmed:</h3>
<ul>
<li><strong>Kood:</strong> <%= @contact.code %></li>
<li><strong>Nimi:</strong> <%= @contact.name %></li>
<li><strong>Identifikaator:</strong> <%= ident_for(@contact) %></li>
</ul>
<p>
Täielikud tulemused leiate manuses olevast PDF-failist.
</p>
Kui Teil on küsimusi seoses kontakti kinnitamise või muude teenustega registripidaja portaalis, võtke meiega ühendust.
</p>
<p>
Parimate soovidega,
</p>
<%= render 'mailers/shared/signatures/signature.et.html' %>
<hr>
<br><br>
Hi,
<br><br>
<p>
We are writing to inform you that the verification process for the following contact has been successfully completed.
</p>
<h3>Contact Details:</h3>
<ul>
<li><strong>Code:</strong> <%= @contact.code %></li>
<li><strong>Name:</strong> <%= @contact.name %></li>
<li><strong>Ident:</strong> <%= ident_for(@contact) %></li>
</ul>
<p>
The full result can be found in the attached PDF file.
</p>
<p>
If you have any questions regarding the contact verification or other services in the Registrar Portal, please do not hesitate to reach out to us.
</p>
<p>
Best regards,
</p>
<%= render 'mailers/shared/signatures/signature.en.html' %>

View file

@ -0,0 +1,32 @@
Tere,
Anname teada, et järgmise kontakti kinnitamisprotsess on edukalt lõpule viidud.
Kontaktandmed:
- Kood: <%= @contact.code %>
- Nimi: <%= @contact.name %>
- Identifikaator: <%= ident_for(@contact) %>
Täielikke tulemusi saab vaadata kontakti lehelt registripidaja portaalis.
Kui Teil on küsimusi seoses kontakti kinnitamise või muude teenustega registripidaja portaalis, võtke meiega ühendust.
Parimate soovidega,
<%= render 'mailers/shared/signatures/signature.et.text' %>
---
Hi,
We are writing to inform you that the verification process for the following contact has been successfully completed.
Contact Details:
- Code: <%= @contact.code %>
- Name: <%= @contact.name %>
- Ident: <%= ident_for(@contact) %>
The full result can be viewed on the contact page in the Registrar Portal.
If you have any questions regarding the contact verification or other services in the Registrar Portal, please do not hesitate to reach out to us.
Best regards,
<%= render 'mailers/shared/signatures/signature.en.text' %>