I’m using this automation, but it doesn’t work. I can confirm that it works when I execute it manually, but the automation itself is not working. Do you have any idea?
Also, can I ask you how I can send an email via Brevo to all current subscribers (I have only 1 list), because in the “TO” field I can only add email address manually? I can’t map the list from Brevo. Thank you in advance!
Welcome! Can you share some more info about your scenario and where you get stuck? Screenshots, blueprints and screen recordings are very helpful.
The Brevo app only has the option to send transactional emails, which by definition is not the same as a campaign that you would send to subscribers. If you want to send a bulk email, you should create an email campaign first and then send it via: Send an email campaign immediately, based on campaignId
OK, no problem - we can use the batch email endpoint. Do you have a suggestion on how to do this in Make?
As to the automation - is not working at all. I create a blog post, I publish the post and then the automation is not activated. I recorded a video. Could you please help me with this? https://youtu.be/omkHkzKqYC0
The scenario is not automatically started, because the trigger remodel is not an instant trigger like a webhook is. It ‘Watches Posts’, but only when the scenario is executed, like a polling trigger. You can execute the scenario manually or on the interval you scheduled the scenario on.
Did the video not show that you created a test blog post and that you fetched it when you started the scenario manually? Maybe I do not understand what you mean to happen, can you clarify what is not working?
ah ok, so the automation IS activated. But it doesn’t do what you expect.
I see you clicked ‘run once’ and it fetched the post. Then the trigger stores the last updated/created date of that post and if you run it again, it wil fetch all the posts FROM that date. So the same post is never fetched twice. So in the second run, it doesn’t find any post and because of that doesn’t process any bundles in Brevo.
Try choose were to start to reset the FROM date and run the scenario (in full) again:
I don’t understand….The whole idea of the automation is to fetch new blog posts automatically, not to select a date to fetch blog posts from. Can you elaborate on this?
A polling trigger with fetch new post each time te scenario runs, instead of instantly. It is still automatic, only you set the interval of the scheduling yourself.
I advice to read about the different triggers and to follow the Make academy: