- Help Center
- Developers
- General
Creating a Web Hook
With Commerce7, you have the ability to set up a Web Hook that triggers a message/notification whenever a Customer or Tag undergoes creation, updating, or deletion.
Creating a Web Hook
- Go to Developer > Web Hooks.
- Click the Add Web Hook button.
- Select the Object
- Select an associated Action you would like to be sent to your Web Hook.
- Enter your URL in the Web Hook Url field.
- Add Basic Authentication on the web hook (optional). When calling your web hook we will add Basic Auth to the call if you enter a username and password.
- Add Web Hook Notes (optional). This is used when you want to remember what the web hook is for (and it's not clear from the url).
- Add an email to the Notification Email field. If your web hook fails consistently for 48 hours, it will be disabled - and a notification will be sent to this email address.
- Note that if your Web Hook is disabled, there is not a way to re-enable it. You will need to recreate the Web Hook from scratch.
- Note that if your Web Hook is disabled, there is not a way to re-enable it. You will need to recreate the Web Hook from scratch.
- Click the Save at to the top or Save Web Hook at the bottom.