News & Announcements User Community Developer Community

Welcome to the RingCentral Community

Please note the community is currently under maintenance and is read-only.

Search
Make sure to review our Terms of Use and Community Guidelines.
  Please note the community is currently under maintenance and is read-only.
Home » Developers
How can I see the fax send status beside on status from logs as queued? (I am using free trial and sandbox as of now)
Tags: fax
Jan 11, 2023 at 11:34pm   •   1 replies  •  0 likes
Jonas Jacinto

I am applying the send fax on javascript api and I get already the status of 'Queued'. So, I am wondering how can I see the status like if it is already sent. Do you guys have an example to easily understand where to get the status? Thank you so much for answering everyone :)

1 Answer
answered on Jan 12, 2023 at 7:50am  

After sending a fax, you can detect the message status and the message id from the response. The status is normally in "Queued" as you already saw. You can use the message id and call this API to detect the latest status. E.g.

async function read_message(messageId){
    var resp = await platform.get('/restapi/v1.0/account/~/extension/~/message-store/' + messageId)
    var jsonObj = await resp.json()
    console.log(jsonObj)
}

 0



A new Community is coming to RingCentral!

Posts are currently read-only as we transition into our new platform.

We thank you for your patience
during this downtime.

Try Workflow Builder

Did you know you can easily automate tasks like responding to SMS, team messages, and more? Plus it's included with RingCentral Video and RingEX plans!

Try RingCentral Workflow Builder

PRODUCTS
RingEX
Message
Video
Phone
OPEN ECOSYSTEM
Developer Platform
APIs
Integrated Apps
App Gallery
Developer support
Games and rewards

RESOURCES
Resource center
Blog
Product Releases
Accessibility
QUICK LINKS
App Download
RingCentral App login
Admin Portal Login
Contact Sales
© 1999-2024 RingCentral, Inc. All rights reserved. Legal Privacy Notice Site Map Contact Us