Solved

Send an attachments via Integromat

  • 11 November 2022
  • 3 replies
  • 489 views

Badge +1

Hi,
I have a scenario on Integromat that receives data and create a pdf file in google drive for a customer.
The Scenario sends the user to a list in Klaviyo and I would like to send the user the pdf I just created for him as an attachment using a list template.
Is it possible?
Sam

icon

Best answer by saulblum 11 November 2022, 14:55

View original

3 replies

Userlevel 4
Badge +7

Hi Sam, is the integration sending a custom event/metric to Klaviyo that includes a public shareable link to the PDF in Google Drive? If so, you could embed this link in an email using template tags, specifically the event variables.

However, you cannot attach the PDF to the email, as explained here.

Klaviyo, like most email service providers, doesn’t support adding attachments to campaign or flow emails. This is to prevent triggering spam filters, decrease email load time, and protect the security of recipients.

Badge +1

Hi Saulblum,

How can I add a variable to a profile?
When I create a profile in Klavuyo using Integromat, how can I set the value of the URL to this variable?

Thank you,

Sam 

Userlevel 4
Badge +7

You’d use the Klaviyo API to create a profile and set any fields in that profile:

https://developers.klaviyo.com/en/reference/create_profile

Once the profile variable is set, see the documentation for the django tagging here.

Variable Format

Description

Example

person.variable_name

A simple profile variable

person.email
person|lookup:'variable name'

A profile variable, if the variable name contains spaces or special characters

person|lookup:'Favorite Color'

Reply