Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] resolve sendClassification & senderProfile in triggeredSend, emailSend and journey #62

Closed
4 tasks done
JoernBerkefeld opened this issue Jul 30, 2021 · 1 comment · Fixed by #1268 or #1193
Closed
4 tasks done
Assignees
Labels
c/emailSend COMPONENT c/journey COMPONENT c/transactionalEmail c/triggeredSend COMPONENT enhancement New feature or request; requires increasing the minor version of mcdev. Jira issue-type "Story"
Milestone

Comments

@JoernBerkefeld
Copy link
Contributor

JoernBerkefeld commented Jul 30, 2021

dependent on #54, #60 and #61

to-do:

  • transactionalEmail

There is no direct dependency on the transactionalEmail record but instead it is found on the related journey entry

  • journey (triggeredSend)

It seems we cannot get the deliveryProfile's ObjectId via SOAP and so far have not found a way via REST either

"sendClassificationId": "8ecfb80f-3550-e611-96fe-38eaa7142c61",
"deliveryProfileId": "8acfb80f-3550-e611-96fe-38eaa7142c61",
"senderProfileId": "7acfb80f-3550-e611-96fe-38eaa7142c61",
  • triggeredSend
    "SendClassification": {
        "CustomerKey": "Default Commercial"
    },
    "SenderProfile": {
        "CustomerKey": 7008
    },
  • emailSend
"SendClassification": {
        "CustomerKey": "Default Transactional"
    },
    "SenderProfile": {
        "CustomerKey": "Default"
    },
    "DeliveryProfile": {
        "CustomerKey": "Default"
    },
@JoernBerkefeld JoernBerkefeld added bug Something isn't working e/Metadata support EPIC c/emailSend COMPONENT c/sendClassification COMPONENT c/triggeredSend COMPONENT c/email COMPONENT labels Jul 30, 2021
@JoernBerkefeld JoernBerkefeld added this to the 3.1.0 milestone Jul 30, 2021
@JoernBerkefeld JoernBerkefeld modified the milestones: 3.1.0, 3.2.0 Oct 8, 2021
@JoernBerkefeld JoernBerkefeld modified the milestones: 3.2.0, 3.3.0, 3.4.0 Feb 21, 2022
@JoernBerkefeld JoernBerkefeld modified the milestones: 4.5.0 , 4.4.0 Jan 23, 2023
@JoernBerkefeld JoernBerkefeld modified the milestones: 4.4.0, 4.5.0 Feb 24, 2023
@JoernBerkefeld JoernBerkefeld modified the milestones: 6.3.0, 6.1.0 Apr 12, 2024
@JoernBerkefeld JoernBerkefeld self-assigned this Apr 15, 2024
@JoernBerkefeld JoernBerkefeld changed the title [BUG] TriggeredSend/EmailSend do not resolve SendClassification + SenderProfile / CSCLSROZ-315 [Feature] TriggeredSend/EmailSend do not resolve SendClassification + SenderProfile / CSCLSROZ-315 Apr 15, 2024
@JoernBerkefeld JoernBerkefeld added enhancement New feature or request; requires increasing the minor version of mcdev. Jira issue-type "Story" and removed bug Something isn't working labels Apr 15, 2024
JoernBerkefeld added a commit that referenced this issue Apr 15, 2024
JoernBerkefeld added a commit that referenced this issue Apr 17, 2024
JoernBerkefeld added a commit that referenced this issue Apr 18, 2024
@JoernBerkefeld JoernBerkefeld changed the title [Feature] TriggeredSend/EmailSend do not resolve SendClassification + SenderProfile / CSCLSROZ-315 [Feature] resolve SendClassification + SenderProfile in TriggeredSend/EmailSend/Journey May 2, 2024
@JoernBerkefeld JoernBerkefeld changed the title [Feature] resolve SendClassification + SenderProfile in TriggeredSend/EmailSend/Journey [FEATURE] resolve sendClassification & senderProfile in triggeredSend, emailSend and journey May 2, 2024
JoernBerkefeld added a commit that referenced this issue May 5, 2024
JoernBerkefeld added a commit that referenced this issue May 15, 2024
might need future changes for the other 3 types
Copy link

Closed by #1268.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/emailSend COMPONENT c/journey COMPONENT c/transactionalEmail c/triggeredSend COMPONENT enhancement New feature or request; requires increasing the minor version of mcdev. Jira issue-type "Story"
Projects
Status: Done
1 participant