Zapier Integration
You can connect your twise with Zapier to enable automations with thousands of other apps.
Twises currently support the following features:
Capturing new leads (e.g. push to a CRM)
Creating new twise knowledge cards (e.g. when you publish a new blog post, it can automatically be added to your Twiseâs knowledge base)
API Key
You will need an API key to authenticate on your behalf on Zapier. Save your API key in a secure place as you will only see it once when generated. Generating a new API key will invalidate an existing key in case one exists.
In case you have multiple Twises, you can re-use the same API key across multiple Zaps.
You can generate an API key in your twise Settings page (Edit twise -> Integrations -> Zapier).
How to make a new Zap to capture leads
First, we connect your twise to Zapier and create the new Zap:
In the Twise app:
Create a new twise.
Enable lead capturing in twise settings (Edit twise -> Leads -> Setup -> âCapture leadsâ ON -> Click âSaveâ).
In âEdit twise -> Integrations -> Zapierâ, generate a new API key (if you have not created one already). Save it for later.
In the Zapier home page:
click on â+ Create -> New Zapâ.
Click on â1. Triggerâ, and choose the âTwiseâ app.
In âApp & Event -> Eventâ, choose âNew Leadâ.
In âAccountâ, connect your Twise account via an API key.
In âTriggerâ, choose the twise you want to capture leads from the list.
In âTestâ, test the trigger, which should return a sample response of a captured lead.
Next, we want to connect this trigger to an action, meaning we define what happens when a twise captures a new lead. As an example action, weâll be recording new leads to a Zapier Table:
Go to the Zapier Tables page in a new tab.
Create a new blank table.
Back in the new Zap page:
Click on â2. Actionâ, choose âZapier Tablesâ
In âApp & event -> Eventâ, choose âCreate Recordâ.
In âAction -> Table IDâ, choose the newly created table.
For each table field, you can choose what Lead field to populate it with (e.g. Field 1 - Email, Field 2 - Phone, etc.).
In âTestâ, you can test that sample data does indeed get added to the table.
Click âPublishâ. If the Zap activates successfully, you should see the switch go âOnâ on top-left.
Open a conversation with your twise, and write a message like âMy email is test@example.com.â If everything connected smoothly, you now should see that new lead be added to a Zapier Table.
How to make a new Zap to create twise knowledge cards
In this example, weâll connect to a BBC News feed, so that we can create new knowledge cards whenever the BBC publishes a new story.
First, we connect your twise to Zapier and create the new Zap:
In the Twise app:
Create a new twise.
In âEdit twise -> Integrations -> Zapierâ, generate a new API key (if you have not created one already). Save it for later.
In the Zapier home page:
Click on â+ Create -> New Zapâ.
Click on â1. Triggerâ, and choose âRSS by Zapierâ.
In âApp & Event -> Eventâ, choose âNew Item in Feedâ.
In âTrigger -> Feed URLâ, paste the BBC news feed URL: âhttps://feeds.bbci.co.uk/news/rss.xmlâ.
In âTestâ, test the trigger, which should return a sample response of a BBC news story.
Next, we want to connect this trigger to an action, meaning we define what happens when BBC publishes a news story.
Click on â2. Actionâ, choose the âTwiseâ app.
In âApp & event -> Eventâ, choose âCreate Knowledge Cardâ.
In âAccountâ, connect your Twise account via an API key.
In âActionâ, choose the twise you want to create new knowledge cards in.
For âQuestionâ, choose the âTitleâ field from the sample feed response.
For âAnswerâ, choose the âDescriptionâ field from the sample feed response.
In âTestâ, test the action, which should create a sample knowledge card in your twise.
In the Twise app, you can now check the newly added sample card by going to âEdit twise -> Content -> Knowledgeâ.
Now, whenever BBC publishes a news story, your twise will know about it.
Last updated