Skip to content
Snippets Groups Projects
Commit 386224d1 authored by jaapjansma's avatar jaapjansma
Browse files

added search action designer for fiscale attest per email

parent 7fa034b4
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
<urls>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2021-12-24</releaseDate>
<releaseDate>2022-01-14</releaseDate>
<version>1.0</version>
<develStage>stable</develStage>
<compatibility>
......
{
"title": "Fiscale Attest (Email)",
"name": "fiscale_attest_email",
"description": "Verstuurt fiscale attesten per e-mail",
"success_message": "Action done",
"type": "dataprocessor_fiscale_attesten",
"is_active": "1",
"records_per_batch": "25",
"fields": [
{
"name": "template",
"title": "Template",
"type": "message_template",
"is_required": "1",
"configuration": {
"default_template": ""
},
"weight": "1"
},
{
"name": "e_mailbericht_template",
"title": "E-mailbericht template",
"type": "message_template",
"is_required": "1",
"configuration": {
"default_template": ""
},
"weight": "2"
}
],
"actions": [
{
"name": "verstuur_e_mail_en_maak_pdf_aan",
"title": "Verstuur e-mail en maak PDF aan",
"type": "SendPdfByEmail",
"mapping": {
"contact_id": "id",
"alternative_recipient": "",
"subject": "input.e_mailbericht_template.subject",
"body_html": "input.e_mailbericht_template.html_body",
"body_text": "",
"pdf_message": "input.template.html_body",
"sender_contact_id": "",
"activity_id": "",
"contribution_id": "",
"case_id": "",
"participant_id": "",
"attachments": []
},
"configuration": {
"filename": "fiscaalattest",
"use_sender_as": "none",
"cc": "",
"bcc": "",
"alternative_recipient": "",
"from_name": "",
"from_email": ""
},
"weight": "1"
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment