Open Forum

 View Only
  • 1.  What is the "ext-trans-data" when viewing campaign data using the API?

    Posted 11-03-2023 08:29
      |   view attached

    In this Doc showing what data is returned for Campaigns,  I was wondering what the "ext-trans-data"?

    CC Managing Campaign Records

    Actions and Events remove preview
    CC Managing Campaign Records
    How to add and remove/delete records from Dynamic Campaigns
    View this on Actions and Events >

    I'm looking to add additional information when creating a calls list using the API and I was hoping this might be it.



    ------------------------------
    Jay Jadfa
    ------------------------------


  • 2.  RE: What is the "ext-trans-data" when viewing campaign data using the API?

    Posted 11-07-2023 21:20

    On one of their demo responses it has the below, but no field description.

    <?xml version='1.0'  encoding='UTF-8' ?>
    <records>
        <record>
            <campaign-name>Sales Campaign</campaign-name>
            <campaign-id>123</campaign-id>
    
            <record-id>0015000000WIBJrAAP</record-id>
            <phone-list>Phone|(650)555-1234</phone-list>
            <status>3</status>
            <status-code>0</status-code>
    
            <ext-trans-data>[AccountName|John Smith]</ext-trans-data>
            <disposition-code>1000</disposition-code>
        </record>
        <record>
          ...
        </record>
    
    </recordss>


    ------------------------------
    Ben Fischer
    ------------------------------



  • 3.  RE: What is the "ext-trans-data" when viewing campaign data using the API?

    Posted 11-08-2023 02:53

    Thanks Ben

    I did find that example after I posted the issue. Some of the documentation is older and has XML examples and others show data being returned in Json format. Like you said a bit more field descriptions would be handy.

    Thanks!!



    ------------------------------
    Jay Jadfa
    ------------------------------