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] publish journey should create transactionalEmail for transactional journeys #1589

Closed
JoernBerkefeld opened this issue Aug 22, 2024 · 1 comment · Fixed by #1596 or #1597
Closed
Assignees
Labels
c/journey COMPONENT c/transactionalEmail chore Jira issue-type "Task"
Milestone

Comments

@JoernBerkefeld
Copy link
Contributor

JoernBerkefeld commented Aug 22, 2024

turns out, saving a new transactional journey actually does create the journey without the transacionalEmail record being created. However, if we then hit publish, it runs a POST to

/interaction/v1/interactions/transactional/create
with payload {"definitionId":"fba40e55-c648-4d00-84c9-a66901a08a7c"}
The definitionId here is the ID of the journey
THAT then creates the transactionalEmail record in the background.

with this approach, both the journey key AND the tranactionalEmail key can be defined manually - contrary to creating a journey automatically when creating a transactionalEmail via API

@JoernBerkefeld JoernBerkefeld added c/journey COMPONENT NEW not yet analyzed new issues get this label chore Jira issue-type "Task" c/transactionalEmail labels Aug 22, 2024
@JoernBerkefeld JoernBerkefeld added this to the 7.1.5 milestone Aug 22, 2024
@JoernBerkefeld JoernBerkefeld self-assigned this Aug 22, 2024
@JoernBerkefeld JoernBerkefeld removed the NEW not yet analyzed new issues get this label label Aug 22, 2024
@JoernBerkefeld JoernBerkefeld changed the title [TASK] publish journey should create transactionalEmail for transactional journeys [FEATURE] publish journey should create transactionalEmail for transactional journeys Aug 22, 2024
JoernBerkefeld added a commit that referenced this issue Aug 23, 2024
Copy link

Closed by #1596.

@JoernBerkefeld JoernBerkefeld mentioned this issue Aug 23, 2024
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/journey COMPONENT c/transactionalEmail chore Jira issue-type "Task"
Projects
None yet
1 participant