File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
actions/add-or-update-contact Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export default {
44 key : "brevo-add-or-update-contact" ,
55 name : "Add or Update a contact" ,
66 description : "Add or Update a contact" ,
7- version : "0.0.3 " ,
7+ version : "0.0.4 " ,
88 type : "action" ,
99 props : {
1010 brevo,
@@ -51,7 +51,7 @@ export default {
5151 return dynamicProps ;
5252 } ,
5353 async run ( { $ } ) {
54- let identifier = this . providedIdentifier ;
54+ let identifier = this . providedIdentifier || this . email ;
5555 const listIds = Object . keys ( this . listIds ) . map ( ( key ) => parseInt ( this . listIds [ key ] , 10 ) ) ;
5656 let contact = null ;
5757 if ( identifier ) {
Original file line number Diff line number Diff line change 11{
22 "name" : " @pipedream/brevo" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.1.3 " ,
44 "description" : " Pipedream Brevo Components" ,
55 "main" : " brevo.app.mjs" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments