From c0fdbe344d6615557050425bb2cc5b06238678a0 Mon Sep 17 00:00:00 2001 From: Gustavo Luigi <=> Date: Tue, 13 Dec 2022 11:57:58 -0300 Subject: [PATCH] add form config --- forms.json | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 forms.json diff --git a/forms.json b/forms.json new file mode 100644 index 0000000..d9287f4 --- /dev/null +++ b/forms.json @@ -0,0 +1,51 @@ +[ + { + "name": "Bewerbungsformular", + "description": "Bewerbungsformular", + "status": 1, + "channels": [ + { + "name": "Application Employer Email", + "type": "email", + "active": 1, + "email-address": "info@areya.de", + "email-subject": "Es ist eine neue Bewerbung eingegangen!", + "email-attachments": "#cv", + "email-body-type": "blade", + "email-blade": "airtable" + }, + { + "name": "Confirmation Applicant Email", + "type": "email", + "active": 1, + "email-address": "#email", + "email-subject": "Confirmation Applicant", + "email-body-type": "text", + "email-body": "Confirmation Applicant" + }, + { + "name": "confirmation-applicant-sms", + "type": "email", + "active": 1, + "email-address": "mail@gateway.sms77.io", + "email-subject": "to=#tel from=www.jobs-oberpfalz.de key=luminokey unicode=yes", + "email-body-type": "text", + "email-body": "Best\u00e4tigung: Ihre Bewerbung wurde erfolgreich an die Firma #company gesendet. Viel Gl\u00fcck w\u00fcnscht Ihnen www.jobs-oberpfalz.de! " + }, + { + "name": "Bewerbungen", + "type": "inbox", + "active": 1, + "inbox-fields": "#name,#tel,#email,#job-title,#company,#company-id,#status", + "inbox-blade": "bewerbungen" + }, + { + "name": "Spam Filter", + "type": "inbox", + "active": 1, + "inbox-fields": "#company,#company-id,#status,#name,#email,#tel,#job-title", + "inbox-blade": "span-filter" + } + ] + } +] \ No newline at end of file