Stencil Documentation
  • General
  • API
    • Authentication
      • Account
    • Pagination
    • Status Code and Throttling
    • Endpoints
      • Projects
      • Templates
      • Images
      • Collections
      • PDFs
      • Airtable
    • Charts
  • Using Stencil
    • Template Editor (New)
    • Template Editor (Legacy)
      • Limited Markdown Supports
      • Anchoring Element
      • Using Custom Font
      • Circular Text Positioning
    • White Label for Business
      • Setting Up Your First Client
      • DNS Setup with Cloudflare
  • Guides
    • Airtable Integration
      • Basic
    • Integromat Integration
      • Connection
      • Instant Trigger
    • Zapier Integration
      • Authentication
      • Trigger - New Image
      • Action - Create Image
    • Secure Signed Image
      • Basic
    • Query String Integration
      • Basic
      • Cache
    • Forms Integration
    • Case Studies
      • Generate Instagram Post from WooCommerce
      • Generate Open Graph Image for WordPress
      • Generate Personalized SendGrid Email Campaigns
      • Sending Charts to Twitter
      • Generate Instagram Post from Shopify
      • Automating Webflow Open Graph Image
      • Generate certificate of accomplishment
      • Automate Candidate's Certificate Generation
  • LINKS
    • Back to Stencil
    • Got bug?
    • Need feature?
    • Blog
Powered by GitBook
On this page
  • Get Airtable image generation status
  • Trigger Airtable image generation from the API
  • status field

Was this helpful?

  1. API
  2. Endpoints

Airtable

Get and run Airtable integration from our API

Get Airtable image generation status

GET https://api.usestencil.com/v1/airtables/:id

Path Parameters

Name
Type
Description

id*

string

ID of the action

{
    "action_title": "Demo",
    "base_id": "appdxxxxx",
    "status": "Started",
    "table_name": "Demo",
    "view_name": null
}

Trigger Airtable image generation from the API

POST https://api.usestencil.com/v1/airtables/:id

Path Parameters

Name
Type
Description

id*

string

ID of the action

{
    "action_title": "Demo",
    "base_id": "appdxxxxx",
    "status": "Starting",
    "table_name": "Demo",
    "view_name": null
}

status field

Description

null

Nothing is being generated. It Indicates that no job is running or the job has finished running.

Starting

Image generation is starting.

Started

Image generation is already started.

PreviousPDFsNextCharts

Last updated 3 years ago

Was this helpful?