Delay a merge

Do we have some way to delay a merge (parameter, special variables, etc)? For example, I want to execute a merge ONLY after n seconds. Is this possible? Preferable through merge url like '/mergeId?delay=200' or Field Map (sth like '_delay')?

ANSWERED

/oauth2/token ==> grant_type: client_credentials is that supported ?

curl --request POST
--url
https://www.formstack.com/api/v2/oauth2/token
--header 'accept: application/json'
--header 'content-type: application/json'
--data '
{
"grant_type": "client_credentials",
"client_id": ,
"client_secret": ""
}
'

Error message is 'state' instead of 'county'

Hi

ANSWERED
ANSWERED

Downloading signatures via API

Is there a way to download a signature file via API? I tried using the end point:

Deleting submissions based on content of the submission

I need to delete submissions based on the email or name provided as part of the submission. Is there a programmatic way I can delete all submissions that have a specific (or one of many specific) values in the submitted data?

Deleting a file from a submission using the API

I have need to programmatically delete a file from a form submission. The file must be completely deleted from Formstack's systems.

ANSWERED

API Interfacing

Does FormStack have the ability to make API calls to retrieve data from other 3rd Party software?

ANSWERED

Update an existing record in salesforce with new information?

I am using the formstack web version and I want the new submission to update an existing record in Salesforce. How can I achieve this?

Automate Export Submission in PDF

We would like to get a copy of the submission data in PDF format. Currently, we can go into FormStack Admin and go to the specific submission and then export it to PDF. We would like to automate this.