Skip to main content
Contributor II
January 25, 2022
Solved

Flow Message IDs, Names via API

  • January 25, 2022
  • 1 reply
  • 1224 views

Is there a way to access a list of flow message IDs and flow message names via API? I’ve tried numerous calls for flows, lists, and campaigns but none appear to include any flow message name or ID. 

 

Ideally, accessing flow message names and IDs would be useful to then loop through calls such as 

curl https://a.klaviyo.com/api/v1/metric/RECEIVED_EMAIL_METRIC_ID/export -G \
-d api_key=API_KEY \
-d unit='week' \
-d measurement='count' \
-d where='[["$message","=",'MESSAGE_ID']]'

and use the relevant message ID for a specific flow.

This topic has been closed for replies.
Best answer by Dov

Hi @noteconsole,

Thanks for your question!

I left a reply in the thread below to address this point:

I hope that helps! If you have any questions please follow-up in that thread.

1 reply

Dov
DovAnswer
Klaviyo Alum
January 26, 2022

Hi @noteconsole,

Thanks for your question!

I left a reply in the thread below to address this point:

I hope that helps! If you have any questions please follow-up in that thread.

DD