Piotr
My feedback
6 results found
-
8 votes
An error occurred while saving the comment -
2 votes
An error occurred while saving the comment
Piotr
commented
Autonumber values are autogenerated, and cannot be inserted manually or updated. They can't be used in POST/PUT requests. When the POST request is done it could return record if response parameter is set to "rows". If needed then the value from the field can be used in next steps of the processes.
-
15 votes
An error occurred while saving the comment
Piotr
commented
In REST API v3 in GET /v3/files and GET /v3/files/folders where we adding pagination we also added in a response:
"Pagination": {
"TotalCount": 0,
"PageNumber": 0,
"PageSize": 0
}
Is here expected the same information on other REST API operations responses where pagination is available?
https://demo.caspio.com/integrations/rest/swagger/index.html -
1 vote
An error occurred while saving the comment
Piotr
commented
Please check our HowTo article: https://howto.caspio.com/integrate-your-apps/extensions/slack-extension/#formatting and write if you are missing something.
-
3 votes
An error occurred while saving the comment
Piotr
commented
Thank you for your suggestion. We implemented this feature for attachment data type, which is used in Flex applications. As a user who is setting up custom payload in webhook definition you may choose what you want to add to your payload: File name or File URL.
https://howto.caspio.com/integrate-your-apps/webhooks/webhooks-in-caspio/ -
8 votes
An error occurred while saving the comment
Piotr
commented
Can you please write in what case you need it?
Currently you may add your logo to Document template as a watermark in Settings tab of template. In this article you can read about that: https://howto.caspio.com/document-generation/document-template-settings/
Isn't it enough?

We introduced Outgoing webhooks feature which gives ability to send automatically data, based on default or custom payload to other services. Isn't it enough to POST data?
https://howto.caspio.com/integrate-your-apps/webhooks/