diff --git a/app/user.js b/app/user.js index b043bf96..4bf32bbc 100644 --- a/app/user.js +++ b/app/user.js @@ -143,7 +143,7 @@ export default class User { options.flow_begin_time = this.flowBeginTime; } if (this.trigger) { - options.endpoint = `send-${this.trigger}`; + options.entrypoint = `send-${this.trigger}`; } if (this.utms) { options.utm_campaign = this.utms.campaign || 'none';