I am working on the surveymonkey API and I am trying to send a message throw an email collector. The first send is ok but I get the error : 409 : Campaign status is completed when I send to a new contact.
Do I have to create a new collector?
I am working on the surveymonkey API and I am trying to send a message throw an email collector. The first send is ok but I get the error : 409 : Campaign status is completed when I send to a new contact.
Do I have to create a new collector?
You don't have to create a new collector but you have to create a new message (unless you close your collector, which you can re-open).
See the documentation for collectors/messages on how to create collectors and messages.
Example:
Create a new collector:
That'll return the collector you just created, you can then add a message to that collector:
You can then add recipients to your message:
Then send that message.
You can then do steps 2-4 above on the same collector to create new messages, add recipients, then send it out. You can keep using the same collector.