Help
Janssen
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎May 29, 2023
‎Jul 19, 2023

User Statistics

  • 9 Posts
  • 0 Solutions
  • 6 Kudos given
  • 2 Kudos received

User Activity

I've been playing around with both the SDK and just using fetch() requests, the latter mainly because I can't find thorough documentation for the former. The SDK docs don't say much of anything and the generated API docs just give me clues. What's th...
This seems like a very basic question but search hasn't yielded me an answer.How do I set a field with spaces in the name using a fetch() request?  const res = await fetch('https://api.airtable.com/v0/xyz/Estimates', { method: 'POST', hea...
This seems like a pretty basic operation and I'm sure it's been discussed however I haven't really found anything that looks "canonical", as it were. I simply want to add an event to a Google Calendar when a date is chosen in a field. I played around...
I'm putting together a website/CRM/internet stuff for a window cleaning business. I've looked at Jobber and it seems to offer everything we need but at $100+ per month it's pretty expensive. I tried kickserv which is about half the price for the feat...