put https://www.formstack.com/api/v2/notification/.json
Update the specified notification email
Update the specified notification email
PUT /api/v2/notification/12345.json HTTP/1.1
Host: www.formstack.com
Authorization: Bearer [[app:oauth_token]]
Accept: application/json
Content-Type: application/json
from_type=field&from_value=12345&recipients=user%40example.com&subject=Example&type=link
curl -X PUT -i -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer [[app:oauth_token]]" -d "from_type=field&from_value=12345&recipients=user%40example.com&subject=Example&type=link" https://www.formstack.com/api/v2/notification/12345.json
Field Logic
See Field Logic for more information about the logic
property.