resubscribeContact
Re-enable email communication with previously unsubscribed contacts in Mailmodo by resubscribing them using their email address.
Instructions
Resubscribe contact in mailmodo
Input Schema
Name | Required | Description | Default |
---|---|---|---|
Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"email": {
"type": "string"
}
},
"required": [
"email"
],
"type": "object"
}