/sequences/:id/recipientsAsk AIpost https://api.mixmax.com/v1/sequences/{id}/recipients/Adds new recipients to a Sequence.Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Path ParamsidstringrequiredThe ID of the Sequence you'd like to add the user to.Body Paramsrecipientsarray of objectsrequiredArray of recipients to add. See below for object structure.recipients*ADD objectscheduledAtdate-timeDefaults to (current time)The unix timestamp, in milliseconds, that you'd like the Sequence to activate at for recipients (in this request - see above parameter). Set to the current time to send immediately. If set to special value false, then the recipient will be kept in draft. Note that this can be overridden for each recipient by passing scheduledAt for that recipient.enrichbooleanIf true, passed recipients will have its variables filled up with the contact data stored in Mixmax. Any variable explicitly set as part of the request payload will take precedence over the Mixmax contact metadata.allowMissingVariablesbooleanDefaults to falseIf true, passed recipients will be added to the sequence even if they are missing variables that already exist in the sequence.Response 200200Updated 3 months ago