Skip to content

Instantly share code, notes, and snippets.

View saadnvd1's full-sized avatar

Saad Naveed saadnvd1

View GitHub Profile
{
"assistantId": "5fa2a2d6-a074-4420-bd5c-244794955b9c",
"phoneNumberId": "9cdbae8c-b1d1-4c4b-951d-2259f5332b66",
"customer": {
"number": "{{ $json.Phone }}",
"name": "{{ $json["First Name"] }}",
"email": "{{ $json["Email"] }}"
}
}
@saadnvd1
saadnvd1 / Generate Newsletter HTML
Last active July 27, 2025 01:15
Create a Custom YouTube Channel Newsletter to Grow Your Audience with n8n
const videos = $input.first().json.output;
let html = `<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Your YouTube Channel Newsletter</title>
</head>
<body style="background-color: #f5f7fa; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; color: #333333; line-height: 1.5; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin: 0; padding: 0;">
🎬 Full Snippet → https://www.lumifyhub.io/shared/a008bc64-5fff-4c32-bf0e-fa8d19a3a82a
# install cloudflared
brew install cloudflared
# login
cloudflared login
# create tunnel
cloudflared tunnel create n8n