UniOne integration (Communication, Marketing). Imported from open-connector.
https://api.unione.io/en/transactional/api/v1/system/info.json
/email/send.json
| Param | Type | Required | Description |
|---|---|---|---|
| recipients | array | required | Recipients accepted by UniOne. |
| body | object | required | Email body parts accepted by UniOne. |
| subject | string | required | Email subject. |
| from_email | string | required | Sender email address. |
| from_name | string | optional | Sender display name. |
| reply_to | string | optional | Reply-To email address. |
| reply_to_name | string | optional | Reply-To display name. |
| template_id | string | optional | Template identifier created in UniOne. |
| tags | array | optional | Up to four tags attached to the message. |
| skip_unsubscribe | integer | optional | Whether UniOne should skip appending the default unsubscribe footer. |
| global_language | string | optional | Language used for the unsubscribe footer and page. |
| template_engine | string | optional | Template engine used for substitutions. |
| global_substitutions | object | optional | String key-value object with string or integer values accepted by UniOne. |
| global_metadata | object | optional | String key-value object with string or integer values accepted by UniOne. |
| track_links | integer | optional | Whether click tracking is enabled, where 1 is enabled and 0 is disabled. |
| track_read | integer | optional | Whether read tracking is enabled, where 1 is enabled and 0 is disabled. |
| bypass_global | integer | optional | Whether the global unavailability list should be ignored. |
| bypass_unavailable | integer | optional | Whether the current account or project unavailability list should be ignored. |
| bypass_unsubscribed | integer | optional | Whether the current unsubscribed list should be ignored. |
| bypass_complained | integer | optional | Whether the current complaint list should be ignored. |
| idempotence_key | string | optional | Unique message key used to prevent accidental duplicates. |
| headers | object | optional | Custom email headers accepted by UniOne. |
| options | object | optional | Additional email sending options accepted by UniOne. |
/template/list.json
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of templates to return. Defaults to 50. |
| offset | integer | optional | Index of the first template to return. |
/tag/list.json
/suppression/list.json
| Param | Type | Required | Description |
|---|---|---|---|
| cause | string | optional | Suppression cause filter. |
| source | string | optional | Suppression source filter. |
| start_time | string | optional | UTC datetime string in the "YYYY-MM-DD hh:mm:ss" format accepted by UniOne. |
| cursor | string | optional | Pagination cursor from the previous UniOne response. |
| limit | integer | optional | Maximum number of suppression records to return. Defaults to 50. |