Changing email template used in post request

I am using a post request to invite users to a group
image

My problem is that this request sends an email with the wrong template. At the current moment the template of which the email uses is:
image

What I want to use is the custom message version called:
image

How do I change the template that is used when I do my mailing POST Request?

1 Like

When I put the key “user_custom_message” into the current template it gives me this error -
image

The email Template automatically changes, when you add a custom message to your invite request.
The reason for your request not sending a custom message, is that you may already have send an invite to that specific Email. Discourse automatically just resend the first invite made to a Email, when the user has already been invited :slight_smile:

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.