I don't know MailChimp, but if it is passing across data in the URL then you can get this using the bracket syntax. I've used this to pass things into my forms. e.g.
myform.aspx?ProjectId=200
Then you can set a default value on the form using the bracket syntax:
[@ProjectId]
The workflow can then use that field to update a member value etc.
Contour and Webhooks
Has anyone had any experience in sending unsubscribe data from MailChimp to Contour to update a field in an entry?
I've found the section in MailChimp where you set up Webhooks and it asks me for a Callback URL but I have no idea what should go in here.
Any feedback from anyone who has ever managed to update a field in a Contour entry with an external source would be helpful.
I don't know MailChimp, but if it is passing across data in the URL then you can get this using the bracket syntax. I've used this to pass things into my forms. e.g.
myform.aspx?ProjectId=200
Then you can set a default value on the form using the bracket syntax:
[@ProjectId]
The workflow can then use that field to update a member value etc.
is working on a reply...