Hello.
I’m having trouble running this one POST call to Klaviyo api with JSON body. All other calls without a body works fine. Also this post call works fine in postman.
POST https://a.klaviyo.com/api/v2/list/{LIST_ID}/subscribe
parameter: api_key: pk_4f9d94c6e2f07f40754fa53613yy17953e
JSON Body object
{
“profiles”: [
{
“email”: “george.washington@example.com”
}
]
}
Klaviyo docs
Api connector
Klaviyo documentation link: Check if Profiles Are in a Segment
Section = Subscribe to List