RecipientForRequest
    • PDF

    RecipientForRequest

    • PDF

    Article Summary

    Description

    Recipient request information

    Syntax

    	private String address = null;
    	private String name = null;
    	private String type = "R";
    	private Object parameters = null;
    

    Field

    FieldRequiredTypeLimitationsDescription
    addressYStringEmail address formatRecipient’s email address
    nameNStringMax: 69Recipient name
    typeYStringDefault: R (R, C, B)Recipient type (R: To, C: Cc, B: Bcc)
    parametersNObjectSubstitution parameter (which applies for each recipient). It is a Map type object, using the 'substitution ID' as a key, and the 'value mapping with the substitution ID' as a value.

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.