← Tools Reference

UniOne

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

API key5 toolshttps://api.unione.io/en/transactional/api/v1
POST
unione_get_account_info
Get UniOne user or project information for the current API key.

/system/info.json

POST
unione_send_email
Send a transactional email through UniOne without attachments.

/email/send.json

23 parameters
ParamTypeRequiredDescription
recipientsarrayrequiredRecipients accepted by UniOne.
bodyobjectrequiredEmail body parts accepted by UniOne.
subjectstringrequiredEmail subject.
from_emailstringrequiredSender email address.
from_namestringoptionalSender display name.
reply_tostringoptionalReply-To email address.
reply_to_namestringoptionalReply-To display name.
template_idstringoptionalTemplate identifier created in UniOne.
tagsarrayoptionalUp to four tags attached to the message.
skip_unsubscribeintegeroptionalWhether UniOne should skip appending the default unsubscribe footer.
global_languagestringoptionalLanguage used for the unsubscribe footer and page.
template_enginestringoptionalTemplate engine used for substitutions.
global_substitutionsobjectoptionalString key-value object with string or integer values accepted by UniOne.
global_metadataobjectoptionalString key-value object with string or integer values accepted by UniOne.
track_linksintegeroptionalWhether click tracking is enabled, where 1 is enabled and 0 is disabled.
track_readintegeroptionalWhether read tracking is enabled, where 1 is enabled and 0 is disabled.
bypass_globalintegeroptionalWhether the global unavailability list should be ignored.
bypass_unavailableintegeroptionalWhether the current account or project unavailability list should be ignored.
bypass_unsubscribedintegeroptionalWhether the current unsubscribed list should be ignored.
bypass_complainedintegeroptionalWhether the current complaint list should be ignored.
idempotence_keystringoptionalUnique message key used to prevent accidental duplicates.
headersobjectoptionalCustom email headers accepted by UniOne.
optionsobjectoptionalAdditional email sending options accepted by UniOne.
POST
unione_list_templates
List UniOne templates available to the current API key.

/template/list.json

2 parameters
ParamTypeRequiredDescription
limitintegeroptionalMaximum number of templates to return. Defaults to 50.
offsetintegeroptionalIndex of the first template to return.
POST
unione_list_tags
List UniOne user-defined tags.

/tag/list.json

POST
unione_list_suppressions
List UniOne suppressed recipients with optional filters.

/suppression/list.json

5 parameters
ParamTypeRequiredDescription
causestringoptionalSuppression cause filter.
sourcestringoptionalSuppression source filter.
start_timestringoptionalUTC datetime string in the "YYYY-MM-DD hh:mm:ss" format accepted by UniOne.
cursorstringoptionalPagination cursor from the previous UniOne response.
limitintegeroptionalMaximum number of suppression records to return. Defaults to 50.