Integrate campaign monitor with creatio

Hi Team,

My marketing team uses campaign monitor for sending bulk emails. Is there a way to integrate creatio and campaign monitor so that they can sync the data lists 

 

Thanks,

Gokul 

Like 0

Like

1 comments

Hello Gokul,

 

This is theoretically possible and the scenario should be as follows:

 

1) Replace "BulkEmail" object in configurations and add new needed columns to this object (or simply use section wizard and create new columns there)

2) Create 3rd party integration via OData4 (this Creatio Academy article will be useful) on Campaign Monitor side.

 

The idea here is that each time you trigger this integration on Campaign Monitor side - data from Campaign Monitor is pulled out and bulk email record on Creatio side is being updated (using PATCH HTTP verb). New columns from step 1 will be used to store data that is being received from Campaign Monitor via OData4.

 

So the main part of this integration should be performed directly on Campaign Monitor side. You need to create a logic that will put needed data from needed columns into the request body and then you need to use PATCH HTTP request as specified in the article provided so to update existing bulk email record.

 

Best regards,

Oscar

Show all comments