Add a trigger
Open Blueprint triggers
Open your Blueprint, then click Triggers in the top toolbar or sidebar panel.
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.
