You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/mesh-api.yaml
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1942,6 +1942,38 @@ paths:
1942
1942
example: |-
1943
1943
message content....
1944
1944
any content type is acceptable but use application/octet-stream if you want a single default
1945
+
post:
1946
+
tags:
1947
+
- Outbox
1948
+
summary: Carbon Copy (CC) a message
1949
+
description: |-
1950
+
## Overview
1951
+
CC creates an additional copy of a message and delivers it to another mailbox. The copied message will produce a new message with a different MESH message ID. The original recipient still receives the message. CC is configured by the MESH service team, to learn more about CC see our [Service Page](https://digital.nhs.uk/services/message-exchange-for-social-care-and-health-mesh#mesh-cc-and-redirect).
1952
+
1953
+
### To CC a message:
1954
+
1955
+
The required field is:
1956
+
- cc_to_mailbox_id (target mailbox)
1957
+
1958
+
Plus at least one of:
1959
+
- cc_if_sender
1960
+
- cc_if_recipient
1961
+
- workflow_id
1962
+
1963
+
post:
1964
+
tags:
1965
+
- Outbox
1966
+
summary: Redirect a message
1967
+
description: |-
1968
+
## Overview
1969
+
Redirect replaces the original recipient with a different mailbox. The original recipient does not receive the message. Redirects are configured by the MESH service team, to learn more about redirects see our [Service Page](https://digital.nhs.uk/services/message-exchange-for-social-care-and-health-mesh#mesh-cc-and-redirect).
0 commit comments