Can I create a Template via the API?

No, you cannot create a Template via the API.

ANSWERED

Is there a way to get a list of templates or formz by folder?

Is there a way to filter my get requests for a list of templates or formz by their corresponding folder?

Can a Workflow be triggered via the API?

If your API references an available Workflow trigger, then yes, your Workflow can be triggered via the API. Available Workflow triggers include Form Completed, Form Deleted, and Form Created.

Why does my DataSource have no columns?

If your DataSource doesn’t have any columns, then there was an error in the DataSource upload process.

What’s the difference between full and limited API access?

If you have Full API access, you’ll have complete Read and Write access to the API. If you have Limited API access, you’ll only have Read access.

How are the Form ID and Template ID included in the Webhook call?

In your Webhook call’s body, you’ll find a JSON object called Item. In the Item object your Form ID is referred to as ID, and your your Template ID is referred to as EntityID.