Skip to content

Commit

Permalink
CCM-0000 hiwefhuwefhiwief
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidFueryBJSS committed Sep 30, 2024
1 parent 22f426f commit 456d46f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{% if ENVIRONMENT_TYPE != 'sandbox' %}
<AssignVariable>
<Name>target.url</Name>
<Value>https://comms-apim.de-dafu1.communications.national.nhs.uk/api/v1/messages</Value>
<Value>https://comms-apim.de-dafu1.communications.national.nhs.uk/api/v1/send</Value>
</AssignVariable>
{% endif %}
<Set>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{% if ENVIRONMENT_TYPE != 'sandbox' %}
<AssignVariable>
<Name>target.url</Name>
<Value>https://comms-apim.de-dafu1.communications.national.nhs.uk/api/v1/send</Value>
<Value>https://comms-apim.de-dafu1.communications.national.nhs.uk/api/v1/messages</Value>
</AssignVariable>
{% endif %}
<Set>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{% if ENVIRONMENT_TYPE != 'sandbox' %}
<AssignVariable>
<Name>target.url</Name>
<Value>https://comms-apim.de-dafu1.communications.national.nhs.uk/api/v1/messages</Value>
<Value>https://comms-apim.de-dafu1.communications.national.nhs.uk/api/v1/messages/{data.messageId}</Value>
</AssignVariable>
{% endif %}
<Set>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{% if ENVIRONMENT_TYPE != 'sandbox' %}
<AssignVariable>
<Name>target.url</Name>
<Value>https://comms-apim.de-dafu1.communications.national.nhs.uk/api/v1/messages</Value>
<Value>https://comms-apim.de-dafu1.communications.national.nhs.uk/api/channels/nhsapp/accounts</Value>
</AssignVariable>
{% endif %}
<Set>
Expand Down
2 changes: 1 addition & 1 deletion request_body.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "MessageBatch",
"attributes": {
"routingPlanId": "00000000-0000-0000-0000-000000000001",
"messageBatchReference": "da0b1495-c7cb-468c-9d81-07dee089d001",
"messageBatchReference": "da0b1495-c7cb-468c-9d81-07dee089d728",
"messages": [
{
"messageReference": "00000000-0000-0000-0000-000000000001",
Expand Down

0 comments on commit 456d46f

Please sign in to comment.