Open airblade opened 2 years ago
I have a Rails app running locally. It uses Action Mailbox which receives webhooks from mail systems such as Postmark. Action Mailbox requires incoming webhooks to use a URL with basic authentication like this:
https://actionmailbox:PASSWORD@example.com/rails/action_mailbox/postmark/inbound_emails
When running locally, the URL needs to be:
http://actionmailbox:PASSWORD@0.0.0.0:3000/rails/action_mailbox/postmark/inbound_emails
As far as I can tell the Hookdeck CLI does not support this. Please could you add it?
I have a Rails app running locally. It uses Action Mailbox which receives webhooks from mail systems such as Postmark. Action Mailbox requires incoming webhooks to use a URL with basic authentication like this:
When running locally, the URL needs to be:
As far as I can tell the Hookdeck CLI does not support this. Please could you add it?