Sign in

Send invite feeds

documented

Send a set of contacts to be used with automatic invites.

POST /api/invitefeedsInviteFeedno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.referralrock.com/api/invitefeeds" \
  -X POST \
  -u "{{REFERRALROCK_API_KEY}}:{{REFERRALROCK_API_SECRET}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '[{"firstName":"{{$firstName}}","lastName":"{{$lastName}}","email":"{{$email}}","contactType":"{{$contactType}}"}]'
Send invite feeds · referralrock · OpenIntegrations