Skip to main content

API access to record comments

  • November 3, 2022
  • 12 replies
  • 189 views

Forum|alt.badge.img

Hello all –

Is there yet a way to access (i.e. read/write/update) a record’s fly-out comments via the API? We have another app in which there are comments that we want to merge with the appropriate record’s comments in AT.

If not, is it anywhere on the roadmap? It totally affects how we plan this integration.

Thanks!

12 replies

Forum|alt.badge.img+4
  • Participating Frequently
  • November 4, 2022

Hey Cameron - we’re working on allowing Comments access via API and should be able to provide access publicly within the next few weeks. More to share very soon.

Daniel


Thanks Daniel — that’s very exciting! Can’t wait!


Forum|alt.badge.img+4
  • Participating Frequently
  • November 15, 2022

Hi all,

Sharing that the Comments API is now LIVE in addition to a ton of other API improvements. Check out the Comments API docs, as well as a broader overview of new API features for authentication, new endpoints, and enterprise controls here: New Beta: New API authentication methods, endpoints, and public API docs

Note that you must use the new personal access tokens authentication to access the Comments API and the other new endpoints. Please share any feedback and excited for you all to try the Comments API!

Daniel

Product Manager on behalf of the API team


Hi all,

Sharing that the Comments API is now LIVE in addition to a ton of other API improvements. Check out the Comments API docs, as well as a broader overview of new API features for authentication, new endpoints, and enterprise controls here: New Beta: New API authentication methods, endpoints, and public API docs

Note that you must use the new personal access tokens authentication to access the Comments API and the other new endpoints. Please share any feedback and excited for you all to try the Comments API!

Daniel

Product Manager on behalf of the API team


Thanks Daniel! That’s amazing!


Forum|alt.badge.img+1
  • New Participant
  • January 10, 2023

Hi all,

Sharing that the Comments API is now LIVE in addition to a ton of other API improvements. Check out the Comments API docs, as well as a broader overview of new API features for authentication, new endpoints, and enterprise controls here: New Beta: New API authentication methods, endpoints, and public API docs

Note that you must use the new personal access tokens authentication to access the Comments API and the other new endpoints. Please share any feedback and excited for you all to try the Comments API!

Daniel

Product Manager on behalf of the API team


Are there any plans to add access to comments from scripting? 


Matthew_Carrano
Forum|alt.badge.img+14

Are there any plans to add access to comments from scripting? 


would like to know as well


Forum|alt.badge.img
  • New Participant
  • February 28, 2023

I'd like to access from scripting too


Forum|alt.badge.img+3
  • Participating Frequently
  • March 23, 2023

Me too. I need my automation ('trigger on record update') to differentiate between "records updated by a user directly in Airtable" from "records updated by a user via API". Since the API keys are tied to the user, it currently does not differentiate which method the user used to update the record.

I could create a user "API Calls" and tie the keys to that user, but it means paying for that extra user...


Ben_Hanni
Forum|alt.badge.img+4
  • New Participant
  • June 13, 2023

Does anyone have an example configuration using Make or Zapier to add Comments?  It seems like both have the capability now, but since I'm used to working on what's included, vs having to format API calls, I'm wondering if anyone has a screenshot using either they could share.


Ben_Hanni
Forum|alt.badge.img+4
  • New Participant
  • June 16, 2023

Hi all,

Sharing that the Comments API is now LIVE in addition to a ton of other API improvements. Check out the Comments API docs, as well as a broader overview of new API features for authentication, new endpoints, and enterprise controls here: New Beta: New API authentication methods, endpoints, and public API docs

Note that you must use the new personal access tokens authentication to access the Comments API and the other new endpoints. Please share any feedback and excited for you all to try the Comments API!

Daniel

Product Manager on behalf of the API team


@Daniel_Levine ,

Is it possible to get an example configuration using Make or Zapier to add Comments?  It seems like both have the capability now, but since I'm used to working on what's included, vs having to format API calls.


Forum|alt.badge.img
  • New Participant
  • May 30, 2024

@Daniel_Levine ,

Is it possible to get an example configuration using Make or Zapier to add Comments?  It seems like both have the capability now, but since I'm used to working on what's included, vs having to format API calls.


I figured it out for Make. You'll want to make a standard HTTP request, if you use the Airtable integration it wont parse the json correctly. Search for HTTP in the app list and then use "Make a request" then just plug your info into the URL shown below and add your key/token.

 


Matthew_Carrano
Forum|alt.badge.img+14

I figured it out for Make. You'll want to make a standard HTTP request, if you use the Airtable integration it wont parse the json correctly. Search for HTTP in the app list and then use "Make a request" then just plug your info into the URL shown below and add your key/token.

 


@spencerwaye this post was made before that was an option. now there is documentation for it https://airtable.com/developers/web/api/list-comments