I know score is not a field type for the PMCF fields. Is there a workaround to create a field that can +X whenever a campaign triggers? Use case here is that we want to see how many emails people are clicking within a campaign. Thanks
Solved! Go to Solution.
The only way is by using a webhook-compatible service that loops back to use the REST API and increment the value.
Curiously, you can send PMCF {{member.tokens}} in webhook payloads, yet can’t receive PMCF updates directly in response mappings. If your volume is low (10,000 score increases in a day, let’s say, though the actual threshold depends on your other integrations) it’s not a problem to call webhook → API.
The only way is by using a webhook-compatible service that loops back to use the REST API and increment the value.
Curiously, you can send PMCF {{member.tokens}} in webhook payloads, yet can’t receive PMCF updates directly in response mappings. If your volume is low (10,000 score increases in a day, let’s say, though the actual threshold depends on your other integrations) it’s not a problem to call webhook → API.