Skip to main content

Email

NameTypeDescription
recipientsstring
Email recipients, comma separated. Use {account_owner_email} to send an email to the Hybrik account owner.
subjectstring
Email subject line. Placeholders such as {source_name} and {job_id} are supported.
bodystring
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."
}
}
}