gca_entry_added_to_airtable

  1. Description
  2. Usage
  3. Parameters
  4. Since

Description

Action that fires after an entry has been written to Airtable.

Usage

Apply only when processing Airtable feeds on a specific form.

add_action( 'gca_entry_added_to_airtable_{form_id}', 'my_custom_function' );

Apply only when processing a specific Airtable feed on a specific form.

add_action( 'gca_entry_added_to_airtable_{form_id}_{feed_id}', 'my_custom_function' );

Parameters

  • entry array

    The entry that is being processed.

  • create_record_resp array

    The response from the Airtable API after adding the entry.

  • this \Airtable_Connection

    The Airtable_Connection instance.

Since

This action is available since Gravity Forms Advanced Calculations 1.0-beta-2.