The MX-Skip-Webhook Header
Partners who use MXâs webhooks can prevent them from being triggered by sending the optional MX-Skip-Webhook header with a value of true. Webhooks will be delivered if the header is set to false or if it is omitted altogether.MX-Skip-Webhook: true
This header works only for create, update, and delete requests on the following resources:
- Accounts
- Budgets
- Categories
- Goals
- Holdings
- Members
- Transactions
The skip_webhook Parameters
Partners may also choose to prevent a webhook by sending a skip_webhook parameter in a request body. Set this boolean to true to prevent a webhook being sent for that request. Webhooks will be delivered if the parameter is set to false or if it is omitted altogether.
This parameter works only for create and update requests on the following resources:
- Accounts
- Budgets
- Categories
- Goals
- Holdings
- Members
- Transactions

