Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 988 Bytes

File metadata and controls

12 lines (7 loc) · 988 Bytes

IncludeAliases

Target specific users by aliases assigned via API. An alias can be an external_id, onesignal_id, or a custom alias. Accepts an object where keys are alias labels and values are arrays of alias IDs to include Example usage: { "external_id": ["exId1", "extId2"], "internal_label": ["id1", "id2"] } Not compatible with any other targeting parameters. REQUIRED: REST API Key Authentication Limit of 2,000 entries per REST API call Note: If targeting push, email, or sms subscribers with same ids, use with target_channel to indicate you are sending a push or email or sms.

Properties

Name Type Description Notes
any string name [str] any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]