Notification
Notification
| Field : Object | Description |
|---|---|
| createdAt: DateTime | The notification creation date |
| event: NotificationEvent | The name of the event. For instance, `new_comment` |
| id: ID | The notification ID |
| isAOpenCardReference: Boolean | Validate if the reference is a open card. |
| isRequestCard: Boolean | Validate if the reference is a request card. |
| link: String | The notification link. For instance, a card URL would be app.pipefy.com/pipes/<pipe_id>#cards/<card_id> |
| recipientName: String | The name of the recipient of this notification. In other words, who is receiving the notification |
| referenceId: ID | The reference ID. For instance, it could be the pipe's or card's id |
| referenceTitle: String | The reference title. For instance, it could be the pipe's name |
| referenceType: String | The reference type. |
| resourceTitle: String | The resource title. For instance, it will be the pipe title when the resource type is pipe |
| senderName: String | The sender's name |
| text: String | The notification internalized text. Be aware that it might contain HTML tags |
| type: String | The notification type |
| viewed: Boolean | Whether the notification was viewed or not |