novu-python icon indicating copy to clipboard operation
novu-python copied to clipboard

support for subscriber creation in trigger function

Open VeldaKiara opened this issue 2 years ago • 9 comments

Updated:

  • the EventDto with RecipientsDto which contains "to": { "subscriberId": "string", "email": "string", "firstName": "string", "lastName": "string", "phone": "string", "avatar": "string", "locale": "string", "data": {} },
  • the Event API to get the transmissions.
  • test cases to accommodate the changes.

VeldaKiara avatar Sep 19 '23 07:09 VeldaKiara