{
  "Entities": [
    {
      "EntityType": "Rock.Model.WorkflowType",
      "Guid": "fe271cbb-e856-48b3-b9fa-49919258a459",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "IsActive": true,
        "WorkflowIdPrefix": "",
        "Name": "Send Info To Zapier",
        "Description": "This is a very simple workflow to be shared on rock's website as a recipe to sending info to zapier.",
        "Order": 0,
        "WorkTerm": "Work",
        "ProcessingIntervalSeconds": 28800,
        "IsPersisted": true,
        "SummaryViewText": "<div class='row'>\n    <div class='col-sm-6'>\n        <dl><dt>Started By</dt><dd>{{ Workflow.InitiatorPersonAlias.Person.FullName }}</dd></dl>\n    </div>\n    <div class='col-sm-6'>\n        <dl><dt>Started On</dt><dd>{{ Workflow.ActivatedDateTime | Date:'MM/dd/yyyy' }} at {{ Workflow.ActivatedDateTime | Date:'hh:mm:ss tt' }}</dd></dl>\n    </div>\n</div>\n\n{% assign attributeList = '' %}\n{% for attribute in Workflow.AttributeValues %}\n    {% if attribute.AttributeIsGridColumn %}\n        {% assign attributeValue = attribute.ValueFormatted %}\n        {% if attributeValue != '' %}\n            {% capture item %}<dt>{{ attribute.AttributeName }}</dt><dd>{{ attributeValue }}</dd>{% endcapture %}\n            {% assign attributeList = attributeList | Append:item %}\n        {% endif %}\n    {% endif %}\n{% endfor %}\n\n{% if attributeList != '' %}\n    <div class='row'>\n        <div class='col-sm-6'>\n            <dl>\n                {{ attributeList }}\n            </dl>\n        </div>\n    </div>\n{% endif %}",
        "NoActionMessage": "This {{ Workflow.WorkflowType.WorkTerm }} does not currently require your attention.",
        "LogRetentionPeriod": null,
        "CompletedWorkflowRetentionPeriod": null,
        "LoggingLevel": 0,
        "IconCssClass": "fa fa-list-ol",
        "CreatedDateTime": "2020-10-03T21:36:22.853",
        "ModifiedDateTime": "2020-10-03T21:44:07.2"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "CategoryId",
          "EntityType": "",
          "Type": 4,
          "Data": "WorkflowCategory"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "54e18401-8453-4353-8afe-cf6a43fb558f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Send To Zapier",
        "Description": "",
        "IsActivatedWithWorkflow": true,
        "Order": 0,
        "CreatedDateTime": "2020-10-03T21:36:22.947",
        "ModifiedDateTime": "2020-10-03T21:36:22.947"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "fe271cbb-e856-48b3-b9fa-49919258a459"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "d52e180e-105c-4961-9ebd-d337be17810c",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Send attributes to zapier",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2020-10-03T21:36:23.02",
        "ModifiedDateTime": "2020-10-03T21:36:23.02"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "54e18401-8453-4353-8afe-cf6a43fb558f"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f5ece10a-41b1-4b68-a5b0-82b14ca43618",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Method",
        "Name": "Method",
        "Description": "HTTP method to use when making requests.",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "GET",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Method",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-09-17T18:30:29.847",
        "ModifiedDateTime": "2018-09-17T18:30:29.847"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.SelectSingleFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d0985275-a3c9-4bb9-b516-e9f31c10f989",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "fieldtype",
        "Value": "ddl"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f5ece10a-41b1-4b68-a5b0-82b14ca43618"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "1b196c02-9615-44bc-a80b-489cb69f7f05",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "values",
        "Value": "GET,POST,PUT,DELETE,PATCH"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f5ece10a-41b1-4b68-a5b0-82b14ca43618"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "67c1c3e3-51db-4136-aa66-15c186bac7a0",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "POST",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-10-03T21:36:23.053",
        "ModifiedDateTime": "2020-10-03T21:36:23.053"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f5ece10a-41b1-4b68-a5b0-82b14ca43618"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d52e180e-105c-4961-9ebd-d337be17810c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "8e78883d-d5e9-4d9e-8787-87ae8268c97f",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Order",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-09-17T18:30:29.973",
        "ModifiedDateTime": "2018-09-17T18:30:29.973"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "59405a58-aae3-4f4c-9756-58fd9772ac8f",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Active",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-09-17T18:30:29.987",
        "ModifiedDateTime": "2018-09-17T18:30:29.987"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f361dc32-d101-4642-8884-e99cb5a86bb3",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-10-03T21:36:23.053",
        "ModifiedDateTime": "2020-10-03T21:36:23.053"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "59405a58-aae3-4f4c-9756-58fd9772ac8f"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d52e180e-105c-4961-9ebd-d337be17810c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1c16ee76-0f0e-47ad-8cc4-d5add14ff8f2",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Url",
        "Name": "URL",
        "Description": "Sets the BaseUrl property for requests made by this client instance  <span class='tip tip-lava'></span>",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "URL",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-09-17T18:30:29.86",
        "ModifiedDateTime": "2018-09-17T18:30:29.86"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c137ff9c-1cf4-46b0-bd93-99f41a4d7876",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "PUT THE ZAPIER LINK HERE",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-10-03T21:36:23.053",
        "ModifiedDateTime": "2020-10-03T21:44:11.123"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "1c16ee76-0f0e-47ad-8cc4-d5add14ff8f2"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d52e180e-105c-4961-9ebd-d337be17810c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "cd44f67b-6ce2-4dbb-b651-6a2e6d9ade78",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Parameters",
        "Name": "Parameters",
        "Description": "The parameters to send with request. <span class='tip tip-lava'></span>",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Parameters",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-09-17T18:30:29.873",
        "ModifiedDateTime": "2018-09-17T18:30:29.873"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.KeyValueListFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "dfcbc69b-2402-465f-bb8f-d1225bade6c9",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "displayvaluefirst",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "cd44f67b-6ce2-4dbb-b651-6a2e6d9ade78"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b1a1866d-b9e6-42d4-be40-51ef9171e186",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "keyprompt",
        "Value": "Parameters"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "cd44f67b-6ce2-4dbb-b651-6a2e6d9ade78"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "07cb6c5e-2d54-441b-b9b9-3e842c6ad723",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Headers",
        "Name": "Headers",
        "Description": "The key value pairs to add in the http header. <span class='tip tip-lava'></span>",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Headers",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-09-17T18:30:29.887",
        "ModifiedDateTime": "2018-09-17T18:30:29.887"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.KeyValueListFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "26faa54f-50e1-4575-99a7-e877d3ba78b7",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "displayvaluefirst",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "07cb6c5e-2d54-441b-b9b9-3e842c6ad723"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "4e26ccfe-b1d5-44af-9d52-e2fa2afdf62a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "keyprompt",
        "Value": "Headers"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "07cb6c5e-2d54-441b-b9b9-3e842c6ad723"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "50386632-fedc-4bd4-b400-17c3a609f20d",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "BasicAuthUserName",
        "Name": "Basic Auth UserName",
        "Description": "The user name for basic http authentication.",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Basic Auth UserName",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-09-17T18:30:29.9",
        "ModifiedDateTime": "2018-09-17T18:30:29.9"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "9da05d4a-fb29-42a6-b0ce-b96d6786c83d",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "BasicAuthPassword",
        "Name": "Basic Auth Password",
        "Description": "The password for basic http authentication.",
        "Order": 5,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Basic Auth Password",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-09-17T18:30:29.913",
        "ModifiedDateTime": "2018-09-17T18:30:29.913"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "ee789e50-70c6-40e0-87bd-864af709470d",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "RequestContentType",
        "Name": "Request Content Type",
        "Description": "",
        "Order": 6,
        "IsGridColumn": false,
        "DefaultValue": "0",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Request Content Type",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-09-17T18:30:29.923",
        "ModifiedDateTime": "2018-09-17T18:30:29.923"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.SelectSingleFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "22f1b0ce-7fc1-4875-8dc6-3524c13956b3",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "enumSourceTypeKey",
        "Value": "Rock.Workflow.Action.RequestContentType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ee789e50-70c6-40e0-87bd-864af709470d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "4bb191a5-73d5-4719-a19e-7e26d077322c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "fieldtype",
        "Value": "rb"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ee789e50-70c6-40e0-87bd-864af709470d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "0ec69d10-5ff9-4942-b3df-1e6e9a2dc146",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "values",
        "Value": "0^JSON,1^XML"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ee789e50-70c6-40e0-87bd-864af709470d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "111a435c-4dc0-4a22-8d72-a16e0ad545bd",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "0",
        "ValueAsNumeric": 0.0,
        "CreatedDateTime": "2020-10-03T21:36:23.053",
        "ModifiedDateTime": "2020-10-03T21:36:23.053"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ee789e50-70c6-40e0-87bd-864af709470d"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d52e180e-105c-4961-9ebd-d337be17810c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "c88ac965-07f6-4044-b96e-ef2d97e259da",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "ResponseContentType",
        "Name": "Response Content Type",
        "Description": "",
        "Order": 7,
        "IsGridColumn": false,
        "DefaultValue": "0",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Response Content Type",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-09-17T18:30:29.937",
        "ModifiedDateTime": "2018-09-17T18:30:29.937"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.SelectSingleFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "6076c116-d798-4b62-8654-f0655273fede",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "enumSourceTypeKey",
        "Value": "Rock.Workflow.Action.ResponseContentType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c88ac965-07f6-4044-b96e-ef2d97e259da"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "42501f61-91c3-493e-ae58-ccc5c0eab7ee",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "fieldtype",
        "Value": "rb"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c88ac965-07f6-4044-b96e-ef2d97e259da"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c4a85def-ba61-4810-8762-55aad9a93bfa",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "values",
        "Value": "0^JSON,1^XML,2^HTML"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c88ac965-07f6-4044-b96e-ef2d97e259da"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e7ccc6ca-d944-427c-9087-bcb5ab11b273",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "0",
        "ValueAsNumeric": 0.0,
        "CreatedDateTime": "2020-10-03T21:36:23.053",
        "ModifiedDateTime": "2020-10-03T21:36:23.053"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c88ac965-07f6-4044-b96e-ef2d97e259da"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d52e180e-105c-4961-9ebd-d337be17810c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1fab91bd-aa58-4b46-a75f-0d581ffadcd5",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Body",
        "Name": "Body",
        "Description": "The body to send with the request. <span class='tip tip-lava'></span>",
        "Order": 8,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Body",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-09-17T18:30:29.95",
        "ModifiedDateTime": "2018-09-17T18:30:29.95"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.CodeEditorFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "ea4f127a-f126-4da7-add7-3d82a474398f",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorHeight",
        "Value": "200"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "1fab91bd-aa58-4b46-a75f-0d581ffadcd5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "7df77fb8-7f9d-484e-a499-a8861de8554b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorMode",
        "Value": "Lava"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "1fab91bd-aa58-4b46-a75f-0d581ffadcd5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "9feba1c5-db9c-4a58-9bfb-8320d835ae82",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorTheme",
        "Value": "Rock"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "1fab91bd-aa58-4b46-a75f-0d581ffadcd5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "21f34d69-c780-41fc-9bf6-cc786be85a32",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{\"First Attribute\": \"{{ Workflow | Attribute:'Attribute1' }}\",\n\"Second Attribute\": \"{{ Workflow | Attribute:'Attribute2' }}\"}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-10-03T21:36:23.053",
        "ModifiedDateTime": "2020-10-03T21:43:05.467"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "1fab91bd-aa58-4b46-a75f-0d581ffadcd5"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d52e180e-105c-4961-9ebd-d337be17810c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "3ced4b1f-c70f-46ff-8cf7-00dcd6a37046",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "ResponseAttribute",
        "Name": "Response Attribute",
        "Description": "An attribute to set to the response from web request.",
        "Order": 9,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Response Attribute",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-09-17T18:30:29.963",
        "ModifiedDateTime": "2018-09-17T18:30:29.963"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "fea35e95-5e6f-4462-b684-d08e2d5d5070",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "cabb8898-3f59-4156-8b33-9adb73b456e3",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-10-03T21:36:23.053",
        "ModifiedDateTime": "2020-10-03T21:36:23.053"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "3ced4b1f-c70f-46ff-8cf7-00dcd6a37046"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d52e180e-105c-4961-9ebd-d337be17810c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "20054896-d77e-43e8-b3a9-b83a8e3eee8b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Attribute1",
        "Name": "Attribute 1",
        "Description": "",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "test1",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Attribute 1",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-10-03T21:44:08.42"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "fe271cbb-e856-48b3-b9fa-49919258a459"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "88bd81d5-dd21-48b4-9fa2-aaf61eda8c2c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "20054896-d77e-43e8-b3a9-b83a8e3eee8b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "09970832-6da8-40b9-b26e-413b70d1da53",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "20054896-d77e-43e8-b3a9-b83a8e3eee8b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a96d8944-598c-492d-be1c-d982e52d525f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "20054896-d77e-43e8-b3a9-b83a8e3eee8b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "3c088dff-7415-4d64-95f7-5386f8a21117",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Attribute2",
        "Name": "Attribute 2",
        "Description": "",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "test2",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Attribute 2",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-10-03T21:44:09.873"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "fe271cbb-e856-48b3-b9fa-49919258a459"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "610e2507-7b96-44b7-9997-4b9df25f153f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "3c088dff-7415-4d64-95f7-5386f8a21117"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "4ba7f78c-f5e7-4cf0-9382-9e31671d0346",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "3c088dff-7415-4d64-95f7-5386f8a21117"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e690f300-97b3-4efd-9e25-18a4f510a111",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "3c088dff-7415-4d64-95f7-5386f8a21117"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "cabb8898-3f59-4156-8b33-9adb73b456e3",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "APIResponse",
        "Name": "API Response",
        "Description": "",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "API Response",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-10-03T21:44:10.97"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "fe271cbb-e856-48b3-b9fa-49919258a459"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "906edbc9-1ac1-408d-b375-84d188cdfde3",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "cabb8898-3f59-4156-8b33-9adb73b456e3"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "07496426-b021-4b64-8985-d6a4a026f219",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "cabb8898-3f59-4156-8b33-9adb73b456e3"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "310096eb-0a0c-4ef5-9036-9bff378fa3ee",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "cabb8898-3f59-4156-8b33-9adb73b456e3"
        }
      ]
    }
  ],
  "RootEntities": [
    "fe271cbb-e856-48b3-b9fa-49919258a459"
  ]
}