You can insert confirmed statusIs their any API to make a status as "confirmed" in bulk for customer emailID ??
$response = $endpoint->update('LIST-UNIQUE-ID', 'SUBSCRIBER-UNIQUE-ID', [
'EMAIL' => 'john.doe@doe.com',
'FNAME' => 'John',
'LNAME' => 'Doe Updated',
'details' => [
'status' => 'confirmed'
]
]);
details[status]: confirmed
This is data which you need to send in body:Share me the Query Parameters or the data which will contains in form -data:
You need to attach the template when campaign is created, if you want to update or change template after campaign is created then you need to pause that campaign and update it.Can we attached the template file while campaign creation or while sending a campaign?