This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Description
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 protected]',
firstName: 'John',
lastName: 'Doe',
},
Can we get that Inline of Trigger functionality in python sdk