Parameters
1 query · JSON body
Query parameters
· 1apiKeystringRequiredYour BizKitHub API key (passed as GET parameter).
Key format: A 32-character string matching: ^(PROD|DEV_|ROOT)[A-Za-z0-9]{28}$
Prefixes: PROD (production key), DEV_ (individual developer), ROOT (system key with no limits). Learn more
PRODPGrFxpGEtrOZfuWhnoJohUYBXuOERequest body
application/jsonsubjectstringRequiredEmail subject line.
Order confirmation #12345fromstringOptionalSender email address or name+email. If omitted, organisation default is used.
support@example.comtostringRequiredRecipient email address.
customer@example.comccstringOptionalCC recipient email address.
bccstringOptionalBCC recipient email address.
replyTostringOptionalReply-To email address.
prioritynumberOptionalEmail priority (lower = higher priority). Default queue priority if omitted.
1510notestringOptionalInternal note attached to the email record (not sent to recipient).
htmlBodystringOptionalHTML content of the email body.
tagstringOptionalTag for categorizing the email (e.g. for analytics).
order-confirmationnewsletterforceSendNowbooleanOptionalIf true, send immediately bypassing the queue. Default: false.
attachmentListobject | object | object[]OptionalList of attachments. Each item is one of blobToken, attachmentUrl, or rawTextContent.
blobTokenstringRequiredToken of a file stored in blob storage.
attachmentUrlstringRequiredPublic URL of the file to attach.
rawTextContentstringRequiredRaw text content to attach as a file.