Install
Authenticate
Get your API key
inf_.Create the connection
Verify
/v1/creators/autocomplete (0.05 credits) to verify the key works. The connection appears in your Connections list as Influship (…abc1) so you can tell multiple accounts apart.Capabilities
Searches
Actions
Universal
Build your first scenario
Recipe — Enrich an Airtable handles list
You keep a research base of Instagram handles; this scenario fills in follower count, engagement, and verified status as new rows are added.Trigger: Airtable — Watch Records
Creators to Research table for new rows. Output one bundle per new record.Module: Influship — Lookup Profiles
platform: instagram (hard-coded) and username (from the Airtable bundle’s handle column).The module accepts up to 50 profiles per call. If you’re iterating row-by-row from Airtable you’ll pass one; if you batch with an Aggregator beforehand, you can compress 50 records into a single 0.1×50 = 5-credit call.Module: Airtable — Update a Record
followers, engagement_rate, and is_verified back into the same row.Recipe — Score inbound creator pitches
A creator pitches you; Make scores them and routes the winners into a Linear issue.Trigger: Gmail — Watch Emails
Module: Tools — Match a Pattern
@handle from the email body with a regex.Module: Influship — Get Profile by Handle
Module: Influship — Score Creator Match
match_score and a decision of good/neutral/avoid.Router + Filter: decision = good
{{decision}} === "good".Module: Linear — Create Issue
#partnerships with match_score and reasons in the body.Cost expectations
Rough monthly spend by volume:Troubleshooting
Connection error: Invalid API key
Connection error: Invalid API key
Rate-limit errors during scenario runs
Rate-limit errors during scenario runs
Retry-After header on 429 responses — the scenario waits then resumes automatically. If you hit limits constantly, contact support@influship.com to discuss raising them."Your Influship account needs a payment method"
"Your Influship account needs a payment method"
Why isn't there a 'New Post' or 'Profile Update' instant trigger?
Why isn't there a 'New Post' or 'Profile Update' instant trigger?
How do I hit an endpoint there isn't a dedicated module for?
How do I hit an endpoint there isn't a dedicated module for?
/v1/health), query string, and body. The connection’s API key is attached automatically.Support
- Docs: docs.influship.com
- Email: support@influship.com EOF