Overview
You can use this request to retrieve a report for the specified transactional mail group.
The Method
API | - | Method |
---|---|---|
REST | GET | https://[Your URL]/api/2.0/trans_groups/$id |
XML-RPC | Call | transactional._groups.GetTransactionalGroup |
Your URL is the address of your Everlytic install.
Your method must be structured as follows:
GetTransactionalGroup(integer | string $id) : object
Parameters
Property | Type | Description | Required |
---|---|---|---|
$id | integer string | The identifier or name of the transactional mail group. | yes |
Responses
Type | Description |
---|---|
object | The transactional mail group object. |