Unigate
1. System Message Remote
<SystemMessageRemote
description="Send email to [instance name]"
sendUrl="https://a.klaviyo.com/api/"
systemMessageRemoteId="KLAVIYO"/>
## 2. Communication Gateway Config
Configures the gateway that will handle sending emails via Unigate.
* **commGatewayConfigId** β Unique ID for the gateway
* **description** β Name of the gateway
* **sendEmailServiceName** β Service in Moqui used to send the email
Available services:
1. `co.hotwax.klaviyo.KlaviyoServices.send#EmailCommunication` β Send an email
2. `co.hotwax.klaviyo.KlaviyoServices.create#WorkflowEvent` β Create an event in Klaviyo
3. `co.hotwax.klaviyo.common.KlaviyoServices.send#KlaviyoRequest` β Send a request to Klaviyo
```xml
<co.hotwax.unigate.CommGatewayConfig
commGatewayConfigId="KLAVIYO"
description="Klaviyo Gateway For [instance name]"
sendEmailServiceName="co.hotwax.klaviyo.KlaviyoServices.send#EmailCommunication"/>3. Instance Party
4. Communication Gateway Auth
5. Client User Credentials
6. Unigate System Configuration
7. Enumerations
8. Product Store Email Settings
9. System Message Type
10. Communication Event Type
Last updated