CreateMarketingTriggeer
Description
CreateMarketing recurringtriggers billing request. Recurring billing request isare used to instructtrack any activity of the servercontact to/ createpublic individual instance of Billing Request,user, which ishave asome sourcemeaning forin Invoiceyour creation. company sales or marketing process.
ImportantFields ParametersDescription
Description | ||
new-phone-number url-visit goal-achieved |
Text identification of the |
|
123456789000 | Identification
|
|
113456789000 | Identification |
|
https://yourcompany.atollon.com/pub/23423432 | Page |
|
yourSuperCampaignXYZ | Any |
|
Contact
|
Any |
|
2020-08-12
|
When |
|
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| avoid ||
unnecessary
| aggregate ||
| ||
|
The example below notifies Atollon about new phone number added to contact. Atollon may therefore create call task.
Example Request Example
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsdl="http://atollon.com/enterprise/wsdl">
<soapenv:Header/>
<soapenv:Body>
<wsdl:CreateFolderItemCreateMarketingTriggers>
<server>acme</server>
<session>7CDF678513DCBF0379DDD26A6961B604D7F1515CBD0461A...DBD04</session>
<ITEMMARKETING_TRIGGER>
<amountbaseType>1234new-phone-number</amountbaseType>
<billingDatecontextId>132716101</contextId>
<contactId>139663101</contactId>
<url>www.yourcompany.com/product/page</url>
<trackingCode>www.company.com/product/page</trackingCode>
<description>Extranet user added new phone number</description>
<triggerDate>2020-05-14T00:00:07-31 12:00</billingDatetriggerDate>
<billingStatusnumberOfVisits>21</billingStatus>
<totalQuantity>5</totalQuantity>
<catalogPrice>190</catalogPrice>
<currency>CZK</currency>
<item>133629101</item>
<name>Repeated service</name>
<note>Billing the yearly service.</note>
<purchasePrice>130</purchasePrice>
<quantity>5</quantity>
<folder>139676101</folder>
<totalAmount>6170</totalAmount>
<totalAmountWithVat>6787</totalAmountWithVat>
<vatValue>10</vatValue>
<ratio>100</ratio>
<taxationDate>2020-05-14T00:00:00</taxationDate>
<validFrom>2020-05-14T00:00:00</validFrom>
<validTo>2099-05-04T00:00:00</validTo>
<destinationProject>139704101</destinationProject>
<billingFrequency>2</billingFrequencynumberOfVisits>
</ITEMMARKETING_TRIGGER>
</wsdl:CreateFolderItemCreateMarketingTriggers>
</soapenv:Body>
</soapenv:Envelope>
Example Response Example
<ns0:Envelope xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://atollon.com/enterprise/wsdl">
<ns0:Body>
<ns1:CreateFolderItemResponseCreateMarketingTriggersResponse>
<result>OK</result>
<time>0.0134570622972488</time>
<countnewId>0400097101</count>
<itemId>139812101</itemIdnewId>
</ns1:CreateFolderItemResponseCreateMarketingTriggersResponse>
</ns0:Body>
</ns0:Envelope>