Skip to main content
SaysCraig
Contributor I
Contributor I
May 2, 2023
Solved

Completed Campaign Notifications

  • May 2, 2023
  • 2 replies
  • 97 views

Hi everyone!

My company has been with Klaviyo a little under a year and we are just starting to explore the development side of Klaviyo. 

At the moment we are mostly using it for reporting related tools. 

Is there a way through the API (or other means) to get an alert/completion message when a scheduled campaign finishes sending? Preferably with deliverability metrics but I could probably work around that. 

We sometimes have campaigns that encounter a bug and don’t send to everyone they should and I am hoping to find a way to find out the success/failure of a send as soon as I can. 

Thanks for any help!

This topic has been closed for replies.
Best answer by Brian Turcotte

Hi @SaysCraig!

 

While it’s not inherently automated, you can get the send job status of a Campaign using this V3 endpoint:

 

In order to determine if the Campaign send was completed, you could ping that endpoint regularly until the value changes.

 

I hope this helps, and thanks for using the Community!

- Brian

 

2 replies

Brian Turcotte
Klaviyo Alum
May 2, 2023

Hi @SaysCraig!

 

While it’s not inherently automated, you can get the send job status of a Campaign using this V3 endpoint:

 

In order to determine if the Campaign send was completed, you could ping that endpoint regularly until the value changes.

 

I hope this helps, and thanks for using the Community!

- Brian

 

SaysCraig
Contributor I
SaysCraigAuthor
Contributor I
May 2, 2023

@Brian Turcotte Great thank you! I kinda figured that might be the best work around at the moment. 

Craig