Send invite feeds
documentedSend a set of contacts to be used with automatic invites.
POST /api/invitefeedsInviteFeedno implementation yet0 runsNo 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}}"}]'