Zapier

Introduction

Zapier makes it simple to connect the apps you already use so they can work together and automate tasks. For example, you can connect Google Sheets or Airtable to Mattermix and create new images when a record is created or updated. Zapier supports over 3,000 apps, so the possibilities to automate your workflows are endless!

If it's your first time using Zapier be sure to check out the Zapier Help Center.

Connect Mattermix with Zapier

  • Head to your App integrations

  • Click Add connection

  • Search for Mattermix and select

  • Fill out the form with your API key and email

  • Click Yes, Continue

Getting started: Create a Zapier Trigger

Every Zap starts with a Trigger: something that tells Zapier it's time to start an automation. For example, a Trigger could be when a new field is added in a Google Sheet, a new contact is added to an email list, or when a new deal closes in your CRM.

Not only does this start the Zapier automation, but you can also use data captured from Triggers and previous steps and pass those values down. In this example, we'll be passing values from Airtable into the Mattermix API to dynamically update values in the HTML.

Action: Create Image

The Create Image Action will create a new image from HTML with the Mattermix API.

Set HTML

Copy and paste your HTML template in the HTML field, replacing any values you want to dynamically update from the Trigger or previous steps.

Test action

Once you've mapped values to the fields you want to update, click Continue. You will now be prompted to test the Action. If the request is successful you will see a response similar to the following:

{
    "success": true,
    "url": "https://cdn.mattermix.com/images/620d5489e8b565e74ce552c1/484ec22d-bfc9-4fc8-b764-6cf8d9b91f55.png"
}

These values will be available in the following steps to further complete your workflow. For example, you can use the URL returned from the Mattermix API in an Action to update a record in Airtable.

The last step is to turn on your new Zap by clicking the Turn on zap button.

Last updated