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

support for subscriber creation in trigger function  #41

@prathapbelli

Description

@prathapbelli

As I read we have node package support for triggering event with subscriber details which basically upsert the subscriber before triggering event.
two modes

  1. Ahead of Trigger
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions