← Tools Reference

SMTP2GO

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

API key7 toolshttps://api.smtp2go.com/v3
POST
smtp2go_send_email
Send a standard JSON email through SMTP2GO without Base64 attachments or inline files.

/email/send

12 parameters
ParamTypeRequiredDescription
senderstringrequiredThe name and email address to send from, such as Sender <sender@example.com>.
toarrayrequiredThe email addresses to send to, up to 100 recipients.
ccarrayoptionalThe email addresses to CC, up to 100 recipients.
bccarrayoptionalThe email addresses to BCC, up to 100 recipients.
subjectstringoptionalThe subject of the email. If template_id is provided, SMTP2GO ignores this valu…
html_bodystringoptionalThe HTML email body. Either html_body or text_body is required when template_id…
text_bodystringoptionalThe plain-text email body. Either html_body or text_body is required when templ…
custom_headersarrayoptionalCustom headers to add to the email.
template_idstringoptionalThe SMTP2GO template ID to use for this send.
template_dataobjectoptionalThe template variable values passed to SMTP2GO.
schedulestringoptionalA future SMTP2GO schedule timestamp within the next three days.
fastacceptbooleanoptionalWhether SMTP2GO should accept the email immediately and send it in the backgrou…
POST
smtp2go_search_activity
Search SMTP2GO email activity events with optional filters and pagination.

/activity/search

17 parameters
ParamTypeRequiredDescription
start_datestringoptionalThe inclusive start datetime for the activity search.
end_datestringoptionalThe exclusive end datetime for the activity search.
searchstringoptionalA text search across SMTP2GO activity search fields.
search_email_idstringoptionalThe SMTP2GO email ID to search for.
search_subjectstringoptionalA subject search string.
search_senderstringoptionalA sender search string.
search_recipientstringoptionalA recipient search string.
search_usernamesarrayoptionalSMTP2GO usernames to include in the activity search.
subaccountsarrayoptionalSMTP2GO subaccount IDs to include in the activity search.
limitintegeroptionalThe maximum number of events to return.
continue_tokenstringoptionalThe continuation token from a previous activity search.
only_latestbooleanoptionalWhether to return only the most recent event for each email.
only_latest_by_sentbooleanoptionalWhether to return the most recent event for each email ordered by sent date.
event_typesarrayoptionalSMTP2GO event types used to filter activity results.
include_headersbooleanoptionalWhether to include full email headers in returned events.
custom_headersarrayoptionalCustom header names to extract from returned raw headers.
regionstringoptionalThe SMTP2GO activity region to query.
POST
smtp2go_get_email_summary
Retrieve SMTP2GO account email statistics and current sending cycle summary.

/stats/email_summary

1 parameter
ParamTypeRequiredDescription
usernamestringoptionalThe optional SMTP2GO username to return statistics for.
POST
smtp2go_list_sender_domains
List SMTP2GO sender domains and their verification metadata.

/domain/view

2 parameters
ParamTypeRequiredDescription
domainstringoptionalOnly return records for this sender domain.
subaccount_idstringoptionalThe subaccount ID to query on behalf of.
POST
smtp2go_list_single_sender_emails
List SMTP2GO single sender email addresses and verification status.

/single_sender_emails/view

2 parameters
ParamTypeRequiredDescription
email_addressstringoptionalOnly return single sender emails matching this address.
subaccount_idstringoptionalThe subaccount ID to query on behalf of.
POST
smtp2go_search_email_templates
Search SMTP2GO email templates by terms, tags, sorting, and pagination.

/template/search

6 parameters
ParamTypeRequiredDescription
fuzzy_searchbooleanoptionalWhether search terms should use wildcard matching.
search_termsarrayoptionalTemplate search terms matched against name, tag, ID, or subject.
tagsarrayoptionalTemplate tags used to filter results.
sort_directionstringoptionalThe template sort direction.
page_sizeintegeroptionalThe maximum number of templates to return.
continue_tokenstringoptionalThe continuation token from a previous template search.
POST
smtp2go_get_email_template
Retrieve details for a single SMTP2GO email template by ID.

/template/view

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe case-sensitive SMTP2GO email template ID.