*** AVAILABLE SUMMER 2026 ***
Overview
The 'Recipient - Add Multiple' action for Power Automate adds the specified recipients to the workspace associated to the API Key used within the Power Automate connection.
Default Options
The default 'Recipient - Add Multiple' flow action parameters are detailed below as an array:
- Email Address: Set the recipients email address
- First Name: Set the recipients first name
- Last Name: Set the recipients last name
- Company: Set the recipients company
- Job Title: Set the recipients job title
- Phone Number: Set the recipients phone number
Pass defined objects within an array:
Pass an array value:
Recipients - JSON Schema
The JSON provided within the recipient's parameter should conform to the following example schema:
[{
"emailAddress": "manual@encodian.com",
"firstName": "Manual",
"lastName": "Entry",
"company": "Encodian",
"jobTitle": "Engineer",
"phoneNumber": "123456789"
}]Return Parameters
The 'Recipient - Add Multiple' flow action returns the following data.
Action Specific Return Values
- Processed - A list of recipients added to the workspace
- Unprocessed - A list of recipients, including the associated error message for any recipients who could not be added
Standard Return Values
- OperationId - The unique ID assigned to this operation.
- HttpStatusCode - The HTTP Status code for the response.
- HttpStatusMessage - The HTTP Status message for the response.
- Errors - An array of error messages should an error occur.
- Operation Status - Indicates whether the operation has been completed, has been queued or has failed.
0 Comments