Create a new alert configuration to monitor podcasts for mentions of a person, company, or custom keyword.
This endpoint requires an API token. You can learn more about how to get an API token from the authentication page.
| Property | Type | Description |
|---|---|---|
alertName | string | |
alertType | enum ⓘAllowed values personcompanycustom-keyword | |
value | string | |
emailSettingsoptional | object | |
└frequency | enum ⓘAllowed values hourlydailyweekly | |
enabledoptional | boolean | |
generateAlternativeSpellingsoptional | boolean | |
additionalAlertSettingsoptional | object | |
└otherEmailsoptional | array of string | |
└otherSpellingsoptional | array of string |
| Property | Type | Description |
|---|---|---|
status | literal: OK | |
data | object | |
└createdAlertConfig | object | |
└id | string | |
└createdByUserId | string | |
└teamId | string | |
└createdAt | date | |
└updatedAt | date | |
└alertName | string | |
└alertType | enum ⓘAllowed values personcompanycustom-keyword | |
└enabled | boolean | |
└alertSettings | intersection | |
└emailSettings | object | |
└frequency | enum ⓘAllowed values hourlydailyweekly | |
└lastRunDatenullable | date |