Skip to content

Instantly share code, notes, and snippets.

View siddiknmh's full-sized avatar

AB Siddik siddiknmh

View GitHub Profile
@fabiansteuer
fabiansteuer / google_form_to_trello.gs
Created November 5, 2018 10:05
Create Trello card via email when a Google form is submitted
// Create Trello card via email when a Google form is submitted
//
// Setup:
// - Create a Google form with three response items
// - Go to More - Script Editor and paste this Gist into the editor
// - Change emailTrello to the email address of the Trello board
// - Tag relevant users in the subject line
// - Go to Edit - Currrent project's triggers and add a trigger that links the script to the form
var emailTrello = '...c@boards.trello.com'. // email address of the Trello board
@woogists
woogists / wc-change-email-subject.php
Last active December 29, 2022 13:52
Change email subject lines
/*
* goes in theme functions.php or a custom plugin
*
* Subject filters:
* woocommerce_email_subject_new_order
* woocommerce_email_subject_customer_processing_order
* woocommerce_email_subject_customer_completed_order
* woocommerce_email_subject_customer_invoice
* woocommerce_email_subject_customer_note
* woocommerce_email_subject_low_stock