cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
603
Views
0
Helpful
1
Replies

campaign loading

jdickinson
Level 5
Level 5

Is there a way to automate campaign loading. We anticipate over 100 campaigns a day, and am wondering how to best load all 100?

Thanks in advance (I hope),

Joe

1 Accepted Solution

Accepted Solutions

dekwan
Cisco Employee
Cisco Employee

This is an old post. To see the whole thread, please refer to the PDF attached to the original question.

 

There are REST APIs available for configuring campaigns. What do you mean by 'campaign loading'?
If you meant 'enabling campaign', then you may invoke PUT on the API
http://<server>/adminapi/campaign/{id}/state/{enable or disable}.
If you meant 'importing contacts', then you may invoke POST on the API
http://<server>/adminapi/campaign/{id}/contacts.
 
You may refer to 'campaign' section of Express Configuration API Guide for more information.

View solution in original post

1 Reply 1

dekwan
Cisco Employee
Cisco Employee

This is an old post. To see the whole thread, please refer to the PDF attached to the original question.

 

There are REST APIs available for configuring campaigns. What do you mean by 'campaign loading'?
If you meant 'enabling campaign', then you may invoke PUT on the API
http://<server>/adminapi/campaign/{id}/state/{enable or disable}.
If you meant 'importing contacts', then you may invoke POST on the API
http://<server>/adminapi/campaign/{id}/contacts.
 
You may refer to 'campaign' section of Express Configuration API Guide for more information.
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: