This method updates the specified notification email.

Update the specified notification email

POST /api/v1/updateNotification HTTP/1.1
Host: www.formstack.com

api_key=[[app:api_key]]&id=101&name=Notification+Updated&from_type=field&from_value=12345&[email protected]&subject=Notify&type=data
curl -X POST -i -d "api_key=[[app:api_key]]&id=101&name=Notification+Updated&from_type=field&from_value=12345&[email protected]&subject=Notify&type=data" https://www.formstack.com/api/v1/updateNotification
Language
Click Try It! to start a request and see the response here!