Feeding Emails with Data for Dynamic Content Blocks from API

Hello! I have automation like this.


I can’t seem to figure out how to feed email with data from my API so it would use Repeatable content feature. Is it possible like this?
I would like the email to get data from API and put it in the email.
This is very similar to RSS campaigns, but with a difference that I need to call API for each user in a list separately.

Just in case someone else stumbles upon this.

  • I did not find a way how webhook data can be passed to email.
  • It is however possible to pass event data to to email. (Email block have configuration setting that passes event data).

To solve my problem, I made two automation flows.

  1. First automation triggers webhook and within this webhook I create event.
  2. Second automation fires when event is created, passing data down to email.