latestOpenAPI 3.0.02026-08-10171532.2 KB
c6c3717d477d
Recipient
Update a recipient
put/recipients/{recipientId}
Request body
Example request
{
"name": "John Doe",
"email": "john@company.com",
"filters": [
{
"id": "temp-key-234",
"key": "Region",
"value": "North"
}
],
"placeholders": [
{
"key": "name",
"value": "John Doe"
}
]
}Response
successfully updated recipient