{
  "name": "Phonio narudžba → e-mail vlasniku",
  "flow": [
    {
      "id": 1,
      "module": "gateway:CustomWebHook",
      "version": 1,
      "parameters": { "hook": null, "maxResults": 1 },
      "mapper": {},
      "metadata": {
        "designer": { "x": 0, "y": 0 },
        "restore": {},
        "parameters": [
          { "name": "hook", "type": "hook:gateway-webhook", "label": "Webhook", "required": true }
        ],
        "interface": [
          { "name": "event_id", "type": "text" },
          { "name": "dogadjaj", "type": "text" },
          { "name": "firma", "type": "text" },
          { "name": "vrijeme", "type": "text" },
          { "name": "podaci", "type": "collection", "spec": [
            { "name": "broj_narudzbe", "type": "number" },
            { "name": "ime", "type": "text" },
            { "name": "telefon", "type": "text" },
            { "name": "nacin", "type": "text" },
            { "name": "adresa", "type": "text" },
            { "name": "stavke", "type": "array" },
            { "name": "iznos", "type": "number" },
            { "name": "placanje", "type": "text" },
            { "name": "zeljeno_vrijeme", "type": "text" },
            { "name": "napomena", "type": "text" }
          ] }
        ]
      }
    },
    {
      "id": 2,
      "module": "email:ActionSendEmail",
      "version": 7,
      "parameters": { "account": null, "saveAfterSent": false },
      "mapper": {
        "to": ["vlasnik@vasadomena.ba"],
        "subject": "Narudžba #{{1.podaci.broj_narudzbe}}: {{1.podaci.ime}} — {{1.podaci.iznos}} KM",
        "contentType": "text",
        "text": "Nova narudžba ({{1.podaci.nacin}})\n\n{{join(map(1.podaci.stavke; naziv); \"\n\")}}\n\nIznos: {{1.podaci.iznos}} KM ({{1.podaci.placanje}})\nAdresa: {{1.podaci.adresa}}\nŽeljeno vrijeme: {{1.podaci.zeljeno_vrijeme}}\nTelefon: {{1.podaci.telefon}}\nNapomena: {{1.podaci.napomena}}"
      },
      "metadata": {
        "designer": { "x": 300, "y": 0 },
        "restore": {},
        "parameters": [
          { "name": "account", "type": "account:smtp", "label": "Connection", "required": true }
        ]
      }
    }
  ],
  "metadata": {
    "instant": true,
    "version": 1,
    "scenario": {
      "roundtrips": 1,
      "maxErrors": 3,
      "autoCommit": true,
      "sequential": false,
      "confidential": false,
      "dataloss": false,
      "dlq": false,
      "freshVariables": false
    },
    "designer": { "orphans": [] },
    "zone": "eu2.make.com"
  }
}
