APIs & Integrations

VLarue
Participant

Transactionnal subscription type

SOLVE

Hi !

 

I wish to create a "marketing" email via API (/marketing/v3/emails/) but I want to choose "Transactionnal" as subscription type (I have the transactionnal email add-ons), but I cannot find the correct parameter to do that, any idea ?

 

I've tried : "transactionnal": true, "isTransactionnal": true

"subscription_name": "Transactionnel"
"subscription": -1

 

Thank you,

Virginie

0 Upvotes
1 Accepted solution
VLarue
Solution
Participant

Transactionnal subscription type

SOLVE

I found the solution : 

We need to pass this in the payload : 

"subscriptionDetails": {
        "subscriptionId": "-1"
    }
 
Hope it can help 😉
 
Thank you,
Virginie

View solution in original post

4 Replies 4
VLarue
Solution
Participant

Transactionnal subscription type

SOLVE

I found the solution : 

We need to pass this in the payload : 

"subscriptionDetails": {
        "subscriptionId": "-1"
    }
 
Hope it can help 😉
 
Thank you,
Virginie
BérangèreL
Community Manager
Community Manager

Transactionnal subscription type

SOLVE

Hi @VLarue, thank you so much for taking the time to share the solution with the Community!

This will be very helpful for many other Community Members!

Have a lovely day!

Best,
Bérangère


Saviez-vous que la Communauté est disponible en Français ?
Rejoignez les discussions francophones en changeant votre langue dans les paramètres !

Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings!


0 Upvotes
BérangèreL
Community Manager
Community Manager

Transactionnal subscription type

SOLVE

Hi @VLarue, I hope that you are well!

Thanks for asking the Community!
 

I'd like to share these resources that might help you:

- Transactional emails
- Transactional emails API

I also wanted to invite a couple of subject matter experts and Community Members to this conversation: Hi @TWolfe1, @zach_threadint, @Teun do you have suggestions to help @VLarue, please?

Thanks a lot and have a great day!

Best,
Bérangère 


Saviez-vous que la Communauté est disponible en Français ?
Rejoignez les discussions francophones en changeant votre langue dans les paramètres !

Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings!


0 Upvotes
VLarue
Participant

Transactionnal subscription type

SOLVE

Thx Bérangère,

 

I know about the transactionnal email API, but it is not what I want to do.
I really need to create a marketing email with subscription type = transactionnal.

The only way I found at the moment is to clone an existing email which has this setting.

Thank you,

Virginie

0 Upvotes