Most Popular
Courier is a notification service that centralizes all of your templates and messaging channels in one place which increases visibility and reduces engineering time.
Sign-up
During our July 29th Courier Live, I was joined by our Head of Customer Success, Nate Munger. Together we discussed our new Brands feature set and walked through using it to send an email.
Check out the video below to watch us:
Be sure to Like the video and Subscribe to our YouTube channel.
During this stream, we used Python to create our Foxhub brand.
1import pprint2from trycourier import Courier3from trycourier.exceptions import CourierAPIException45pp = pprint.PrettyPrinter(indent=2)67client = Courier()89brand_settings = {10'colors': {11'primary': "#f02700",12'secondary': "#ff5f39",13'tertiary': "#000000"14},15'email': {16'header': {17'barColor': "#f02700",18'logo': {19'href': "https://foxhub.io",20'image': "https://i.imgur.com/j3FDeA2.png"21}22},23'footer': {24'markdown': "Follow us on Social!",25'social': {26'facebook': {27'url': "https://facebook.com/foxhub"28},29'twitter': {30'url': "https://twitter.com/foxhub"31}32}33}34}35}3637brand_snippets = {38'items': [39{40'format': "handlebars",41'name': "tagline",42'value': """<!-- block title -->43<style>44.hero {45font-size: 24px;46}47</style>48<div class="hero">Doing done well</div>"""49}50]51}5253try:54resp = client.create_brand(55id="FOXHUB",56name="Foxhub",57settings=brand_settings,58snippets=brand_snippets59)60pp.pprint(resp)61except CourierAPIException as err:62print(err.message)
Check out this Gist to see this script and others used during the stream.
Is there something you’d like to see us do using Courier? Let us know and it might be the subject of our next Courier Live. We stream a new Courier Live every Wednesday at noon Pacific. Follow us on Twitch to be notified when we go live.
-Aydrian
Courier is a notification service that centralizes all of your templates and messaging channels in one place which increases visibility and reduces engineering time.
Sign-up
Decode: Live Workshops to Build Exceptional Notification Experiences
Live coding workshops to build exceptional notification experiences for developers.
Shreya Gupta
February 02, 2023
No Code Notifications powered by Segment
Danny Douglass from our engineering team joined me for our August 12th Courier Live. We discussed a No Code approach to sending notifications using Courier as a Segment destination. It took less than 30 minutes from setup to sending our first notification.
Aydrian Howard
August 19, 2020
Free Tools
Comparison Guides
Send up to 10,000 notifications every month, for free.
Get started for free
Send up to 10,000 notifications every month, for free.
Get started for free
© 2024 Courier. All rights reserved.