action signl4_post_teams_team_id_memberships_resend_invite_mail { label: "Sends invite email again if an invite exists" provider: signl4 method: POST path: "/teams/{teamId}/memberships/resendInviteMail" encoding: json input: { type: "object" properties: { inviterId: { type: "string" } teamId: { type: "string" } userMail: { type: "string" } } required: ["teamId"] additionalProperties: false } output: { type: "string" } }