Fork of Html email draft was forked from Html email draft
Continue chatting to ask questions about or make changes to it.
change this values from the email template (in yellow #EBB305
):
name: {{ $('Webhook').item.json.body.firstName }}
company: {{ $('Webhook').item.json.body.company }}
{talk about how we're going to cover the subject if applicable}:{{ $('Webhook').item.json.body.message }}
booking date: {{ $('Webhook').item.json.body.bookingDateTime }}
The email template has been updated to use the dynamic webhook values:
{{ $('Webhook').item.json.body.firstName }}
{{ $('Webhook').item.json.body.company }}
{{ $('Webhook').item.json.body.bookingDateTime }}
{{ $('Webhook').item.json.body.message }}
The template will now dynamically populate these fields when the webhook is triggered, making each email personalized based on the incoming data.