This Zap fires when any colleague submits an extra expense. It sends a confirmation to the employee and a notification to Ilaria.
Trigger: Webhooks by Zapier → Catch Hook
Action 1: Email by Zapier → to
natalia.stepanova@exobiosphere.com and
ilaria.ferrari@exobiosphere.com
Subject:
New expense submitted — {{submitter_name}} ({{expense_count}} item(s), {{total_eur}})
Body type: HTML — paste this template:
<div style="font-family:sans-serif;max-width:600px"><h2 style="color:#1e293b">💶 New Expense Submitted</h2><table style="font-size:14px;border-collapse:collapse;width:100%"><tr><td style="padding:5px 12px 5px 0;font-weight:bold">Employee</td><td>{{submitter_name}} ({{submitter_email}})</td></tr><tr><td style="padding:5px 12px 5px 0;font-weight:bold">Trip</td><td>{{trip}}</td></tr><tr><td style="padding:5px 12px 5px 0;font-weight:bold">Submitted</td><td>{{submitted_at}}</td></tr><tr><td style="padding:5px 12px 5px 0;font-weight:bold">Receipt</td><td>{{receipt_note}}</td></tr></table>{{expense_rows_html}}{{receipt_image_tag}}<p style="font-size:13px;color:#6b7280;margin-top:16px">Log in to the <a href="https://travel.exobiosphere.com/" style="color:#2e6fda;font-weight:600;text-decoration:none" target="_blank">Travel Request Manager</a> to review, approve, and download all receipts.</p></div>
✅ Receipt image: The {{receipt_image_tag}} field already contains a ready-made <img> HTML tag — just make sure your email body type is set to HTML and Zapier will render it inline. Works for JPG/PNG receipts. PDF receipts are viewable in the app.
Action 2: Email by Zapier → to
{{submitter_email}} (the employee)
Subject:
Expenses received — {{expense_count}} item(s), {{total_eur}}
Body type: HTML — paste this template:
<div style="font-family:sans-serif;max-width:600px"><h2 style="color:#1e293b">💶 Expenses Received</h2><p style="font-size:14px">Hi {{submitter_name}}, your expenses have been logged and sent for approval.</p>{{expense_rows_html}}<p style="font-size:13px;color:#6b7280;margin-top:16px">You will receive a confirmation once they are approved. Track it any time in the <a href="https://travel.exobiosphere.com/" style="color:#2e6fda;font-weight:600;text-decoration:none" target="_blank">Travel Request Manager</a>.</p></div>
After creating the Zap, copy the webhook URL and paste it in Tab 1.