Memberships

Webhooks to update member profile details

To ensure profile detail updates are reflected across members' content in your community, we have a webhook to ensure our system is updated whenever a user makes an update from Memberstack or Outseta. For example, if a user updated their profile image, this feature will ensure their profile image is updated across all of their comments, reviews, and community posts - without this, the profile image wouldn't be updated until they post new content.

This feature is also essential for ensuring our tool is notified whenever a community members update their settings for our email notifications features.

Copy Webhook

To retrieve this webhook, first go to the memberships section of the Supersparks editor and select 'Profile Updates'. Once here you can copy the webhook's callback URL.

See below for guides for implementing this callback URL on Memberstack and Outseta.

Memberstack Webhook

For Memberstack, go to the Dev Tools section of the Memberstack dashboard, click 'Add Endpoint', and paste the URL copied from Supersparks as the endpoint URL. Be sure to subscribe to the member.updated event and click create.

Outseta Webhook

For Outseta, go to the settings area of the Outseta web app, and select 'Notifications'. Next, click 'Add Notifications'. After the popup appears, select 'Person Updated' as the activity type, paste the callback URL copied from Supersparks, and click add.

// Optional: Add this CSS to your project's custom code section