I would like to change the marketing status in Pipedrive to match Mailerlite's data.
If subscription status is "unsubscribed" in Mailerlite, change Marketing Status to "Unsubcsribed" in Pipedrive AND change custom field called Newsletter Group to "Unsubscribed".
I could not find a way to fetch the data from Mailerlite without the need to update the contacts. So I created a flow:
- contact updated in mailerlite
- filter: continue if status is unsubscribed
- pipedrive: find person (email)
- pipedrive: get person fields (to fetch custom fields and marketing status)
- filter: continue if newsletter group is *my custom field value*
- pipedrive: update person with custom fields (marketing status and custom field "newsletter group"
This works only occassionally. If I move all unsubscribers in Mailerlite to a custom group, only one will be updated in Pipedrive.
Do I need to do this individually to all unsubscribers? I also found out, that the flow doesn't go through each time I make a change in Mailerlite.
If subscription status is "unsubscribed" in Mailerlite, change Marketing Status to "Unsubcsribed" in Pipedrive AND change custom field called Newsletter Group to "Unsubscribed".
I could not find a way to fetch the data from Mailerlite without the need to update the contacts. So I created a flow:
- contact updated in mailerlite
- filter: continue if status is unsubscribed
- pipedrive: find person (email)
- pipedrive: get person fields (to fetch custom fields and marketing status)
- filter: continue if newsletter group is *my custom field value*
- pipedrive: update person with custom fields (marketing status and custom field "newsletter group"
This works only occassionally. If I move all unsubscribers in Mailerlite to a custom group, only one will be updated in Pipedrive.
Do I need to do this individually to all unsubscribers? I also found out, that the flow doesn't go through each time I make a change in Mailerlite.