Create a signature rule
post
/api/rest/2.0/assets/email/signature/rule
Creates a signature rule with the provided settings.
The settings for
contactFieldId
, customObjectFieldId
, and eventRegistrationId
are exclusive. Providing more than one of these values will result in an error.Request
Supported Media Types
- application/json
The request body defines the details of the signature rule to be created.
Root Schema : EmailSignatureRule
Type:
object
Title:
Show Source
EmailSignatureRule
-
contactFieldId:
string
The id for the contact field to be used when matching a contact to a mapping.
-
createdAt:
string
Read Only:
true
The date and time the signature rule was created, expressed in Unix time. -
createdBy:
string
Read Only:
true
The login id of the user who created the signature rule. -
createdByName:
string
The name of the user who created the signature rule.
-
customObjectFieldId:
string
The id for the custom object field to be used when matching a contact to a mapping.
-
defaultSenderId:
string
The id of the user that will be used as the default sender if no mappings are matched.
-
depth:
string
Read Only:
true
Level of detail returned by the request. Eloqua APIs can retrieve entities at three different levels of depth:minimal
,partial
, andcomplete
. Any other values passed are reset tocomplete
by default. For more information, see Request depth. -
eventRegistrationFieldId:
string
The id for the event field to be used when matching a contact to a mapping.
-
id:
string
Read Only:
true
Id of the signature rule. This is a read-only property. -
isPersonalizeFromAddress:
string
Flag to enable personalizing the from address.
-
isPersonalizeFromName:
string
Flag to enable personalizing the from name.
-
isPersonalizeReplyAddress:
string
Flag to enable personalizing the reply to address.
-
isPersonalizeReplyName:
string
Flag to enable personalizing the reply to name.
-
name:
string
The name of the signature rule.
-
permissions:
array permissions
The permissions for the signature rule granted to your current instance. This is a read-only property.
-
type:
string
The asset's type in Eloqua. This is a read-only property.
-
updatedAt:
string
Read Only:
true
The date and time the signature rule was last updated, expressed in Unix time. -
updatedBy:
string
Read Only:
true
The login id of the user who last updated the signature rule. -
updatedByName:
string
The name of the user who last updated the signature rule.
Nested Schema : permissions
Type:
array
The permissions for the signature rule granted to your current instance. This is a read-only property.
Show Source
Response
Supported Media Types
- application/json
201 Response
Success.
Root Schema : EmailSignatureRule
Type:
object
Title:
Show Source
EmailSignatureRule
-
contactFieldId:
string
The id for the contact field to be used when matching a contact to a mapping.
-
createdAt:
string
Read Only:
true
The date and time the signature rule was created, expressed in Unix time. -
createdBy:
string
Read Only:
true
The login id of the user who created the signature rule. -
createdByName:
string
The name of the user who created the signature rule.
-
customObjectFieldId:
string
The id for the custom object field to be used when matching a contact to a mapping.
-
defaultSenderId:
string
The id of the user that will be used as the default sender if no mappings are matched.
-
depth:
string
Read Only:
true
Level of detail returned by the request. Eloqua APIs can retrieve entities at three different levels of depth:minimal
,partial
, andcomplete
. Any other values passed are reset tocomplete
by default. For more information, see Request depth. -
eventRegistrationFieldId:
string
The id for the event field to be used when matching a contact to a mapping.
-
id:
string
Read Only:
true
Id of the signature rule. This is a read-only property. -
isPersonalizeFromAddress:
string
Flag to enable personalizing the from address.
-
isPersonalizeFromName:
string
Flag to enable personalizing the from name.
-
isPersonalizeReplyAddress:
string
Flag to enable personalizing the reply to address.
-
isPersonalizeReplyName:
string
Flag to enable personalizing the reply to name.
-
name:
string
The name of the signature rule.
-
permissions:
array permissions
The permissions for the signature rule granted to your current instance. This is a read-only property.
-
type:
string
The asset's type in Eloqua. This is a read-only property.
-
updatedAt:
string
Read Only:
true
The date and time the signature rule was last updated, expressed in Unix time. -
updatedBy:
string
Read Only:
true
The login id of the user who last updated the signature rule. -
updatedByName:
string
The name of the user who last updated the signature rule.
Nested Schema : permissions
Type:
array
The permissions for the signature rule granted to your current instance. This is a read-only property.
Show Source
400 Response
Bad request. See Status Codes for information about other possible HTTP status codes.
401 Response
Unauthorized. See Status Codes for information about other possible HTTP status codes.
403 Response
Forbidden. See Status Codes for information about other possible HTTP status codes.
404 Response
The requested resource was not found. See Status Codes for information about other possible HTTP status codes.
500 Response
The service has encountered an error. See Status Codes for information about other possible HTTP status codes.