Send SMS when Auphonic credit drops below threshold
This trigger fires when the processing credit left in your Auphonic account falls below an amount you choose.
Developer info
- API endpoint slug
- auphonic.credit_balance_below_threshold
Trigger fields
Threshold hours Text input
- Label
- Credit hours threshold
- Helper text
- Auphonic measures credit in processing hours. Enter 1 to be warned when fewer than one hour remains, or 0.5 for half an hour.
- Slug
- threshold_hours
- Required
- true
- Can have default value
- true
Ingredients
Credits remaining The total processing credit left on your account, in hours.
- Slug
- credits_remaining
- Filter code
- Auphonic.creditBalanceBelowThreshold.CreditsRemaining
- Type
- String
- Example
- 0.75
Recurring credits The part of your remaining credit that comes from your recurring allowance, in hours.
- Slug
- recurring_credits
- Filter code
- Auphonic.creditBalanceBelowThreshold.RecurringCredits
- Type
- String
- Example
- 0.75
Onetime credits The part of your remaining credit that comes from purchased credit packages, in hours.
- Slug
- onetime_credits
- Filter code
- Auphonic.creditBalanceBelowThreshold.OnetimeCredits
- Type
- String
- Example
- 0
Next recharge When your recurring allowance next resets.
- Slug
- next_recharge
- Filter code
- Auphonic.creditBalanceBelowThreshold.NextRecharge
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
