We're trying to set up this flow:
When a new purchase is made in kajabi, create item in the Offers monday.com board, including offer purchased, client name, email, hours, cost.
This was working and then we received error "Error while hydrating data from Kajabi: Unexpected end of JSON input"
SCREENSHOT BELOW
So, we split up that zap into multiple in order to account for different scenarios during a purchase:
1. Customer purchases on a payment plan, and we'd want to do transaction amount paid decimal * transaction total payment count
2. Customer purchases and pays in full, we'd want to do transaction amount paid decimal * 1 (or just on it's own with no multiplication)
And we're using the following attributes from Kajabi to differentiate:
Transaction Offer Type = multi-pay
Transaction Offer Type = one-time
We ended up creating 9 zaps because there were more than 1 option for both multi-pay and on-time when it came to the variables to choose from.
SCREENSHOT BELOW
We continued to receive errors: " Unexpected end of JSON input".
Is this definitely an issue that we need to go to Kajabi to resolve or could something be off in the integration?