Add a trigger
1
Open Blueprint triggers
Open your Blueprint, then click Triggers in the top toolbar or sidebar panel.
2
Click Add trigger
Choose a trigger type from the list.
3
Configure the trigger
Fill in the settings for that trigger type (see the sections below).
4
Activate
Toggle the trigger Active. iBlueprint saves the configuration and begins listening immediately.
Trigger types
- Manual
- Scheduled
- Webhook
- Email
- Slack
- API
A manual trigger has no automatic schedule or event. Use it to run a Blueprint on demand from the iBlueprint UI or by calling the fire endpoint from your own code.Configuration: none required.When to use: ad-hoc tasks, testing, or workflows that humans kick off after reviewing input data.
Pass input data to a Blueprint
All trigger types (except manual) can pass structured data into the Blueprint at run time. This data is available to Blueprint nodes as the initial input payload. For webhook and API triggers you control the JSON body directly. For email and Slack triggers, iBlueprint normalizes the inbound message into a consistent schema that your Blueprint nodes can reference.Deactivate or delete a trigger
- Deactivate — toggle the trigger off. The configuration is preserved and iBlueprint stops listening. You can reactivate it at any time.
- Delete — removes the trigger permanently. For webhook triggers, the generated URL stops accepting requests immediately.
