campaign listener to trigger action before or after a campaign execution
HI,
I have the requirement to signal an external system when the data produced from an outbound Pega campaign are ready.
I want to run a campaign every day, it will analyze 1000 customer and will stop when it found the first 200 eligible customers. Output should be written in a Table (preferred) or in a File. I need to inform external system as soon as the the data (in table or file) are ready, this should happen after each daily run.
I was wondering if there is any listeners on campaign execution I can customize to signal this.
signals could be run code/activity to accomplish one of the follow:
- invoke an API (REST)
- write a record on a table
what I can do?
Thanks