Skip to main content
Solved

Completed Campaign Notifications

  • May 2, 2023
  • 2 replies
  • 53 views

SaysCraig
Contributor I
Forum|alt.badge.img+2

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!

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
Forum|alt.badge.img+37
  • Klaviyo Alum
  • 1393 replies
  • Answer
  • 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
Forum|alt.badge.img+2
  • Author
  • Contributor I
  • 1 reply
  • May 2, 2023

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