Skip to content

Instantly share code, notes, and snippets.

@ihoka
Created August 31, 2011 07:11
Show Gist options
  • Save ihoka/1182980 to your computer and use it in GitHub Desktop.
Save ihoka/1182980 to your computer and use it in GitHub Desktop.
ActionDefinition
config_key
start_day
content
PrintedInvoice
options:
- magic envelope
ThankYouNote
type:
- business / payment (print template)
- ZenCash promo
options:
gift card:
- Amazon 10
- Amazon 25
- Apple 25
- Apple 50
TextMessage
type:
- thank you / reminder
PhoneCall
type:
- thank you / reminder
FinalNotice
- no config
stage_1:
- printed_invoice
- printed_invoice_magic_envelope
stage_2:
- printed_invoice
printed_invoice:
:type: PrintedInvoice
:description: Send a printed copy of the invoice (up to 5 pages)
:dropdown_label: Printed copy of the invoice
:icon: mail
:price: 1.40
:stage_1:
:default_send_day: 1
:default_message: PrintedInvoice - Stage 1 Default Message
:stage_2:
:default_send_day: 5
:default_message: PrintedInvoice - Stage 2 Default Message
printed_invoice_magic_envelope:
:type: PrintedInvoice
:description: Send a printed copy of the invoice (up to 5 pages)
:dropdown_label: Printed copy of the invoice
:icon: mail
:price: 1.40
:stage_1:
:default_send_day: 1
:default_message: PrintedInvoice - Stage 1 Default Message
:stage_2:
:default_send_day: 5
:default_message: PrintedInvoice - Stage 2 Default Message
thank_you_card:
thank_you_card_amazon_10:
thank_you_card_amazon_25:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment