POST api/notifications/task/{planId}/create
Create a Task Notification by configuring a TaskNotification object and passing in the Plan Id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
planId | globally unique identifier |
Required |
Body Parameters
TaskNotificationName | Description | Type | Additional information |
---|---|---|---|
PlanId | globally unique identifier |
None. |
|
Global | boolean |
None. |
|
TriggerType | TriggerType |
None. |
|
OnField | globally unique identifier |
None. |
|
FieldName | string |
None. |
|
MatchingValue | string |
None. |
|
WhenObject | WhenObject |
None. |
|
Filter | string |
None. |
|
EmailReceiverType | EmailReceiverType |
None. |
|
EmailReceiverFieldSelection | globally unique identifier |
None. |
|
EmailReceiverFieldSelectionName | string |
None. |
|
EmailReceiverUsersSelection | Collection of globally unique identifier |
None. |
|
EmailReceiverTeamsSelection | Collection of globally unique identifier |
None. |
|
EmailSubject | string |
None. |
|
EmailFieldsSent | Dictionary of string [key] and globally unique identifier [value] |
None. |
|
EmailBody | string |
None. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "PlanId": "a64fcd09-1787-4c99-af9a-37e139c7ab7a", "Global": true, "TriggerType": 0, "OnField": "ea445a5b-aa67-48c0-97d0-552b6f1d970c", "FieldName": "sample string 4", "MatchingValue": "sample string 5", "WhenObject": { "WhenType": 0, "DayOfWeek": "sample string 1" }, "Filter": "sample string 6", "EmailReceiverType": 0, "EmailReceiverFieldSelection": "6be3a286-7220-4bc4-a697-b0c0cca8256a", "EmailReceiverFieldSelectionName": "sample string 8", "EmailReceiverUsersSelection": [ "70e04a7a-ba19-483a-8b18-f9ee2f784665", "a21f58a3-5536-43e5-b255-1720fecf15c1" ], "EmailReceiverTeamsSelection": [ "bde6cdd7-718b-40dd-b766-8a88405eead4", "c1458e31-d173-43a0-8aa1-9cd510310498" ], "EmailSubject": "sample string 9", "EmailFieldsSent": { "sample string 1": "5b878e20-ed20-4f1b-8538-a95b5db34923", "sample string 3": "d4e8a421-0d1e-4a99-b7c8-be6bb64eba71" }, "EmailBody": "sample string 10", "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.TaskNotification", "id": "33bc836a-6f4d-49c2-8137-78b322cc25c5", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "cf694c9d-09b9-4fa2-b28e-904b504043d2", "_ts": 638793304772278504 }
Response Information
Resource Description
TaskNotificationName | Description | Type | Additional information |
---|---|---|---|
PlanId | globally unique identifier |
None. |
|
Global | boolean |
None. |
|
TriggerType | TriggerType |
None. |
|
OnField | globally unique identifier |
None. |
|
FieldName | string |
None. |
|
MatchingValue | string |
None. |
|
WhenObject | WhenObject |
None. |
|
Filter | string |
None. |
|
EmailReceiverType | EmailReceiverType |
None. |
|
EmailReceiverFieldSelection | globally unique identifier |
None. |
|
EmailReceiverFieldSelectionName | string |
None. |
|
EmailReceiverUsersSelection | Collection of globally unique identifier |
None. |
|
EmailReceiverTeamsSelection | Collection of globally unique identifier |
None. |
|
EmailSubject | string |
None. |
|
EmailFieldsSent | Dictionary of string [key] and globally unique identifier [value] |
None. |
|
EmailBody | string |
None. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "PlanId": "70ab227e-62a8-42fc-9d1b-f4055d4da3b1", "Global": true, "TriggerType": 0, "OnField": "718b4cdf-5120-4735-acf4-247d829040f8", "FieldName": "sample string 4", "MatchingValue": "sample string 5", "WhenObject": { "WhenType": 0, "DayOfWeek": "sample string 1" }, "Filter": "sample string 6", "EmailReceiverType": 0, "EmailReceiverFieldSelection": "7198b234-1cdd-46ca-9af6-de08ee318c65", "EmailReceiverFieldSelectionName": "sample string 8", "EmailReceiverUsersSelection": [ "e8e282df-0323-42bb-87c9-03355e0a9465", "b0a6160f-9a8d-4550-a99b-f19860dedf4e" ], "EmailReceiverTeamsSelection": [ "8a926e31-58f3-4cc4-ad1f-b4bd24ce4b17", "7f58b7ab-c151-47d4-9d47-14cd8e648a26" ], "EmailSubject": "sample string 9", "EmailFieldsSent": { "sample string 1": "c0b6a585-94b5-434a-8ada-b322f7ccbfdc", "sample string 3": "1564bfda-0fa8-4f7d-9705-26a46bcb4c63" }, "EmailBody": "sample string 10", "id": "0e512e02-fd81-4f63-8684-194f67918e93", "ConfigId": "3503bf7a-d45c-4bb3-9166-5594746fc124" }