Skip to content

Trigger notification for subscription activated via API #43

Answered by logeshswell
jezzzm asked this question in Help
Discussion options

You must be logged in to vote

@jezzzm Generally, New subscription email notification is sent only when an active subscription is directly created from the cart.
In other words, it is triggered only for new records with active: true and it won't be triggered for the updation of subscription record data.
But, you can still achieve sending email notification by adding additonal field in the PUT api call as follows:

"$notify": "new"

Screenshot for reference:

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ericingram
Comment options

@jezzzm
Comment options

@ericingram
Comment options

Answer selected by logeshswell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
3 participants