The Webhook callback consumer should POST to the user-supplied Webhook callback URL.To get started with HTTPX, see the QuickStart page.
Note: As you may have seen in Exercise 4, the callback URL may not always be available. You do not need to re-attempt delivery, but this will cause your HTTP request to raise an exception. Don’t let this become a poison message: catch this exception and acknowledge the message.
The Webhook callback consumer should POST to the user-supplied Webhook callback URL.To get started with HTTPX, see the QuickStart page.
Note: As you may have seen in Exercise 4, the callback URL may not always be available. You do not need to re-attempt delivery, but this will cause your HTTP request to raise an exception. Don’t let this become a poison message: catch this exception and acknowledge the message.