Docly Child

Ragic

Estimated reading: 3 minutes

Ragic Integration

Ragic is a powerful online spreadsheet-style database builder. With the AFI plugin, you can send data from supported forms to your Ragic account and insert records into specific sheets automatically.

โœ… Supported Task

  • Add Record โ€“ Insert a new record into a Ragic sheet on form submission.

๐Ÿ”Œ How to Connect Ragic

Step 1: Get API Key and Base URL

  1. Login to your Ragic account.
  2. Go to Menu โ†’ Profile โ†’ API Key .
  3. Generate a new API Key and copy it.
  4. Copy the Base URL from the browser address bar (e.g., sea2.ragic.com)

Step 2: Set Up Ragic in AFI Plugin

  1. In WordPress, go to AFI โ†’ Settings, activate Ragic and save.
  2. Click on the Ragic tab.
  3. Paste your API Key and Base URL.
  4. Click Save Settings.

๐Ÿ” Create a New Integration

  1. Go to AFI > New Integration.
  2. Select your form plugin and set a trigger.
  3. Choose Ragic as the Action App.
  4. Pick the task Add Record.

๐Ÿงฉ Configure Action Fields

You will need to set the following information to identify your Ragic sheet:

  • Account Name โ€“ Your Ragic account name (from the Base URL).
  • Tab Name โ€“ The folder or tab (e.g., “a”, “b”) where your sheet is located.
  • Sheet ID โ€“ The sheetโ€™s unique identifier (found in the URL or API docs).

After that, map your fields using this format:

ragic_field_key=value

Separate multiple fields with ||. For example:

100001=Full Name||100002=Email||100003=Company

Note: Field keys like 100001 are Ragic field IDs. You can get these from the field inspector or API guide.


โš™๏ธ Field Mapping Tips

  • You can use form tags like {{first_name}}, {{email}} inside values.
  • You can combine values using custom formatting.

Example:

100001=Dear {{first_name}} {{last_name}}

๐Ÿ› ๏ธ Troubleshooting

If your Ragic integration isnโ€™t working as expected, here are a few things to check:

  • API Key: Double-check that your Ragic API key is correct and active. You can regenerate it from your Ragic profile if needed.
  • Base URL: Make sure that the Base URL is correct.
  • Field Mapping: Ensure that each Ragic field ID is valid and exists in the destination sheet. Incorrect or missing field IDs will cause the record submission to fail silently.
  • Sheet/Tab ID: Verify that the sheet ID and tab name match the structure in your Ragic URL.
  • Logs: Go to AFI > Logs to see if there are any error messages. Failed API responses will appear in red and usually indicate what went wrong inside the response data.

If everything appears correct but the data still isnโ€™t reaching Ragic, try re-authenticating, test with minimal fields, or reach out to our support with your debug log for further help.

Share this Doc

Ragic

Or copy link

CONTENTS