# New Influencer Post This webhook is triggered when an influencer publishes a new post on social media that is linked to a deal. The receiving endpoint can use X-InfluencerHero-Timestamp and X-InfluencerHero-Signature to verify authenticity via HMAC-SHA256. Endpoint: POST new_influencer_post 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): - `post_information` (object, required) Details of the influencer's social media post. - `post_information.account_id` (integer) Unique account ID from Influencer Hero. - `post_information.brand_id` (integer) ID of the brand or organization the post is for. - `post_information.post_type` (string) Type of post (e.g., 'story_post', 'feed_post', 'reel_post') - `post_information.post_assets` (array) List of media assets associated with the post (URLs, file references, etc.). - `post_information.post_timestamp` (string) Timestamp at which the influencer made the post. - `post_information.platform_media_code` (string) Platform-specific code or identifier for the post. - `post_information.platform_user_id` (string) User ID of the influencer on the social media platform. - `post_information.platform_handle` (string) Influencer's handle on the platform (e.g., 'therock'). - `post_information.platform` (string) Social media platform (e.g., 'instagram', 'youtube'). - `deal_info` (object, required) 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 this post belongs to. - `collab_id` (string, required) Unique identifier of the collaboration. - `deal_url` (string, required) A direct link to view the deal inside Influencer Hero. ## Response 200 fields ## Response 4XX fields ## Response 5XX fields