Update Template Links
Use Popl APIs to update the value of links from a template
Last updated
{
"wildcardId": "exampleLinkId",
"membersAndValues": [{
"email": "[email protected]",
"value": "abc"
}, {
"email": "[email protected]",
"value": "123"
}]
}{
"message": "Success",
"data": {
"result": [
{
"email": "[email protected]",
"updated": true,
"error": ""
},
{
"email": "[email protected]",
"updated": true,
"error": ""
}
]
}
}