How to add additional recipient through API

Hi, there is a feature on MyPortal to add additional recipients in Receive Preferences screen, I would like to know if this is available through an API call.
Thanks.

Answers

  • The same operation can be achieved through API calls ListCreateRequest and ProfileUpdateRequest.

    ListCreateRequest will create the additional recipients as a list and then update the "forwarding_address" profile item for the specific user with the name of the list using ProfileUpdateRequest.

    Sample API requests are attached for reference.