Sign in

PutRecipe

This method edits a channel.

Example Input

This method has the URL https://kazzola.com/api/internetchannel/recipe and follows the Kazola Web API calling conventions.

 {
    "triggerId": "77-a6b920dc-0c3a-4eac-9d13-092e405c457b",
    "actionId": "78-88b19f93-f3e9-45d4-9aaf-17497c7e3455",
    "triggerLink": "https://dreamatico.com/data_images/weather/weather-1.jpg",
    "actionLink": "https://i2.wp.com/howto.lintel.in/wp-content/uploads/2015/12/email.jpg",
    "name": "Today's Weather Report Send Email",
    "status": 1,
    "recipeTrigger": {
      "name": "",
      "location": "New York ",
      "time": "13:10"
    },
    "recipeAction": {
      "from": "demo@workplains.com",
      "fromName": "",
      "host": "mail.crowfoot.arvixe.com ",
      "port": "25",
      "useDefaultCredentials": "0",
      "DeliveryMethod": "0",
      "enableSsl": "true",
      "userName": "",
      "password": "t@rget",
      "name": "",
      "to": "to@test.com",
      "toName": "",
      "cc": "ccto@test.com",
      "ccName": "",
      "subject": "recipe test. ",
      "body": ""
    },
    "userId": "8cd62285-c3a2-45c2-9012-3c1639e82af4",
    "userName": "John Taylor",
    "id": "81-3cef5b9d-724a-4a7c-988c-1e03793508b7",
   
  }

Response

{
  "code": 200,
  "message": "Success",
  "id": "81-3cef5b9d-724a-4a7c-988c-1e03793508b7"
}