Hi Cody,
If you are using execution sets, you can use the callback section to interact with an API endpoint and pass values from execution to that endpoint. The following variables can be used in the REST Connection Payload section:
Execution Level Variables:
@execution_passed_on_retry
@execution_build
@execution_state
@execution_pending
@execution_failed
@execution_total
@pass_rate
@execution_result
@execution_set_id
@execution_id
@execution_set_name
Test Case Level Variables:
@test_case_name
@test_case_suite_name
@test_case_execution_id
@test_case_description
@test_case_execution_start_timestamp
@test_case_execution_end_timestamp
@test_case_execution_video_url
@test_case_execution_image_url
@test_case_execution_log_url
@test_case_execution_status
@test_case_execution_duration
@test_case_execution_actual_duration
@test_case_execution_start_date_time
@test_case_execution_end_date_time
@test_case_execution_failed_messages
@test_case_execution_defect_tracking_id
Regards,
Subject7 Team"