
Engineering
- Member since
- Total activity 363
- Last activity
-
Official comment
You should be able to replace the text input field with the radio buttons, just make sure they have the id attribute set to the same value as the text input. Then that should work. Thanks, Brian Mc...
- View comment
- Created
- 0 votes
-
Official comment
Hi, if you are calling endpoints that contain /v2.1/ or /v2.2/ you should be fine. We had done a log file analysis about a month ago, so if you were still using v2 at that time, it would have flagg...
- View comment
- Created
- 0 votes
-
Official comment
Hi Angelo, These fields are recognized by the API so this should work. Be sure you are using the PIPELINE_ID and STAGE_ID as numeric values (not the text description). If you are still having troub...
- View comment
- Created
- 0 votes
-
Official comment
Hi Angelo, These fields are recognized by our API, so if they are present they should be stored. It sounds like Zapier is not passing these values through, so you'll need to check with them. Thank...
- View comment
- Created
- 0 votes
-
Official comment
You can do this via the POST method to the leads endpoint, with the object graph as JSON in the request payload/body. See https://api.insight.ly/v2.2/Help for documentation and sample data. If you ...
- View comment
- Created
- 0 votes
-
Official comment
- Community
- Discussions and Best Practices
- Will Insightly API work well with GetResponse? Are they able to integrate?
Colleen, thanks for writing. If GetResponse is able to integrate with a REST web API (the industry standard), they should be able to integrate with insightly without difficulty. Feel free to have t...
- View comment
- Created
- 0 votes
-
Official comment
HI, when posting tasks to the API, it is generally not recommended to include HTML/CSS markup, as this can cause conflicts with the web UI, and as this markup may be altered or removed. Basic HTML ...
- View comment
- Created
- 0 votes
-
Official comment
Hello, thanks for writing. The API does not currently support repeating tasks, so you'll need to implement the repeat logic in your application. If you have any other questions, please let us know...
- View comment
- Created
- 0 votes
-
Hi Gil, This is a RESTful web API. It does not have a web interface. You can find the documentation for the API at https://api.insight.ly/v2.2/Help Best regards, Brian McConnell Insightly Engineeri...
- View comment
- Created
- 0 votes
-
Official comment
Rodolfo, To do this you'll need to make a GET request to the /v2.1/emails/{id} endpoint for each email you want to fetch. It is not allowed to fetch the email bodies in the list of all emails, simp...
- View comment
- Created
- 0 votes