# New Email Sent This webhook is triggered when a new email is sent to a deal contact. The receiving endpoint can use X-InfluencerHero-Timestamp and X-InfluencerHero-Signature to verify authenticity via HMAC-SHA256. Endpoint: POST new_email_sent Version: 1.4.2 Security: ApiKeyAuth ## Header parameters: - `X-InfluencerHero-Timestamp` (string, required) Unix timestamp (in seconds) at which the webhook was sent. - `X-InfluencerHero-Signature` (string, required) HMAC-SHA256 signature computed using your webhook signing key and the request body. ## Request fields (application/json): - `webhook_timestamp` (string, required) Server-side timestamp included in the webhook body. - `email_information` (object, required) Details about the email that was just sent. - `email_information.sent_from_email_account` (string) Email address from which the email was sent. - `email_information.recipient` (string) Primary recipient of the email. - `email_information.cc_address` (string,null) CC recipient of the email, if any. - `email_information.email_subject` (string) Subject line of the email. - `email_information.email_body` (string) Plaintext version of the email body. - `email_information.sent_by_user` (string) The name or identifier of the user who sent the email. - `deal_info` (object) A lightweight summary of the influencers deal. - `deal_info.deal_name` (string) Deal name / Influencer handle - `deal_info.is_active` (boolean) Indicates if the deal is still active. - `deal_info.dealflow_funnel_step` (integer) Funnel step of the deal in the respective dealflow (0-4) - `deal_info.dealflow_type` (string) Whether the dealflow is an outreach or relationship dealflow - `deal_info.dealflow_name` (string) Name of the dealflow - `deal_info.picture_url` (string) Influencer Profile Picture URL - `deal_info.nr_followers` (integer) Number of followers of the influencer - `deal_info.full_name` (string) Full name for the influencer, as indicated on his social media account - `deal_info.platform` (string) Indicates which social media platform is primarily used. - `deal_info.profile_url` (string) Link to the influencer's social media page - `deal_id` (string, required) Unique identifier of the deal to which the email was sent. ## Response 200 fields ## Response 4XX fields ## Response 5XX fields