Configuration

To configure the awssns integration, you'll need:

ParameterTypeRequired(*)Description
webhook_signing_secretstring*The signing certificate from AWS SNS

Example

{
  "webhook_signing_secret": "whsec_e5cf4458caae49ae72d8f275deb9b63bdd41dd5c932c27c9346d428fb9e1d0a0"
}

Schema

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "additionalProperties": false,
  "properties": {
    "webhook_signing_secret": {
      "description": "The signing certificate from AWS SNS",
      "minLength": 1,
      "type": "string"
    }
  },
  "required": [
    "webhook_signing_secret"
  ],
  "type": "object"
}

Configure via Dashboard

The easiest way to configure this integration is through the MagicBell dashboard:

  1. Log in to your MagicBell dashboard.
  2. Navigate to Settings > Integrations.
  3. Find and click on this integration.
  4. Follow the on-screen instructions to complete the configuration.
Configure integration
MagicBell Dashboard: Integration Configuration