Bulk Import user - regex error

I’m getting an error posting to the bulk import endpoint that says my connection_id doesn’t match a regex string. It’s asking for a name that begins with “con_” + 16 alphanumeric characters, but i can’t create a connection that matches this. Is there something i’ve missed?

You are using the connection name, not the connection ID. If you browse to the connection in the management dashboard you can see the connection ID in the URL, or you can pull it from the management API.

1 Like

D’oh! :upside_down_face:

Thanks!