Create webhooks
Create webhooks for the development and production environments of your e-commerce site. You can choose the events that you want to be notified about.
- Log in to the Developer Dashboard.
- On the Webhooks Configuration page, click Create New.
- Specify the configuration information.
- Environment. The environment to create the webhook for.
- Configuration Name. The name for your webhook configuration.
- Callback URL. The callback URL that is notified of webhook events.
- Status. The status of the webhook configuration.
- Specify the authentication information. For more information, see Authentication for event callbacks.
- Auth URI. The URI that Connect sends authorization requests to.
- Client ID. The ID that Connect uses to authenticate with your site.
- Client Secret. The secret that Instacart uses to authenticate with your site.note
You cannot use the same client secret for callback configurations in both development and production environments.
- Grant Type. The grant type for the token. Use client_credentials.
- Scope. (Optional) The permission set on the token.
- Resource. (Optional) The resource parameter for obtaining the token.
- Select the events you want Instacart to notify your site about. For more information, see Event callbacks.
- Click Save.
The callback URL receives the event callbacks.