This method creates a new notification email for the specified form.

Create a notification email for the specified form

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

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