-
Notifications
You must be signed in to change notification settings - Fork 36
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
Labels
Milestone
Comments
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
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
JoernBerkefeld
added a commit
that referenced
this issue
Aug 23, 2024
JoernBerkefeld
added a commit
that referenced
this issue
Aug 23, 2024
JoernBerkefeld
added a commit
that referenced
this issue
Aug 23, 2024
JoernBerkefeld
added a commit
that referenced
this issue
Aug 23, 2024
JoernBerkefeld
added a commit
that referenced
this issue
Aug 23, 2024
4 tasks
4 tasks
Closed by #1596. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: