Hi stackoverflow community!
I'm working on creating some logic to dynamically update my template with different content for specific recipients. When I make a GET call to pull the custom fields I've added, I see this:
GET Call
GET /v2.1/accounts/{accountId}/templates/{templateId}/custom_fields
GET Request results
{
"textCustomFields": [
{
"fieldId": "10351158661",
"name": "templateUsageRestriction",
"show": "false",
"required": "false",
"value": "allOptions"
}
],
"listCustomFields": []
}
Does anyone know what the "templateUsageRestriction" means/how to pull the actual fields?