Automatically execute your CrewAI workflows when specific events occur in connected integrations
crewai_trigger_payload
. CrewAI automatically injects this payload:allow_crewai_trigger_context
: set True
to always inject, False
to never inject@start()
method that accepts a crewai_trigger_payload
parameter will receive it@start()
methods in your flows will accept an additional parameter called crewai_trigger_payload
:
crewai_trigger_payload
parameter with the correct payload