OptOutBulkAssignResponse
The results of adding opt-outs and opt-ins
Properties
Name | Type | Required | Description |
---|---|---|---|
opt_ins | OptIns | ❌ | Contains successful and failed opt-ins |
opt_outs | OptOuts | ❌ | Contains successful and failed opt-outs |
OptIns
Contains successful and failed opt-ins
Properties
Name | Type | Required | Description |
---|---|---|---|
successful | List[str] | ❌ | Recipients' phone numbers which opt-ins were successfully added for. |
failed | List[OptOutBulkAssignFailedEntry] | ❌ | Recipients' phone numbers which opt-ins were failed to be added for. Plus, error messages |
OptOuts
Contains successful and failed opt-outs
Properties
Name | Type | Required | Description |
---|---|---|---|
successful | List[str] | ❌ | Recipients' phone numbers which opt-outs were successfully added for. |
failed | List[OptOutBulkAssignFailedEntry] | ❌ | Recipients' phone numbers which opt-outs were failed to be added for. Plus, error messages |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs