Our REST web service to allow you to remove a contact programmatically from one of your message series can be accessed via the following endpoint:
โhttps://www.enudge.com.au/api/removeContactFromSeries.php
โ
The possible parameters are as follows:
{
"email_addr":"name@domain.com",
"mobile":"+614111222333",
"series_id":"00",
"license":"YOURLICENSENUMBER"
}
Please note:
At least one of email_addr and mobile must be supplied.
You must include your Enudge License number. If you don't have that, please send a request to Enudge support requesting a license number.
A valid Message Series ID must be included, corresponding to the ID of your Message Series in your Enudge account.
When submitted successfully, the API will respond with:
"Success: contact removed from series."