New team member (webhook)
documentedNotify when a user is added to a team.
POST {your-webhook-url}Webhooksno 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 "{{$webhook_url}}" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"event":"{{$event}}","created_timestamp":{{$created_timestamp}},"organization_id":{{$organization_id}},"client_id":"{{$client_id}}","organization_token":"{{$organization_token}}"}'