SendMailingToContact
Sends a transactional mailing or survey to a contact at a scheduled time.
Input
| Name | Type | Required | Description |
| ContactId | Long | True | ID of the contact. |
| MailingId | Long | True | Id of mailing. |
| IncidentId | Long | False | Id of incident. |
| OpportunityId | Long | False | Id of Opportunity. |
| ScheduledTime | String | False | Time when the mailing will be sent, in ISO-8601 format. If scheduledTime isn't specified, the mailing will be sent immediately. |
Result Set Columns
| Name | Type | Description |
| Status | String | Execution status of the stored procedure |