Description

Get a list of sending history

Method

Get

Call

Base URL
https://api.mailpro.com/sms/history/list.xml
Name
Mandatory
Description
id_client
YES
This is a unique ID to identify the client
api_key
YES
This is a GUID to identify the client and for access to the API
type_to
NO
Type of send:
   0 address book list
   1 single number
number
NO
Phone number
date_send
NO
Date of send
status
YES
   0 not delivered
   1 delivered
   2 waiting

Example of result 1:


<?xml version='1.0' encoding='UTF-8'?> 
<api version="1"> 
<histories> 
	<history> 
		<id_history>5025</id_history> 
		<date_send>12.12.2012</date_send> 
		<message>Hello world!</message>
		<charge>1205</charge> 
		<address_book_list> 
			<id_address_book>2506</id_address_book> 
				<phones> 
					<phone> 
						<id_number>1025</id_number> 
						<number>0041791234545</number> 
						<status>Jean</status> 
					</phone> 	 	 	 	 	 
				</phones> 
			<id_address_book>2507</id_address_book> 
		</address_book_list> 
	</history> 
</histories> 
</api>

Example of result 2:


<?xml version='1.0' encoding='UTF-8'?> 
<api version="1"> 
	<histories> 
		<history> 
			<id_history>5026</id_history> 
			<date_send>12.12.2012</date_send> 
			<message>Hello world!</message> 	 	 	 
			<charge>1205</charge> 
			<number>0041796543210</number> 
			<status>1</status> 
		</history> 
	</histories> 
</api> 

Result Attributes

Name
Description
histories[] Contains list of historics
    history[] Identify each historic
        id_history ID of the historic
        date_send Date of sms was send
        message Message
        charge Required number of credit for this send

Einfache Email Marketing Platform

Öffnen Sie ein Mailpro-Konto und genießen Sie 500 kostenlose Credits
Kostenlos Versuchen

Diese Website verwendet Cookies. Wenn Sie Ihre Navigation fortsetzen, akzeptieren Sie die Hinterlegung von Cookies von Drittanbietern, die Ihnen Videos und Schaltflächen zum Teilen anbieten sollen, aber auch, um Ihre Präferenzen zu verstehen und zu speichern. Erfahren Sie, wie wir Cookies verwenden und warum: Weitere Informationen