Add Subscriber To Segmentpost https://{APP_DOMAIN}/api/3.2/messages/segments/{segment}/subscribersAdds a subscriber to a segment by email address. Optionally includes effort tracking and subscriber variables.Path ParamssegmentintegerrequiredThe segment ID to add the subscriber to.Body ParamsBody ParamsemailstringrequiredThe email to add.activeStatusbooleanSet activeStatus to true for subscriber to be 'Active', false for 'inactive', null or empty is a 'lead'.truefalsevariablesarray of stringsThe variables to assign to the subscriber. 🚧VariablesVariables must first be created in the Variables page before they can be assigned to a user.variablesADD stringResponse 201The added subscriberUpdated 22 days ago