Flow Run Notification Policies
Create Flow Run Notification Policy
Creates a new flow run notification policy.
post/api/flow_run_notification_policies/
Headers
x-prefect-api-versionstring
Request body
Example request
{
"message_template": "Flow run {flow_run_name} with id {flow_run_id} entered state {flow_run_state_name}."
}Response
Successful Response
Example response
{
"message_template": "Flow run {flow_run_name} with id {flow_run_id} entered state {flow_run_state_name}."
}