Introduction
APIs, and Models to set up and manage your email triggers for your automation
API
Here are the list of APIs existing under email triggers category.
| API | Description |
|---|---|
| ChangeEmailTriggerToggleStatus | Toggle the status between Enable and Disable for the specified Email Trigger. |
| CreateEmailTriggerAsync | The API creates a new Email Trigger with the specified details inside the connected Control Room. |
| DeleteEmailTriggerAsync | The API deletes the specified Email Trigger from the connected Control Room. |
| GetAllEmailTriggersAsync | Gets the list of all Email Triggers from the connected Control Room. |
| UpdateEmailTriggerAsync | Updates the properties of the specified Email Trigger inside the connected Control Room. |
Models
Here are list of Models used in email triggers APIs.
| Models | Description |
|---|---|
| EmailTrigger | The structure represents an instance of the EmailTrigger entity. |
| MessageFilter | The structure represents an instance of the MessageFilter entity. |
| NewEmailTrigger | The structure represents an instance of the New EmailTrigger entity. |