post https://www.formstack.com/api/v2/form//confirmation.json
Add a new confirmation email to the specified form
Add a new confirmation email to the specified form
POST /api/v2/form/12345/confirmation.json HTTP/1.1
Host: www.formstack.com
Authorization: Bearer [[app:oauth_token]]
Accept: application/json
Content-Type: application/json
to_field=12345&sender=user%40example.com&subject=Example&message=Example
curl -X POST -i -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer [[app:oauth_token]]" -d "to_field=12345&sender=user%40example.com&subject=Example&message=Example" https://www.formstack.com/api/v2/form/12345/confirmation.json
Field Logic
See Field Logic for more information about the logic
property.