areya-energy/forms.json

32 lines
1.1 KiB
JSON
Raw Normal View History

2022-08-29 11:35:43 +00:00
[
{
"name":"Anfrage",
"status":1,
"channels":[
{
"name":"Bestaetigung",
"type":"email",
"status":1,
"active":"1",
"email-address":"info@areya.de",
"email-subject":"Bestaetigung",
"email-body-type":"text",
"email-body":"Olá"
},
{
"name":"Fastbill",
"type":"api",
"status":1,
"active":"1",
"api-url":"https://my.fastbill.com/api/1.0/api.php",
"api-method":"post",
"api-auth-type":"basic",
"api-auth-username":"info@areya.de",
"api-auth-password":"e0364f3a42ca616af0fe78de3337008d5P7ZRTq9OsOVlWNlf7h3i5C9ZUagDgyV",
"api-body-type":"json",
"api-body-json":{"SERVICE":"customer.create","DATA":{"CUSTOMER_TYPE":"business","ORGANIZATION":"GustavoLuigi","LAST_NAME":"Souza"}},
"api-header-data":[{"key":"Content-Type","value":"application/json"}]
}
]
}
]