@tellescope/sdk 1.5.1 → 1.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4982,4 +4982,22 @@ var tests = {
4982
4982
  }
4983
4983
  });
4984
4984
  }); })();
4985
+ sdk.api.automated_actions.createOne({
4986
+ event: {
4987
+ type: "onJourneyStart",
4988
+ info: {},
4989
+ },
4990
+ action: {
4991
+ type: 'sendEmail',
4992
+ info: {
4993
+ senderId: 'USER_ID_HERE',
4994
+ templateId: 'TEMPLATE_ID_HERE',
4995
+ }
4996
+ },
4997
+ enduserId: 'ENDUSER_ID_HERE',
4998
+ status: 'active',
4999
+ processAfter: Date.now(),
5000
+ automationStepId: 'SOME_PLACEHOLDER_HERE',
5001
+ journeyId: 'SOME_PLACEHOLDER_HERE',
5002
+ });
4985
5003
  //# sourceMappingURL=tests.js.map