All Collections
Message Automation
REST Web Service for Removing a Contact from a Series
REST Web Service for Removing a Contact from a Series

How to use the Enudge API to remove a contact from a message series

Heather Maloney avatar
Written by Heather Maloney
Updated over a week ago

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."

Did this answer your question?