← Tools Reference

Encharge

Encharge integration (Communication, Marketing). Imported from open-connector.

API key1 toolhttps://api.encharge.io/v1
POST
encharge_send_email
Send a transactional email through the current Encharge account.

/emails/send

11 parameters
ParamTypeRequiredDescription
contentTypestringrequiredWhich Encharge email content field to send.
contentstringrequiredPlain-text body, HTML body, or template name based on contentType.
tostringrequiredRecipient email address string or an existing Encharge person reference.
fromstringrequiredEmail address string or object with email and name.
subjectstringoptionalEmail subject. Required for text and HTML email content.
templatePropertiesobjectoptionalDictionary of template values that Encharge replaces in the email subject or bo…
unsubscribeCheckbooleanoptionalWhether Encharge should skip sending to people who unsubscribed from emails.
UTMTagsbooleanoptionalWhether Encharge should apply account-level automatic UTM tagging to links.
ccstringoptionalComma-separated email address list accepted by Encharge.
bccstringoptionalComma-separated email address list accepted by Encharge.
replystringoptionalEmail address string or object with email and name.