sendLetter
$5/invocation
Allows you to send a letter in the UK. The letter will be Wakeflow branded, like so: https://storage.googleapis.com/func-live-storage/a20eb454-feff-4df6-8013-c9382b896d5c.pdf
sendLetter(
)
=
loading...
API
python
Ruby
>_
Google Sheets
Chat
Email
To use this function in your Ruby application:
1. Install it:
gem install func_live
2. Copy over this snippet:
FuncLive.token = 'FUNC_TOKEN'
FuncLive.("sendLetter", {
"text": "Dear Reader, \n\n Wishing you all the best. \n\n Best,\nAndi",
"date": "9 Apr 2024",
"address_line_1": "Joe Bloggs",
"address_line_2": "10 Downing Street",
"address_line_3": "London",
"address_line_4": "SW1A 2AA",
"address_line_5": "United Kingdom",
"address_line_6": "string"
})
3. Make sure to replace FUNC_TOKEN with an actual token from tokens.wakeflow.io
For more information: https://rubygems.org/gems/func_live