Home
Core Messaging
Failed job state in multiple recipients fax numbers
Ballamudi
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" ?
How to handle
Retry mechanism for above use case. Can you please throw more light on Retry logic?
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.
Find more posts tagged with
Comments
Arun Prasad
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.
The retry mechanism is handled internally
There are no API's available to handle failed jobs
Ballamudi
@Arun Prasad
Thank you for providing required info.