Add a recipient
add_recipientAdds one address to the list that receives the email on every submission and keeps the others; an address already on the list changes nothing. The free plan allows one address. Returns the whole list. (To replace the list, pass self_email_notification.recipients to update_form.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | The address to add. | ||
| form_id | Yes | Form id, a short string such as "AbC123xyz" (from list_forms). |