Skip to main content
PUT
/
contact-blacklist-rules
/
email-exceptions
/
{id}
Update an email exception blacklist rule
curl --request PUT \
  --url https://api.reply.io/v3/contact-blacklist-rules/email-exceptions/{id} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "pattern": "<string>"
}
'
{
  "id": 123,
  "pattern": "<string>"
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Path Parameters

id
integer
required

Email exception blacklist rule ID

Body

application/json

Request body for updating an email exception blacklist rule

pattern
string
required

Email pattern to allow as exception

Response

Email exception blacklist rule updated successfully

An exception rule that allows an email pattern even if it matches a blacklist rule

id
integer
required

Unique identifier of the rule

pattern
string
required

Email pattern to allow as exception