Legacy Dev Forum Posts

 View Only

Sign Up

How do i run a outbound campaign with Api

  • 1.  How do i run a outbound campaign with Api

    Posted 06-05-2025 18:06

    josmiguelv | 2020-05-08 18:35:10 UTC | #1

    Hi there, How do i run a outbound campaign with Api .Net? I created the campaign with the Api, now I need start it. Best regards Miguel Velasquez


    anon28885283 | 2020-05-11 04:42:26 UTC | #2

    Hi Miguel,

    In the OutboundAPI use PutOutboundCampaign(campaignId, body). Use the same Campaign object as the body but with the property CampaignStatus set to "on"


    Jerome.Saint-Marc | 2020-05-11 04:47:26 UTC | #3

    Hello Miguel,

    As Prince explained, you can use PutOutboundCampaign to start or to stop a campaign, setting CampaignStatus to "on" or to "off". See here for additional info (also on how to recycle a campaign): https://developer.mypurecloud.com/api/rest/v2/outbound/contactmanagement.html

    Regards,


    system | 2020-06-11 04:47:27 UTC | #4

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 7750