add_run_label
# Saving the ID of a loan
add_run_label(f"loan_id:{payload.loan.identifier}")
# Noting a property of the integration with a static label
add_run_label("type:mortgage")Last updated
Was this helpful?
# Saving the ID of a loan
add_run_label(f"loan_id:{payload.loan.identifier}")
# Noting a property of the integration with a static label
add_run_label("type:mortgage")Last updated
Was this helpful?
Was this helpful?