This is the sendgrid Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon May 15 04:18:49 2023 GMT+0.
The main system appears first, followed by any subsystem dependency.
sendgrid
Wrapper to SendGrid’s API.
vindarel
MIT
0.1
dexador
(system).
jonathan
(system).
src
(module).
Modules are listed depth-first from the system components tree.
Files are sorted by type and then listed depth-first from the systems components trees.
sendgrid/src/sendgrid.lisp
src
(module).
*api-key-environment-variable-name*
(special variable).
*verbose*
(special variable).
send-email
(function).
*sendgrid-api*
(special variable).
ensure-list
(function).
sendgrid-json
(function).
Packages are listed by definition order.
sendgrid
common-lisp
.
*api-key-environment-variable-name*
(special variable).
*verbose*
(special variable).
send-email
(function).
*sendgrid-api*
(special variable).
ensure-list
(function).
sendgrid-json
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Send an email with SendGrid’s API. https://docs.sendgrid.com/api-reference/mail-send/mail-send#body Currently only supporting basic parameters for 80% use cases.
Notice that ‘reply-to’, if not nil, should be an alist as (("email" . string) ("name" . string))
If LIST is a list, it is returned. Otherwise returns the list designated by LIST. (from Alexandria)
Build the data json.
‘to’: one email address or a list.
‘reply-to’: a pair of email and name.
Jump to: | E F S |
---|
Jump to: | E F S |
---|
Jump to: | *
S |
---|
Jump to: | *
S |
---|
Jump to: | F M P S |
---|
Jump to: | F M P S |
---|