-
-
Save ofirdagan/d8d1f7aa0fcff3761812c73b63652885 to your computer and use it in GitHub Desktop.
Velo Workshop Step 4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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