As I read we have node package support for triggering event with subscriber details which basically upsert the subscriber before triggering event.
two modes
- Ahead of Trigger
- Inline of Trigger
to: {
subscriberId: '<USER_IDENTIFIER>',
email: 'email@email.com',
firstName: 'John',
lastName: 'Doe',
},
Can we get that Inline of Trigger functionality in python sdk
As I read we have node package support for triggering event with subscriber details which basically upsert the subscriber before triggering event.
two modes
Can we get that Inline of Trigger functionality in python sdk