Skip to main content

Rule Delivery Profiles

Delivery Methods (ProfileCreateDto)

Webhook
JSON
{
  ...
  "methods": [
    {
      "sendMethod": "webhook",
      "auth": {
        "url": "https://myWebsiteDomain.tld/post/data",
        "method": "POST"
      }
    }
  ]
}
MySQL
JSON
{
  ...
  "methods": [
    {
      "sendMethod": "mysql",
      "auth": {
        "host": "mysqlDatabase.tld",
        "username": "MyUser",
        "password": "SomePassword",
        "database": "databaseName",
        "tableName": "tableName"
      }
    }
  ]
}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.