July 19, 2023
over 1 year ago by Kamil Sindi
List Message Attempts
You can now list message attempts to debug webhooks.
An "attempt" signifies an effort to deliver a message to a specific endpoint. It also logs the content of the response from the endpoint, the HTTP status code of the response, along with other associated properties. These "attempt" entities can be accessed for analysis and review.
To learn more, check out our guide.
Display payload information
You can now include the payload information from the list events endpoint using the with_content
query parameter set to true
.