GET https://webapi.mymarketing.co.il/api/account/sendingprofiles
Get the account emails sending profiles
Request Information
URI Parameters
Body Parameters
None.
Response Information
Resource Description
Name
Description
Type
Additional information
id
Column id
integer
profile_name
To identify your profile in ActiveTrail
string
FromName
Name displayed as "from" in inbox
string
from_email
Email displayed in contact's inbox
string
update_date
Last changes date
date
is_default
Is default sending profile
boolean
reply_to_email
Replies are forwarded to this address
string
subject_postfix
Constant text that always appears in the email subject
string
is_use_domain_keys
Using domain key thru the profile
boolean
Response Formats
application/json, text/json
Sample:
[ { "id": 1, "profile_name": "sample string 2", "FromName": "sample string 3", "from_email": "sample string 4", "update_date": "2016-12-24T14:12:12", "is_default": true, "reply_to_email": "sample string 7", "subject_postfix": "sample string 8", "is_use_domain_keys": true }, { "id": 1, "profile_name": "sample string 2", "FromName": "sample string 3", "from_email": "sample string 4", "update_date": "2016-12-24T14:12:12", "is_default": true, "reply_to_email": "sample string 7", "subject_postfix": "sample string 8", "is_use_domain_keys": true } ]
application/xml, text/xml
Sample:
<ArrayOfApiSendingProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ActiveTrail.RESTfulApi.Models"> <ApiSendingProfile> <FromName>sample string 3</FromName> <from_email>sample string 4</from_email> <id>1</id> <is_default>true</is_default> <is_use_domain_keys>true</is_use_domain_keys> <profile_name>sample string 2</profile_name> <reply_to_email>sample string 7</reply_to_email> <subject_postfix>sample string 8</subject_postfix> <update_date>2016-12-24T14:12:12</update_date> </ApiSendingProfile> <ApiSendingProfile> <FromName>sample string 3</FromName> <from_email>sample string 4</from_email> <id>1</id> <is_default>true</is_default> <is_use_domain_keys>true</is_use_domain_keys> <profile_name>sample string 2</profile_name> <reply_to_email>sample string 7</reply_to_email> <subject_postfix>sample string 8</subject_postfix> <update_date>2016-12-24T14:12:12</update_date> </ApiSendingProfile> </ArrayOfApiSendingProfile>