Use this trigger to fire something when your electricity import price falls or rises past your set threshold and between your preferred time settings, also as optional condition you can match carbon intensity level for the periods
Developer info
API endpoint slug
agile_octopus.energy_import_prices_change
Trigger fields
Price threshold Text input
Label
Price Threshold
Helper text
Enter the price value that triggers the event. This can be any numeric value. (Price in pence)
Slug
price_threshold
Required
true
Can have default value
true
Price condition Dropdown list
Label
Price Condition
Helper text
Define how the price compares to the threshold: “Above” or “Below”.
Slug
price_condition
Required
true
Can have default value
false
Happens after Dropdown list
Label
End Time
Helper text
Choose the ending time for the trigger. Select a specific time or “Anytime” if the trigger can end at any time during the day.
Slug
happens_after
Required
true
Can have default value
false
Happens before Dropdown list
Label
Start Time
Helper text
Choose the starting time for the trigger. Select a specific time or “Anytime” if the trigger can start at any time during the day.
Slug
happens_before
Required
true
Can have default value
false
Carbon intensity condition Dropdown list
Label
Carbon Intensity Condition
Helper text
Choose how carbon intensity is evaluated: “Above”, “Below”, or “Ignore”.
Slug
carbon_intensity_condition
Required
true
Can have default value
false
Carbon intensity index Dropdown list
Label
Carbon intensity index
Helper text
The CarbonIntensityIndex represents predefined levels of carbon intensity, ranging from very low to very high. These levels indicate the environmental impact of carbon emissions
Slug
carbon_intensity_index
Required
true
Can have default value
false
Ingredients
Created at
Date and time event was created.
Slug
created_at
Filter code
AgileOctopus.energyImportPricesChange.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00
Actual price
The price observed during the specified period.
Slug
actual_price
Filter code
AgileOctopus.energyImportPricesChange.ActualPrice
Type
String
Example
10.50
Triggered at
Date and time when trigger event occurred.
Slug
triggered_at
Filter code
AgileOctopus.energyImportPricesChange.TriggeredAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00
Expected price threshold
The price limit defined for the trigger.