SendPulse email analytics

:bullseye: What is your goal?

Overall, I need to automate 2 tasks:
1 - Creating emails in SendPulse
2 - Getting campaign analytics

:thinking: What is the problem?

  1. I create email campaigns in SendPulse (maybe I could automate it somehow if I add HTML? SendPulse has email design templates and I don’t understand if I can automate creating emails not plain but with branding)
  2. I manually send email
  3. After 3 days Make gets results from the campaign:
  • delivered
  • opened
  • clicked
  • spam
  • errors

Now I don’t think that SendPulse Module has the access to Campaign analytics - or am I wrong?

:test_tube: What have you tried so far?

I have tried List Campaign Module - it returns only information like subject / body / ID

If none of the existing modules satisfy your needs, you can use the Make an API call to call the API manually. I see SendPulse has this endpoint for campaign information: https://sendpulse.com/integrations/api/bulk-email#campaign-info

But I believe this is the same as the Get a Campaign module, did you try that one also?

Cheers,

Henk

Hello,

That’s right.

This module is designed to list your campaigns.

Next, you should use an iterator to get campaign details using the Get a Campaign module. Or omit List Campaigns if you are storing IDs somewhere else and can use them in the Get a Campaign module.

If Get a Campaign is not sufficient- follow Henk’s instructions above and use Make an API call module instead.

Have a nice day,
Michal