Failed job state in multiple recipients fax numbers

  1. If destination contains more recipients fax numbers. Here is my ask I am sending faxes to 10 recipients fax numbers out of 8 failed and 2 success. What would be job_state and delivery_attempts "state" ?
  2. How to handle Retry mechanism for above use case. Can you please throw more light on Retry logic?
  3. Is there any separate API available for handling failed job ( if I am going to use send faxes API it’s creating another job_id for same document). Please correct me if I am wrong. thank you.


Comments

    1. For this scenario, the job_state would be "Completed" as the job is completed, job_state would be "Delivered" for the 2 success and "Failed" for the 8 failure cases.
    2. The retry mechanism is handled internally
    3. There are no API's available to handle failed jobs
  • @Arun Prasad Thank you for providing required info.