Name | Type | Description |
---|---|---|
recipients | string | Email recipients, comma separated. Use {account_owner_email} to send an email to the Hybrik account owner. |
subject | string | Email subject line. Placeholders such as {source_name} and {job_id} are supported. |
body | string | Email body text. Placeholders such as {source_name} and {job_id} are supported. |
Example email
{
"uid": "notify_task",
"kind": "notify",
"payload": {
"notify_method": "email",
"email": {
"recipients": "{account_owner_email}",
"subject": "Job {job_id} has completed.",
"body": "File {source_basename} was processed."
}
}
}