Create Alert Config

POST https://api.podengine.ai/api/v1/alerts/alert-config

Create a new alert configuration to monitor podcasts for mentions of a person, company, or custom keyword.

Request

Request body

alertNamestringrequired

Display name for this alert.

alertTypeenumrequired

Whether to track a person, company, or custom keyword.

personcompanycustom-keyword
valuestringrequired

Name or keyword to monitor in podcast episodes and transcripts.

emailSettingsobject1 field

Email notification schedule; defaults to daily when omitted.

frequencyenumrequired

How often alert email notifications should be sent.

hourlydailyweekly
enabledboolean

Whether the alert is active; defaults to true.

Generate and add phonetic spelling variants to the terms monitored by this alert.

additionalAlertSettingsobject2 fields

Additional recipients and spelling variants for this alert.

otherEmailsarray of string

Additional email addresses to receive alert notifications.

otherSpellingsarray of string

Additional spellings to match alongside the primary name or keyword.

Response

200 application/json
statusliteral: OKrequired
dataobjectrequired1 field
createdAlertConfigobjectrequired11 fields
idstringrequired
createdByUserIdstringrequired
teamIdstringrequired
createdAtdaterequired
updatedAtdaterequired
alertNamestringrequired
alertTypeenumrequired
personcompanycustom-keyword
enabledbooleanrequired
alertSettingsintersectionrequired
emailSettingsobjectrequired1 field
frequencyenumrequired

How often alert email notifications should be sent.

hourlydailyweekly
lastRunDatedaterequirednullable