add form config

master
Gustavo Luigi 2022-12-13 11:57:58 -03:00
parent c88880823e
commit c0fdbe344d
1 changed files with 51 additions and 0 deletions

51
forms.json Normal file
View File

@ -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"
}
]
}
]