Catch uses marketing integrations to send custom Catch-related properties related to a given consumer, identified by email, for merchants to enrich their marketing communications.
Reward Logic
A consumer might have multiple credits with a given merchant that expire on different dates. When this is the case, the value of catch_credits_available
/CatchCreditAmount
would be the total credits a consumer has with that merchant and CatchCreditExpiration
/catch_credits_expiration
would be the earliest expiration date of those credits.
Example
Alice Jones has $15 credits expiring on 5/10/22 and $20 credits expiring on 8/12/22 with your store. You use Klaviyo integration to support email marketing communications.
Catch would send the following properties related to this consumer:
{
"properties": {
"$email": "[email protected]",
"CatchCreditAmount": 3500,
"CatchCreditExpiration": "2022-05-10 00:00:00"
}
}