Skip to content

Instantly share code, notes, and snippets.

@cbarley10
Last active May 1, 2024 17:39
Show Gist options
  • Save cbarley10/ab790339c9fdacc5e8f808007d53f53f to your computer and use it in GitHub Desktop.
Save cbarley10/ab790339c9fdacc5e8f808007d53f53f to your computer and use it in GitHub Desktop.
{
"ticketnetwork": {
"base_url": "https://www.ticketnetwork.com",
"logo": "https://www.ticketnetwork.com/e/_next/image?url=%2Ftn-logo-desktop.png&w=640&q=75",
"from_address": "hello@ticketnetwork.com",
"test": "{{ person.first_name }}",
"sender_name": "Ticket Network",
"some_html": "<h1>Test</h1>"
},
"tickets_expert": {
"base_url": "https://www.tickets.expert",
"logo": "https://dllvohqlwg1w9.cloudfront.net/expert/images/logo.png",
"from_address": "hello@tickets.expert.ticketnetwork.com",
"test": "{{ person.first_name }}",
"sender_name": "Tickets.Expert",
"some_html": "<h1>Test</h1>"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment