Skip to content

Instantly share code, notes, and snippets.

@ofirdagan
Created July 18, 2022 20:57
Show Gist options
  • Save ofirdagan/d8d1f7aa0fcff3761812c73b63652885 to your computer and use it in GitHub Desktop.
Save ofirdagan/d8d1f7aa0fcff3761812c73b63652885 to your computer and use it in GitHub Desktop.
Velo Workshop Step 4
import {createKeyForNewMember} from 'backend/dao/api-keys.dao';
export function wixCrm_onContactCreated(event) {
const contactId = event.metadata.entityId;
createKeyForNewMember(contactId);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment